From f898374b628ec5458e4daba81319571b8eb51879 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 1 Apr 2022 13:27:44 +0300 Subject: [PATCH] AlmaLinux changes --- SOURCES/dist.sh | 2 +- SPECS/redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SOURCES/dist.sh b/SOURCES/dist.sh index db6c053..f91be40 100755 --- a/SOURCES/dist.sh +++ b/SOURCES/dist.sh @@ -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 { diff --git a/SPECS/redhat-rpm-config.spec b/SPECS/redhat-rpm-config.spec index f6f0476..fb92e92 100644 --- a/SPECS/redhat-rpm-config.spec +++ b/SPECS/redhat-rpm-config.spec @@ -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 - 128-1.alma +- AlmaLinux changes + * Wed Jan 05 2022 Eugene Syromiatnikov - 128-1 - modalias.prov: handle compressed kmods, sanitise alias/version strings (#1976000)