Line 55: | Line 55: | ||
* Owner: Matus Honek | * Owner: Matus Honek | ||
* Last updated: 2020-08-22 | * Last updated: 2020-08-22 | ||
* Status: Change accepted | |||
===[[Changes/Python Upstream Architecture Names | Python Upstream Architecture Names]]=== | |||
Use CPython upstream architecture naming in Fedora's Python ecosystem (mostly in filenames) instead of the previously patched Fedora names. | |||
For example, have /usr/lib64/python3.9/lib-dynload/array.cpython-39-powerpc64le-linux-gnu.so instead of /usr/lib64/python3.9/lib-dynload/array.cpython-39-ppc64le-linux-gnu.so. | |||
This makes packaging of Python itself a tad trickier, but it moves Fedora's Python closer to upstream and solves interoperability problems with ppc64le manylinux wheels. | |||
The change has impact only on ppc64le and armv7hl (considering the architectures built by koji.fedoraproject.org). | |||
Packages assuming the filenames always contain %{_arch}-linux%{_gnu} will need to be adapted. | |||
* Owner: Lumír Balhar | |||
* Last updated: 2020-09-14 | |||
* Status: Change accepted | * Status: Change accepted | ||
[[Category:F34]] | [[Category:F34]] |
Revision as of 17:54, 14 September 2020
Fedora 34 Accepted System-Wide Changes
These changes have been accepted by the Fedora Engineering Steering Committee for the Fedora 34 release as System-Wide Changes.
Binutils 2.35
Rebase the binutils package from version 2.34 to version 2.35.
Owners
- Owner: Nick Clifton [1]
Tracking
NSS CK_GCM_PARAMS change
Because of changes to the PKCS #11 spec in PKCS #11 v3.0, NSS needs to change the definition of the CK_GCM_PARAMS structure in a source incompatible way. Upstream made this change in NSS 3.52. This change does not affect the ABI. Old programs compiled with older versions of NSS will still work. Only packages that use NSS and directly call AES GCM are affected.
Owners
- Owner: Bob Relyea
Tracking
OpenSSL3.0
The OpenSSL package is rebased to version 3.0 and the dependent packages are rebuilt.
Owners
- Owner: Tomáš Mráz
Tracking
Fedora 34 Accepted Self-Contained Changes
glibc 32 Build Adjustments
The glibc32 package is a special package used by gcc and a few other packages to work around the lack of RPM multilib repository support in Koji. It is difficult to maintain, and the current approach raises questions regarding (L)GPL compliance.
- Owner: Florian Weimer
- Last updated: 2020-07-24
- Status: Unknown
Policy for Modules in Fedora and Fedora ELN
Establish a set of rules for Modular content in Fedora to ensure an optimal user and packager experience. At present, these rules will apply only to Fedora ELN, but are written in such a way as to be reusable for Fedora and EPEL in the future through another Change Proposal.
- Owner: Stephen Gallagher
- Last updated: 2020-09-04
- Status: Change accepted
Ship BerkleyDB backend as a module
Change the openldap-servers package so that BDB and HDB backends are required to be dynamically loaded.
- Owner: Matus Honek
- Last updated: 2020-08-22
- Status: Change accepted
Python Upstream Architecture Names
Use CPython upstream architecture naming in Fedora's Python ecosystem (mostly in filenames) instead of the previously patched Fedora names. For example, have /usr/lib64/python3.9/lib-dynload/array.cpython-39-powerpc64le-linux-gnu.so instead of /usr/lib64/python3.9/lib-dynload/array.cpython-39-ppc64le-linux-gnu.so. This makes packaging of Python itself a tad trickier, but it moves Fedora's Python closer to upstream and solves interoperability problems with ppc64le manylinux wheels. The change has impact only on ppc64le and armv7hl (considering the architectures built by koji.fedoraproject.org). Packages assuming the filenames always contain %{_arch}-linux%{_gnu} will need to be adapted.
- Owner: Lumír Balhar
- Last updated: 2020-09-14
- Status: Change accepted