Skip to content

Commit ffb4949

Browse files
authored
Add signing key for Fedora 42 (#97)
This adds the signing key for Fedora 41 (the 2022 key) to the zfs-release package spec The release gets bumped from 6 to 8 because, according to the changelog, 2-7 added the EPEL10 key, but I don't think that ever existed. In any case, integers are free.
1 parent 1bef11e commit ffb4949

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

zfs-release/zfs-release.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Name: zfs-release
1010
Version: 2
11-
Release: 6%{dist}
11+
Release: 8%{dist}
1212
Summary: OpenZFS Repository Configuration
1313

1414
Group: System Environment/Base
@@ -83,6 +83,8 @@ ln -s RPM-GPG-KEY-openzfs-2022 \
8383
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-fedora-40
8484
ln -s RPM-GPG-KEY-openzfs-2022 \
8585
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-fedora-41
86+
ln -s RPM-GPG-KEY-openzfs-2022 \
87+
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-fedora-42
8688
%endif
8789

8890
# Yum .repo files
@@ -100,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT
100102
%post
101103

102104
%changelog
105+
* Sat Mar 22 2025 Ralf Ertzinger <[email protected]> - 2-8
106+
- Add signing key for Fedora 42
103107
* Thu Dec 26 2024 James Reilly <[email protected]> - 2-7
104108
- Add signing key for EL10
105109
* Wed Oct 16 2024 Ralf Ertzinger <[email protected]> - 2-6

0 commit comments

Comments
 (0)