fix distro macro

This commit is contained in:
Louis Abel 2023-06-10 13:43:31 -07:00
parent efd7fd99ae
commit b4b23a41f4
Signed by: label
GPG Key ID: B37E62D143879B36

View File

@ -17,10 +17,11 @@
# Distribution Name and Version # Distribution Name and Version
%define distro_name Rocky Linux %define distro_name Rocky Linux
%define distro %{distro_name}
%define distro_code Green Obsidian %define distro_code Green Obsidian
%define major 8 %define major 8
%define minor 9 %define minor 9
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.4} %define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.5}
%define upstream_rel %{major}.%{minor}-0.1 %define upstream_rel %{major}.%{minor}-0.1
%define rpm_license BSD-3-Clause %define rpm_license BSD-3-Clause
%define dist .el%{major} %define dist .el%{major}
@ -411,6 +412,9 @@ install -p -m 0644 %{SOURCE102} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/
%{_datadir}/pki/sb-certs/* %{_datadir}/pki/sb-certs/*
%changelog %changelog
* Sat Jun 10 2023 Louis Abel <label@rockylinux.org> - 8.9-1.5
- Define the distro macro
* Tue May 16 2023 Louis Abel <label@rockylinux.org> - 8.9-1.4 * Tue May 16 2023 Louis Abel <label@rockylinux.org> - 8.9-1.4
- Update gz - Update gz