|
|
|
@ -1,16 +1,15 @@
|
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
%define product_family AlmaLinux
|
|
|
|
|
%define release_name Stone Smilodon
|
|
|
|
|
%define release_name Sapphire Caracal
|
|
|
|
|
%define contentdir almalinux
|
|
|
|
|
%define infra_var stock
|
|
|
|
|
%define base_release_version 8
|
|
|
|
|
%define full_release_version 8.7
|
|
|
|
|
%define full_release_version 8.8
|
|
|
|
|
%define dist_release_version 8
|
|
|
|
|
%define upstream_rel_long 8.7-0.2
|
|
|
|
|
%define upstream_rel 8.7
|
|
|
|
|
%define almalinux_rel 0.2
|
|
|
|
|
%define upstream_rel_long 8.8-0.5
|
|
|
|
|
%define upstream_rel 8.8
|
|
|
|
|
%define almalinux_rel 0.5
|
|
|
|
|
%define dist .el%{dist_release_version}
|
|
|
|
|
|
|
|
|
|
%define beta Beta
|
|
|
|
|
|
|
|
|
|
# The anaconda scripts in %%{_libexecdir} can create false requirements
|
|
|
|
@ -50,8 +49,9 @@ Source300: almalinux.repo
|
|
|
|
|
Source301: almalinux-ha.repo
|
|
|
|
|
Source302: almalinux-powertools.repo
|
|
|
|
|
Source303: almalinux-resilientstorage.repo
|
|
|
|
|
Source304: almalinux-sap.repo
|
|
|
|
|
Source305: almalinux-saphana.repo
|
|
|
|
|
Source304: almalinux-plus.repo
|
|
|
|
|
Source305: almalinux-sap.repo
|
|
|
|
|
Source306: almalinux-saphana.repo
|
|
|
|
|
|
|
|
|
|
# Only for x86_64
|
|
|
|
|
Source310: almalinux-rt.repo
|
|
|
|
@ -126,6 +126,7 @@ install -m 644 %{SOURCE302} %{buildroot}/etc/yum.repos.d
|
|
|
|
|
install -m 644 %{SOURCE303} %{buildroot}/etc/yum.repos.d
|
|
|
|
|
install -m 644 %{SOURCE304} %{buildroot}/etc/yum.repos.d
|
|
|
|
|
install -m 644 %{SOURCE305} %{buildroot}/etc/yum.repos.d
|
|
|
|
|
install -m 644 %{SOURCE306} %{buildroot}/etc/yum.repos.d
|
|
|
|
|
|
|
|
|
|
# RT and NFV are only for x86_64
|
|
|
|
|
%ifarch x86_64
|
|
|
|
@ -136,6 +137,7 @@ install -m 644 %{SOURCE311} %{buildroot}/etc/yum.repos.d
|
|
|
|
|
mkdir -p -m 755 %{buildroot}/etc/dnf/vars
|
|
|
|
|
echo "%{infra_var}" > %{buildroot}/etc/dnf/vars/infra
|
|
|
|
|
echo "%{contentdir}" >%{buildroot}/etc/dnf/vars/contentdir
|
|
|
|
|
echo "%{base_release_version}-stream" > %{buildroot}/etc/dnf/vars/stream
|
|
|
|
|
|
|
|
|
|
# set up the dist tag macros
|
|
|
|
|
install -d -m 755 %{buildroot}/etc/rpm
|
|
|
|
@ -179,12 +181,13 @@ rm -rf %{buildroot}
|
|
|
|
|
##/etc/centos-release-upstream
|
|
|
|
|
/etc/almalinux-release
|
|
|
|
|
/etc/almalinux-release-upstream
|
|
|
|
|
/etc/dnf/
|
|
|
|
|
/etc/dnf/vars/*
|
|
|
|
|
/etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
|
|
|
|
%config(noreplace) /etc/yum.repos.d/almalinux.repo
|
|
|
|
|
%config(noreplace) /etc/yum.repos.d/almalinux-ha.repo
|
|
|
|
|
%config(noreplace) /etc/yum.repos.d/almalinux-powertools.repo
|
|
|
|
|
%config(noreplace) /etc/yum.repos.d/almalinux-resilientstorage.repo
|
|
|
|
|
%config(noreplace) /etc/yum.repos.d/almalinux-plus.repo
|
|
|
|
|
%config(noreplace) /etc/yum.repos.d/almalinux-sap.repo
|
|
|
|
|
%config(noreplace) /etc/yum.repos.d/almalinux-saphana.repo
|
|
|
|
|
%ifarch x86_64
|
|
|
|
@ -197,17 +200,34 @@ rm -rf %{buildroot}
|
|
|
|
|
%config(noreplace) /etc/issue.net
|
|
|
|
|
/etc/rpm/macros.dist
|
|
|
|
|
%{_docdir}/redhat-release
|
|
|
|
|
%{_docdir}/almalinux-release/*
|
|
|
|
|
%{_docdir}/almalinux-release
|
|
|
|
|
%{_datadir}/redhat-release
|
|
|
|
|
%{_datadir}/almalinux-release/*
|
|
|
|
|
%{_datadir}/almalinux-release
|
|
|
|
|
%{_prefix}/lib/os-release
|
|
|
|
|
%{_prefix}/lib/systemd/system-preset/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 07 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.7-0.2
|
|
|
|
|
- 8.7 beta release
|
|
|
|
|
* Wed Mar 29 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 8.8-0.5
|
|
|
|
|
- 8.8 beta release
|
|
|
|
|
|
|
|
|
|
* Sat Nov 19 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.7-3
|
|
|
|
|
- Fixed ownership of dirs (albz#328)
|
|
|
|
|
|
|
|
|
|
* Wed Nov 09 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.7-2
|
|
|
|
|
- Add stream dnf variable for CentOS SIG repos compatibility
|
|
|
|
|
|
|
|
|
|
* Mon Nov 07 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.7-1
|
|
|
|
|
- 8.7 stable release
|
|
|
|
|
- Add SAP and SAPHANA repos
|
|
|
|
|
- Enable countme
|
|
|
|
|
|
|
|
|
|
* Wed Jun 22 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-2
|
|
|
|
|
- Add more compatibility variables to /etc/os-release
|
|
|
|
|
|
|
|
|
|
* Thu May 19 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-1
|
|
|
|
|
- Bump release
|
|
|
|
|
|
|
|
|
|
* Tue May 10 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-0.1
|
|
|
|
|
- 8.6 stable release
|
|
|
|
|
|
|
|
|
|
* Thu Mar 31 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 8.6-0.0
|
|
|
|
|
- 8.6 beta release
|
|
|
|
|