mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-16 03:21:24 +00:00
add support end
This commit is contained in:
parent
e29b12bd50
commit
1073447f1f
@ -20,7 +20,7 @@
|
||||
%define distro_code Green Obsidian
|
||||
%define major 8
|
||||
%define minor 8
|
||||
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.1}
|
||||
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.2}
|
||||
%define rpm_license BSD-3-Clause
|
||||
%define dist .el%{major}
|
||||
%define home_url https://rockylinux.org/
|
||||
@ -215,6 +215,7 @@ LOGO="fedora-logo-icon"
|
||||
CPE_NAME="cpe:/o:rocky:rocky:%{major}:GA"
|
||||
HOME_URL="%{home_url}"
|
||||
BUG_REPORT_URL="%{bug_url}"
|
||||
SUPPORT_END="2029-05-31"
|
||||
ROCKY_SUPPORT_PRODUCT="%{os_bug_name}"
|
||||
ROCKY_SUPPORT_PRODUCT_VERSION="%{full_release_version}%{?rlstatement:-%{rlstatement}}"
|
||||
REDHAT_SUPPORT_PRODUCT="%{distro_name}"
|
||||
@ -329,6 +330,9 @@ install -p -m 0644 %{SOURCE1226} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
%{_sysconfdir}/pki/rpm-gpg/
|
||||
|
||||
%changelog
|
||||
* Thu Dec 22 2022 Louis Abel <label@rockylinux.org> - 8.8-1.2
|
||||
- Add SUPPORT_END to absolute EOL
|
||||
|
||||
* Tue Oct 18 2022 Louis Abel <label@rockylinux.org> - 8.8-1.1
|
||||
- Bump to 8.8 for lookahead development
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user