diff --git a/SPECS/rocky-release.spec b/SPECS/rocky-release.spec index ae5af7e..17b936f 100644 --- a/SPECS/rocky-release.spec +++ b/SPECS/rocky-release.spec @@ -10,7 +10,7 @@ %define distro_code Green Obsidian %define major 8 %define minor 4 -%define rocky_rel 34 +%define rocky_rel 35 %define upstream_rel %{major}.%{minor} %define rpm_license BSD-3-Clause @@ -164,6 +164,8 @@ cat > %{buildroot}%{_sysconfdir}/rpm/macros.dist << EOF %%rocky_ver %{major} %%rocky %{major} +%%centos_ver %{major} +%%centos %{major} %%rhel %{major} %%dist .el%{major} %%el%{major} 1 @@ -233,8 +235,10 @@ install -p -m 0644 %{SOURCE1226} %{buildroot}%{_sysconfdir}/yum.repos.d/ %{_sysconfdir}/pki/rpm-gpg/ %changelog -* Mon Sep 13 2021 Louis Abel - 8.4-34 +* Mon Sep 13 2021 Louis Abel - 8.4-35 - Add missing CentOS provides and symlinks +- Add centos macros for some builds to complete successfully without relying + on random patching * Thu Sep 09 2021 Louis Abel - 8.4-33 - Add centos as an id_like to allow current and future SIGs that rely on CentOS