update lookahead disttag

This commit is contained in:
Louis Abel 2022-07-28 09:02:06 -07:00
parent 59aef94268
commit f9802de322
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,7 @@
%define distro_code Blue Onyx
%define major 9
%define minor 0
%define rocky_rel 2%{?rllh:.%{rllh}}%{!?rllh:.2}
%define rocky_rel 3%{?rllh:.%{rllh}}%{!?rllh:.1}
%define rpm_license BSD-3-Clause
%define dist .el%{major}
@ -253,7 +253,7 @@ cat > %{buildroot}%{_sysconfdir}/rpm/macros.dist << EOF
%%centos_ver %{major}
%%centos %{major}
%%rhel %{major}
%%dist %%{!?distprefix0:%%{?distprefix}}%%{expand:%%{lua:for i=0,9999 do print("%%{?distprefix" .. i .."}") end}}.el%{major}%%{?with_bootstrap:%{__bootstrap}}
%%dist %%{!?distprefix0:%%{?distprefix}}%%{expand:%%{lua:for i=0,9999 do print("%%{?distprefix" .. i .."}") end}}.el%{major}%%{?distsuffix}%%{?with_bootstrap:%{__bootstrap}}
%%el%{major} 1
EOF
@ -413,6 +413,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
%{_datadir}/pki/sb-certs/*
%changelog
* Thu Jul 28 2022 Louis Abel <label@rockylinux.org> - 9.0-3.1
- Ensure distsuffix is part of disttag
* Wed Jul 20 2022 Louis Abel <label@rockylinux.org> - 9.0-2.2
- Fix mirrorlist URL for plus repository