m (Add Alex to change owners.) |
(Add trackers) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 45: | Line 45: | ||
== Current status == | == Current status == | ||
[[Category:SystemWideChange]] | |||
[[Category:ChangeAcceptedF33]] | |||
* Targeted release: [[Releases/33 | Fedora 33 ]] | * Targeted release: [[Releases/33 | Fedora 33 ]] | ||
* Last updated: <!-- this is an automatic macro — you don't need to change this line --> {{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}} | * Last updated: <!-- this is an automatic macro — you don't need to change this line --> {{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}} | ||
Line 55: | Line 58: | ||
CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development | CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development | ||
--> | --> | ||
* Tracker bug: | * FESCo issue: [https://pagure.io/fesco/issue/2450 #2450] | ||
* Release Notes tracking: | * Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=1859241 #1859241] | ||
* Release Notes tracking: [https://pagure.io/fedora-docs/release-notes/issue/537 #537] | |||
== Detailed Description == | == Detailed Description == | ||
Line 76: | Line 80: | ||
<!-- What work do other developers have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | <!-- What work do other developers have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | ||
* Release engineering: Rebuild of dependent packages as part of planned mass-rebuild. Tracking ticket | * Release engineering: Rebuild of dependent packages as part of planned mass-rebuild. Tracking ticket https://pagure.io/releng/issue/9548 . <!-- REQUIRED FOR SYSTEM WIDE CHANGES --> | ||
<!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)? Is a mass rebuid required? If a rel-eng ticket exists, add a link here. | <!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)? Is a mass rebuid required? If a rel-eng ticket exists, add a link here. | ||
Please work with releng prior to feature submission, and ensure that someone is on board to do any process development work and testing; don't just assume that a bullet point in a change puts someone else on the hook.--> | Please work with releng prior to feature submission, and ensure that someone is on board to do any process development work and testing; don't just assume that a bullet point in a change puts someone else on the hook.--> | ||
Line 155: | Line 159: | ||
Release Notes are not required for initial draft of the Change Proposal but has to be completed by the Change Freeze. | Release Notes are not required for initial draft of the Change Proposal but has to be completed by the Change Freeze. | ||
--> | --> | ||
Latest revision as of 14:35, 21 July 2020
Golang 1.15
Summary
Rebase of Golang package to upcoming version 1.15 in Fedora 33, including rebuild of all dependent packages(pre-release version of Go will be used for rebuild, if released version will not be available at the time of the mass rebuild).
Owner
- Name: Jakub Čajka, Alejandro Sáez Morollón
- Email: jcajka@redhat.com, alexsaezm@redhat.com
- Release notes ticket:
Current status
- Targeted release: Fedora 33
- Last updated: 2020-07-21
- FESCo issue: #2450
- Tracker bug: #1859241
- Release Notes tracking: #537
Detailed Description
Rebase of Golang package to upcoming version 1.15 in Fedora 33. Golang 1.15 is schedule to be released in August 2020. Due to current nature and state of Go packages, rebuild of dependent package will be required to pick up the changes.
Benefit to Fedora
Staying closely behind upstream by providing latest release of golang, which includes performance improvements and improvements in support for currently supported platforms among other bug fixes and new features. For complete list of changes see upstream change notes at https://tip.golang.org/doc/go1.15 . In result Fedora will be providing solid development platform for Go language.
Scope
- Proposal owners: Rebase golang package in Fedora 33, help with resolving possible issues found during package rebuilds.
- Other developers: Fix possible issues, with help from golang maintainers.
- Release engineering: Rebuild of dependent packages as part of planned mass-rebuild. Tracking ticket https://pagure.io/releng/issue/9548 .
- List of deliverables: N/A
- Policies and guidelines: N/A
- Trademark approval: N/A
Upgrade/compatibility impact
None
How To Test
- 0.
- a)Install golang 1.15 from rawhide and use it to build your application(s)/package(s).
- b)Scratch build against rawhide.
- 1.
- Your application/package built using golang 1.15 should work as expected.
User Experience
None
Dependencies
dnf repoquery -q --releasever=rawhide --disablerepo='*' --qf='%{name}' --enablerepo=fedora-source --enablerepo=updates-source --enablerepo=updates-testing-source --archlist=src --whatrequires 'golang' dnf repoquery -q --releasever=rawhide --disablerepo='*' --qf='%{name}' --enablerepo=fedora-source --enablerepo=updates-source --enablerepo=updates-testing-source --archlist=src --whatrequires 'compiler(go-compiler)' dnf repoquery -q --releasever=rawhide --disablerepo='*' --qf='%{name}' --enablerepo=fedora-source --enablerepo=updates-source --enablerepo=updates-testing-source --archlist=src --whatrequires 'compiler(golang)' dnf repoquery -q --releasever=rawhide --disablerepo='*' --qf='%{name}' --enablerepo=fedora-source --enablerepo=updates-source --enablerepo=updates-testing-source --archlist=src --whatrequires 'go-rpm-macros'
Omitted due to the number of packages listed ~1300.
Not all of listed require re-build as they might not ship binaries and/or do not use golang compiler during build, but only use Go rpm macros that pull it in to every build root.
Contingency Plan
- Contingency mechanism:Reverting to golang version 1.14.X if significatnt issues are discovered.
- Contingency deadline: Beta Freeze(?)
- Blocks release? No
- Blocks product? No
Documentation
https://tip.golang.org/doc/go1.15