Compare commits

...

1 Commits

Author SHA1 Message Date
Andrew Lukoshko 5cc5eaf654 AlmaLinux changes 2021-09-15 11:38:31 +00:00
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -7,7 +7,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: 125
Release: 1%{?dist}
Release: 1%{?dist}.alma
# No version specified.
License: GPL+
Group: Development/System
@ -205,6 +205,9 @@ install -p -m 755 %{SOURCE21} %{buildroot}%{_rpmconfigdir}/kabi.sh
%{_rpmconfigdir}/macros.d/macros.kmp
%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
- Add missing macros.fedora-misc file (#1874576)