From f9802de322a3e81654938d9dc7b6e7d9c1c8f15f Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 28 Jul 2022 09:02:06 -0700 Subject: [PATCH] update lookahead disttag --- SPECS/rocky-release.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/rocky-release.spec b/SPECS/rocky-release.spec index 2f73a01..118a553 100644 --- a/SPECS/rocky-release.spec +++ b/SPECS/rocky-release.spec @@ -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 - 9.0-3.1 +- Ensure distsuffix is part of disttag + * Wed Jul 20 2022 Louis Abel - 9.0-2.2 - Fix mirrorlist URL for plus repository