Added MSVSphere detection support to dist.sh

i9.5-beta changed/i9.5-beta/redhat-rpm-config-208-1.el9.inferit
Arkady L. Shane 9 months ago
parent 2f911840cd
commit 79629f8333
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -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 {

@ -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 <tigro@msvsphere-os.ru> - 207-1.inferit
- Added MSVSphere detection support to dist.sh
* Thu Jan 18 2024 Miro Hrončok <mhroncok@redhat.com> - 207-1
- brp-python-bytecompile: Pass --invalidation-mode=timestamp to compileall
- Resolves: RHEL-22139

Loading…
Cancel
Save