mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-16 11:31:23 +00:00
Add cert
This commit is contained in:
parent
cff4aaf092
commit
6c47baafd2
@ -21,7 +21,7 @@
|
|||||||
%define distro_code Blue Onyx
|
%define distro_code Blue Onyx
|
||||||
%define major 9
|
%define major 9
|
||||||
%define minor 4
|
%define minor 4
|
||||||
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.3}
|
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.4}
|
||||||
%define rpm_license BSD-3-Clause
|
%define rpm_license BSD-3-Clause
|
||||||
%define dist .el%{major}
|
%define dist .el%{major}
|
||||||
%define home_url https://rockylinux.org/
|
%define home_url https://rockylinux.org/
|
||||||
@ -161,6 +161,7 @@ Source1401: rockydup1.x509
|
|||||||
Source1402: rockykpatch1.x509
|
Source1402: rockykpatch1.x509
|
||||||
Source1403: rockydup1-aarch64.x509
|
Source1403: rockydup1-aarch64.x509
|
||||||
Source1404: rockykpatch1-aarch64.x509
|
Source1404: rockykpatch1-aarch64.x509
|
||||||
|
Source1405: rocky-nvidiagpuoot101.x509
|
||||||
# x86_64
|
# x86_64
|
||||||
Source1421: rocky-fwupd.cer
|
Source1421: rocky-fwupd.cer
|
||||||
Source1422: rocky-grub2.cer
|
Source1422: rocky-grub2.cer
|
||||||
@ -340,6 +341,7 @@ install -m 0644 %{SOURCE1401} %{buildroot}%{_datadir}/pki/sb-certs/
|
|||||||
install -m 0644 %{SOURCE1402} %{buildroot}%{_datadir}/pki/sb-certs/
|
install -m 0644 %{SOURCE1402} %{buildroot}%{_datadir}/pki/sb-certs/
|
||||||
install -m 0644 %{SOURCE1403} %{buildroot}%{_datadir}/pki/sb-certs/
|
install -m 0644 %{SOURCE1403} %{buildroot}%{_datadir}/pki/sb-certs/
|
||||||
install -m 0644 %{SOURCE1404} %{buildroot}%{_datadir}/pki/sb-certs/
|
install -m 0644 %{SOURCE1404} %{buildroot}%{_datadir}/pki/sb-certs/
|
||||||
|
install -m 0644 %{SOURCE1405} %{buildroot}%{_datadir}/pki/sb-certs/
|
||||||
## x86_64
|
## x86_64
|
||||||
# cer
|
# cer
|
||||||
install -m 0644 %{SOURCE1421} %{buildroot}%{_datadir}/pki/sb-certs/
|
install -m 0644 %{SOURCE1421} %{buildroot}%{_datadir}/pki/sb-certs/
|
||||||
@ -497,6 +499,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
|
|||||||
%{_datadir}/pki/sb-certs/*
|
%{_datadir}/pki/sb-certs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 30 2024 Louis Abel <label@rockylinux.org> - 9.4-1.4
|
||||||
|
- Add nvidia SB certificate
|
||||||
|
|
||||||
* Sun Apr 07 2024 Louis Abel <label@rockylinux.org> - 9.4-1.3
|
* Sun Apr 07 2024 Louis Abel <label@rockylinux.org> - 9.4-1.3
|
||||||
- Add additional provides for rocky-sb-certs
|
- Add additional provides for rocky-sb-certs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user