AlmaLinux changes

This commit is contained in:
eabdullin 2022-01-19 12:50:25 +03:00
parent 8c26299e42
commit e2fbaecfac
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|CentOS)" $RELEASEFILE && echo $DISTNUM egrep -q "(Enterprise|Advanced|CentOS|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: 190 Version: 190
Release: 1%{?dist} Release: 1%{?dist}.alma
# No version specified. # No version specified.
License: GPL+ License: GPL+
URL: https://src.fedoraproject.org/rpms/redhat-rpm-config URL: https://src.fedoraproject.org/rpms/redhat-rpm-config
@ -189,6 +189,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
%doc buildflags.md %doc buildflags.md
%changelog %changelog
* Wed Jan 19 2022 Eduard Abdullin <eabdullin@almalinux.org> - 190-1.alma
- Fix AlmaLinux detection
* Thu Dec 02 2021 Neal Gompa <ngompa@centosproject.org> - 190-1 * Thu Dec 02 2021 Neal Gompa <ngompa@centosproject.org> - 190-1
- Make vpath builddir not include arch-specific info - Make vpath builddir not include arch-specific info
Resolves: rhbz#1984679 Resolves: rhbz#1984679