AlmaLinux changes

This commit is contained in:
eabdullin 2022-05-18 14:08:22 +03:00
parent 14f5e1d6c8
commit 3cce17f25c
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|CentOS)" $RELEASEFILE && echo $DISTNUM
egrep -q "(Enterprise|Advanced|CentOS|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: 194
Release: 1%{?dist}
Release: 1%{?dist}.alma
# No version specified.
License: GPL+
URL: https://src.fedoraproject.org/rpms/redhat-rpm-config
@ -213,6 +213,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
%doc buildflags.md
%changelog
* Wed May 18 2022 Eduard Abdullin <eabdullin@almalinux.org> - 194-1.alma
- Fix AlmaLinux detection
* Thu Feb 17 2022 Nick Clifton <nickc@redhat.com> - 194-1
- Use the correct package names for the triggers.
- Resolves: rhbz#2030671