Skip to content

Commit b5a472d

Browse files
authored
Add signing key for Fedora 43 (#106)
This adds the signing key for Fedora 43 (the 2022 key) to the zfs-release package spec. Signed-off-by: Ralf Ertzinger <[email protected]> Reviewed-by: Tony Hutter <[email protected]>
1 parent 90c6856 commit b5a472d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

zfs-release/zfs-release.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

1414
Group: System Environment/Base
@@ -85,6 +85,8 @@ ln -s RPM-GPG-KEY-openzfs-2022 \
8585
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-fedora-41
8686
ln -s RPM-GPG-KEY-openzfs-2022 \
8787
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-fedora-42
88+
ln -s RPM-GPG-KEY-openzfs-2022 \
89+
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-fedora-43
8890
%endif
8991

9092
# Yum .repo files
@@ -102,6 +104,8 @@ rm -rf $RPM_BUILD_ROOT
102104
%post
103105

104106
%changelog
107+
* Wed Oct 01 2025 Ralf Ertzinger <[email protected]> - 2-9
108+
- Add signing key for Fedora 43
105109
* Sat Mar 22 2025 Ralf Ertzinger <[email protected]> - 2-8
106110
- Add signing key for Fedora 42
107111
* Thu Dec 26 2024 James Reilly <[email protected]> - 2-7

0 commit comments

Comments
 (0)