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

fix macros

parent 59dc5b93
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:.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
......
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