mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-10 16:51:24 +00:00
fix macros
This commit is contained in:
parent
59dc5b93d9
commit
d64f5c6051
@ -21,7 +21,7 @@
|
||||
%define distro_code Red Quartz
|
||||
%define major 10
|
||||
%define minor 0
|
||||
%define rocky_rel 0%{?rllh:.%{rllh}}%{!?rllh:.11}
|
||||
%define rocky_rel 0%{?rllh:.%{rllh}}%{!?rllh:.12}
|
||||
%define rpm_license BSD-3-Clause
|
||||
%define dist .el%{major}
|
||||
%define home_url https://rockylinux.org/
|
||||
@ -288,7 +288,7 @@ cat > %{buildroot}%{_rpmmacrodir}/macros.dist << EOF
|
||||
%%centos_ver %{major}
|
||||
%%centos %{major}
|
||||
%%rhel %{major}
|
||||
%%distcore .el%%{rocky}
|
||||
%%distcore .el%{major}
|
||||
%%dist %%{!?distprefix0:%%{?distprefix}}%%{expand:%%{lua:for i=0,9999 do print("%%{?distprefix" .. i .."}") end}}%%{distcore}%%{?distsuffix}%%{?with_bootstrap:%{__bootstrap}}
|
||||
%%el%{major} 1
|
||||
|
||||
@ -482,6 +482,9 @@ install -p -m 0644 %{SOURCE102} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/
|
||||
%{_datadir}/pki/sb-certs/*
|
||||
|
||||
%changelog
|
||||
* Thu May 30 2024 Louis Abel <label@resf.org> - 10.0-0.12
|
||||
- Fix macros
|
||||
|
||||
* Thu May 30 2024 Louis Abel <label@resf.org> - 10.0-0.11
|
||||
- Enable cups
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user