Compare commits

...

2 Commits

Author SHA1 Message Date
eabdullin 46b9e7e7b2 Merge branch 'c8' into a8 2022-05-10 07:44:16 +00:00
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: 129
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
* Tue May 10 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 129-1.alma
- Fix AlmaLinux detection
* Wed Mar 23 2022 Michal Domonkos <mdomonko@redhat.com> - 129-1
- Fix handling of files without newlines in brp-mangle-shebang (#2063036)