mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-21 13:41:23 +00:00
fix os-release
This commit is contained in:
parent
b4df823055
commit
42d36c73a2
@ -16,7 +16,7 @@
|
||||
%define distro_code Blue Onyx
|
||||
%define major 9
|
||||
%define minor 0
|
||||
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.6}
|
||||
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.7}
|
||||
%define rpm_license BSD-3-Clause
|
||||
%define dist .el%{major}
|
||||
|
||||
@ -231,6 +231,8 @@ HOME_URL="https://rockylinux.org/"
|
||||
BUG_REPORT_URL="https://bugs.rockylinux.org/"
|
||||
ROCKY_SUPPORT_PRODUCT="%{distro_name}"
|
||||
ROCKY_SUPPORT_PRODUCT_VERSION="%{major}%{?rlstatement:-%{rlstatement}}"
|
||||
REDHAT_SUPPORT_PRODUCT="%{distro_name}"
|
||||
REDHAT_SUPPORT_PRODUCT_VERSION="%{full_release_version}%{?rlstatement: %{rlstatement}}"
|
||||
EOF
|
||||
|
||||
# Create the symlink for /etc/os-release
|
||||
@ -404,12 +406,13 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
|
||||
%{_datadir}/pki/sb-certs/*.crt
|
||||
|
||||
%changelog
|
||||
* Tue Feb 08 2022 Louis Abel <label@rockylinux.org> - 9.0-1.6
|
||||
* Tue Feb 08 2022 Louis Abel <label@rockylinux.org> - 9.0-1.7
|
||||
- Backport current SB certs for now
|
||||
- Add logrotate timer and switcheroo
|
||||
- Add missing macros
|
||||
- Fix CPE values
|
||||
- Remove /etc/centos-release
|
||||
- Add redhat tags to os-release
|
||||
|
||||
* Mon Jan 10 2022 Louis Abel <label@rockylinux.org> - 9.0-1.1
|
||||
- Add LOGO to /etc/os-release
|
||||
|
Loading…
Reference in New Issue
Block a user