mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-21 05:31:24 +00:00
fix distro macro
This commit is contained in:
parent
574568bcfc
commit
37b10ddcf2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user