mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-21 21:51:24 +00:00
update lookahead disttag
This commit is contained in:
parent
59aef94268
commit
f9802de322
@ -20,7 +20,7 @@
|
|||||||
%define distro_code Blue Onyx
|
%define distro_code Blue Onyx
|
||||||
%define major 9
|
%define major 9
|
||||||
%define minor 0
|
%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 rpm_license BSD-3-Clause
|
||||||
%define dist .el%{major}
|
%define dist .el%{major}
|
||||||
|
|
||||||
@ -253,7 +253,7 @@ cat > %{buildroot}%{_sysconfdir}/rpm/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}%%{?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
|
%%el%{major} 1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@ -413,6 +413,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
|
|||||||
%{_datadir}/pki/sb-certs/*
|
%{_datadir}/pki/sb-certs/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 20 2022 Louis Abel <label@rockylinux.org> - 9.0-2.2
|
||||||
- Fix mirrorlist URL for plus repository
|
- Fix mirrorlist URL for plus repository
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user