-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds the signing key for Fedora 40 (the 2022 key) to the zfs-release package spec. Reviewed-by: Tony Hutter <[email protected]>
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
Name: zfs-release | ||
Version: 2 | ||
Release: 4%{dist} | ||
Release: 5%{dist} | ||
Summary: OpenZFS Repository Configuration | ||
|
||
Group: System Environment/Base | ||
|
@@ -73,14 +73,14 @@ ln -s RPM-GPG-KEY-openzfs-2022 \ | |
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-el-9 | ||
%endif | ||
%if 0%{?fedora} | ||
ln -s RPM-GPG-KEY-openzfs-2013 \ | ||
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-fedora-36 | ||
ln -s RPM-GPG-KEY-openzfs-2022 \ | ||
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-fedora-37 | ||
ln -s RPM-GPG-KEY-openzfs-2022 \ | ||
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-fedora-38 | ||
ln -s RPM-GPG-KEY-openzfs-2022 \ | ||
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-fedora-39 | ||
ln -s RPM-GPG-KEY-openzfs-2022 \ | ||
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-fedora-40 | ||
%endif | ||
|
||
# Yum .repo files | ||
|
@@ -98,6 +98,8 @@ rm -rf $RPM_BUILD_ROOT | |
%post | ||
|
||
%changelog | ||
* Thu Mar 28 2024 Ralf Ertzinger <[email protected]> - 2-5 | ||
- Add signing key for Fedora 40, drop link for Fedora 36 | ||
* Thu Jul 27 2023 Ralf Ertzinger <[email protected]> - 2-4 | ||
- Add signing key for Fedora 39, drop link for Fedora 35 | ||
* Tue Jan 03 2023 Ralf Ertzinger <[email protected]> - 2-3 | ||
|