-
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.
Added stream10 to matrix runners, added EL10 to zfs-release.spec
CentOS Stream10 and other EL10 releases need a build a repo avaiable for them. Used the new GPG key and symlinked for building EL10 releases. Ensured that stream10 is part of the build matrix and and stream 10 to the list of runners. Note: this will increase build times as it is adding a 4th build to be run in addtion to AlmaLinux9, F41, and F40. Signed-off-by: James Reilly <[email protected]>
- Loading branch information
Showing
4 changed files
with
12 additions
and
2 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
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
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
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 |
---|---|---|
|
@@ -71,6 +71,8 @@ ln -s RPM-GPG-KEY-openzfs-2013 \ | |
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-el-8 | ||
ln -s RPM-GPG-KEY-openzfs-2022 \ | ||
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-el-9 | ||
ln -s RPM-GPG-KEY-openzfs-2022 \ | ||
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-openzfs-el-10 | ||
%endif | ||
%if 0%{?fedora} | ||
ln -s RPM-GPG-KEY-openzfs-2022 \ | ||
|
@@ -98,6 +100,8 @@ rm -rf $RPM_BUILD_ROOT | |
%post | ||
|
||
%changelog | ||
* Thu Dec 26 2024 James Reilly <[email protected]> - 2-7 | ||
- Add signing key for EL10 | ||
* Wed Oct 16 2024 Ralf Ertzinger <[email protected]> - 2-6 | ||
- Add signing key for Fedora 41, drop link for Fedora 37 | ||
* Thu Mar 28 2024 Ralf Ertzinger <[email protected]> - 2-5 | ||
|