fix distro macro

This commit is contained in:
Louis Abel 2023-06-10 13:36:33 -07:00
parent 574568bcfc
commit 37b10ddcf2
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 5 additions and 1 deletions

View File

@ -17,10 +17,11 @@
# Distribution Name and Version
%define distro_name Rocky Linux
%define distro %{distro_name}
%define distro_code Blue Onyx
%define major 9
%define minor 3
%define rocky_rel 0%{?rllh:.%{rllh}}%{!?rllh:.3}
%define rocky_rel 0%{?rllh:.%{rllh}}%{!?rllh:.4}
%define rpm_license BSD-3-Clause
%define dist .el%{major}
%define home_url https://rockylinux.org/
@ -447,6 +448,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
%{_datadir}/pki/sb-certs/*
%changelog
* Sat Jun 10 2023 Louis Abel <label@rockylinux.org> - 9.3-0.4
- Define the distro macro
* Mon May 15 2023 Louis Abel <label@rockylinux.org> - 9.3-0.3
- Use DER format for ppc64le certificates for now