Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new SHA512 RPM key, use per-disto RPMs #70

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

tonyhutter
Copy link
Member

Add new SHA512 RPM key, use per-disto RPMs

EL9 does not allow RPM keys with SHA1 headers to be imported by default, so we've generated a newer RPM-GPG-KEY-openzfs-key2 SHA512 signing key. This key will initially be used on EL9, and on Fedora >= 37. This also means that we are reverting back to building versioned zfs-release RPMs (el7, el8, el9, fc35, fc36) rather than having a generic zfs-release RPM for all EL and all Fedora versions, since EL9 must use the new key. This also better matches the Fedora guidelines for packaging.

Furthermore, this commit adds in Obsoletes and Provides sections to the spec file, and removes the automatic key import on Centos 7 to match the behavior of Centos 8-9 and Fedora (where yum will prompt you to install the key).

EL9 does not allow RPM keys with SHA1 headers to be imported by
default, so we've generated a newer `RPM-GPG-KEY-openzfs-key2` SHA512
signing key.  This key will initially be used on EL9, and on
Fedora >= 37.  This also means that we are reverting back to building
versioned zfs-release RPMs (el7, el8, el9, fc35, fc36) rather than
having a generic zfs-release RPM for all EL and all Fedora versions,
since EL9 must use the new key.  This also better matches the Fedora
guidelines for packaging.

Furthermore, this commit adds in `Obsoletes` and `Provides` sections,
and removes the automatic key import on Centos 7 to match the behavior
of Centos 8-9 and Fedora (where yum will prompt you to install
the key).

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
@behlendorf behlendorf merged commit 10a03e2 into zfsonlinux:master Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants