Skip to content
Snippets Groups Projects
Verified Commit c750d56c authored by Louis Abel's avatar Louis Abel :tv:
Browse files

add additional provides to sb-certs package

parent 1fa68ee0
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
%define distro_code Red Quartz
%define major 10
%define minor 0
%define rocky_rel 0%{?rllh:.%{rllh}}%{!?rllh:.4}
%define rocky_rel 0%{?rllh:.%{rllh}}%{!?rllh:.5}
%define rpm_license BSD-3-Clause
%define dist .el%{major}
%define home_url https://rockylinux.org/
......@@ -207,6 +207,8 @@ This package provides the RPM signature keys for Rocky.
Summary: %{distro_name} public secureboot certificates
Group: System Environment/Base
Provides: system-sb-certs = %{version}-%{release}
Provides: redhat-sb-certs = %{version}-%{release}
Provides: centos-sb-certs = %{version}-%{release}
%description -n rocky-sb-certs%{?rltype}
This package contains the %{distro_name} secureboot public certificates.
......@@ -475,6 +477,9 @@ install -p -m 0644 %{SOURCE102} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/
%{_datadir}/pki/sb-certs/*
%changelog
* Sun Apr 07 2024 Louis Abel <label@rockylinux.org> - 10.0-0.5
- Add additional provides to rocky-sb-certs
* Thu Apr 04 2024 Louis Abel <label@rockylinux.org> - 10.0-0.4
- Update SB certs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment