From 79629f8333ff118daf78e94f393a5756609bdde4 Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 2 Apr 2024 19:25:37 +0300 Subject: [PATCH] Added MSVSphere detection support to dist.sh --- 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 23bb032..2e9095c 100755 --- a/SOURCES/dist.sh +++ b/SOURCES/dist.sh @@ -25,7 +25,7 @@ function check_rhl { } function check_rhel { - egrep -q "(Enterprise|Advanced|CentOS)" $RELEASEFILE && echo $DISTNUM + egrep -q "(Enterprise|Advanced|CentOS|MSVSphere)" $RELEASEFILE && echo $DISTNUM } function check_fedora { diff --git a/SPECS/redhat-rpm-config.spec b/SPECS/redhat-rpm-config.spec index fc23055..374cb79 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: 208 -Release: 1%{?dist} +Release: 1%{?dist}.inferit # No version specified. License: GPL+ URL: https://src.fedoraproject.org/rpms/redhat-rpm-config @@ -258,6 +258,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua - brp-mangle-shebangs: Strip env flags when mangling shebangs (RHEL-26961) - Fix automatic soname requires on non-versioned symlink targets (RHEL-28767) +* Tue Apr 02 2024 Arkady L. Shane - 207-1.inferit +- Added MSVSphere detection support to dist.sh + * Thu Jan 18 2024 Miro HronĨok - 207-1 - brp-python-bytecompile: Pass --invalidation-mode=timestamp to compileall - Resolves: RHEL-22139