mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-15 19:21:22 +00:00
fix distro macro
This commit is contained in:
parent
efd7fd99ae
commit
b4b23a41f4
@ -17,10 +17,11 @@
|
||||
|
||||
# Distribution Name and Version
|
||||
%define distro_name Rocky Linux
|
||||
%define distro %{distro_name}
|
||||
%define distro_code Green Obsidian
|
||||
%define major 8
|
||||
%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 rpm_license BSD-3-Clause
|
||||
%define dist .el%{major}
|
||||
@ -411,6 +412,9 @@ install -p -m 0644 %{SOURCE102} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/
|
||||
%{_datadir}/pki/sb-certs/*
|
||||
|
||||
%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
|
||||
- Update gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user