mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-16 19:41:23 +00:00
add distcore
This commit is contained in:
parent
e519eb201e
commit
0f1903e64a
@ -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:.5}
|
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.6}
|
||||||
%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/
|
||||||
@ -293,7 +293,8 @@ cat > %{buildroot}%{_rpmmacrodir}/macros.dist << EOF
|
|||||||
%%centos_ver %{major}
|
%%centos_ver %{major}
|
||||||
%%centos %{major}
|
%%centos %{major}
|
||||||
%%rhel %{major}
|
%%rhel %{major}
|
||||||
%%dist %%{!?distprefix0:%%{?distprefix}}%%{expand:%%{lua:for i=0,9999 do print("%%{?distprefix" .. i .."}") end}}.el%{major}%%{?distsuffix}%%{?with_bootstrap:%{__bootstrap}}
|
%%distcore .el%%{rocky}
|
||||||
|
%%dist %%{!?distprefix0:%%{?distprefix}}%%{expand:%%{lua:for i=0,9999 do print("%%{?distprefix" .. i .."}") end}}%%{distcore}%%{?distsuffix}%%{?with_bootstrap:%{__bootstrap}}
|
||||||
%%el%{major} 1
|
%%el%{major} 1
|
||||||
|
|
||||||
%%dist_vendor %{dist_vendor}
|
%%dist_vendor %{dist_vendor}
|
||||||
@ -501,6 +502,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
|
|||||||
%{_datadir}/pki/sb-certs/*
|
%{_datadir}/pki/sb-certs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 28 2024 Louis Abel <label@rockylinux.org> - 9.4-1.6
|
||||||
|
- Add distcore macro
|
||||||
|
|
||||||
* Tue Apr 30 2024 Louis Abel <label@rockylinux.org> - 9.4-1.5
|
* Tue Apr 30 2024 Louis Abel <label@rockylinux.org> - 9.4-1.5
|
||||||
- Add nvidia SB certificates
|
- Add nvidia SB certificates
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user