mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-21 13:41:23 +00:00
update
This commit is contained in:
parent
06fcb090a1
commit
24f58fde6e
@ -10,7 +10,7 @@
|
||||
%define distro_code Green Obsidian
|
||||
%define major 8
|
||||
%define minor 4
|
||||
%define rocky_rel 22
|
||||
%define rocky_rel 23
|
||||
%define upstream_rel %{major}.%{minor}
|
||||
|
||||
%define base_release_version %{major}
|
||||
@ -47,7 +47,7 @@ Provides: rocky-release-eula
|
||||
Provides: redhat-release-eula
|
||||
|
||||
# What are our requirements?
|
||||
Requires: rocky-repos(%{base_release_version})
|
||||
Requires: rocky-repos(%{major})
|
||||
|
||||
# GPG Keys
|
||||
Source101: RPM-GPG-KEY-rockyofficial
|
||||
@ -71,7 +71,7 @@ Source1203: Rocky-Extras.repo
|
||||
# Rocky Add-ons
|
||||
Source1210: Rocky-HighAvailability.repo
|
||||
Source1211: Rocky-ResilientStorage.repo
|
||||
#Source1212: Rocky-RT.repo
|
||||
Source1212: Rocky-RT.repo
|
||||
#Source1213: Rocky-NFV.repo
|
||||
|
||||
# Rocky Special Stuff
|
||||
@ -192,7 +192,7 @@ install -p -m 0644 %{SOURCE1202} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1203} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1210} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1211} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
#install -p -m 0644 %{SOURCE1212} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1212} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
#install -p -m 0644 %{SOURCE1213} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1220} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
install -p -m 0644 %{SOURCE1222} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
@ -226,12 +226,12 @@ install -p -m 0644 %{SOURCE1226} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
%{_sysconfdir}/pki/rpm-gpg/
|
||||
|
||||
%changelog
|
||||
* Tue May 25 2021 Louis Abel <label@rockylinux.org> - 8.4-22
|
||||
* Tue May 25 2021 Louis Abel <label@rockylinux.org> - 8.4-23
|
||||
- Add a version codename to satisfy vendors
|
||||
- Change license
|
||||
- Fix up /etc/os-release
|
||||
- Fix up CPE
|
||||
- Fix up /etc/os-release and CPE
|
||||
- Remove unused infra var
|
||||
- Change base_release_version to major
|
||||
|
||||
* Wed May 19 2021 Louis Abel <label@rockylinux.org> - 8.4-16
|
||||
- Remove annoying /etc/issue banner
|
||||
|
Loading…
Reference in New Issue
Block a user