AlmaLinux changes

This commit is contained in:
eabdullin 2022-04-01 13:27:44 +03:00
parent b0ea5741e2
commit f898374b62
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: 128
Release: 1%{?dist}
Release: 1%{?dist}.alma
# No version specified.
License: GPL+
Group: Development/System
@ -210,6 +210,9 @@ install -p -m 755 %{SOURCE21} %{buildroot}%{_rpmconfigdir}/kabi.sh
%{_rpmconfigdir}/macros.d/macros.kmp
%changelog
* Fri Apr 01 2022 Eduard Abdullin <eabdullin@almalinux.org> - 128-1.alma
- AlmaLinux changes
* Wed Jan 05 2022 Eugene Syromiatnikov <esyr@redhat.com> - 128-1
- modalias.prov: handle compressed kmods, sanitise alias/version strings
(#1976000)