AlmaLinux changes

This commit is contained in:
Andrew Lukoshko 2021-09-15 11:38:31 +00:00
parent a95bffd78c
commit 5cc5eaf654
2 changed files with 5 additions and 2 deletions

View File

@ -25,7 +25,7 @@ function check_rhl {
} }
function check_rhel { function check_rhel {
egrep -q "(Enterprise|Advanced)" $RELEASEFILE && echo $DISTNUM egrep -q "(Enterprise|Advanced|AlmaLinux)" $RELEASEFILE && echo $DISTNUM
} }
function check_fedora { function check_fedora {

View File

@ -7,7 +7,7 @@
Summary: Red Hat specific rpm configuration files Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config Name: redhat-rpm-config
Version: 125 Version: 125
Release: 1%{?dist} Release: 1%{?dist}.alma
# No version specified. # No version specified.
License: GPL+ License: GPL+
Group: Development/System Group: Development/System
@ -205,6 +205,9 @@ install -p -m 755 %{SOURCE21} %{buildroot}%{_rpmconfigdir}/kabi.sh
%{_rpmconfigdir}/macros.d/macros.kmp %{_rpmconfigdir}/macros.d/macros.kmp
%changelog %changelog
* Sun Apr 11 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 125-1.alma
- Fix AlmaLinux detection
* Fri Nov 27 2020 Florian Festi <ffesti@redhat.com> - 125-1 * Fri Nov 27 2020 Florian Festi <ffesti@redhat.com> - 125-1
- Add missing macros.fedora-misc file (#1874576) - Add missing macros.fedora-misc file (#1874576)