Added MSVSphere detection support to dist.sh

i10-beta changed/i10-beta/redhat-rpm-config-285-1.el10.inferit
Sergey Cherevko 1 day ago
parent 61f9e098e6
commit 56bd49a443
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -25,7 +25,7 @@ function check_rhl {
}
function check_rhel {
grep -Eq "(Enterprise|Advanced|CentOS)" $RELEASEFILE && echo $DISTNUM
grep -Eq "(Enterprise|Advanced|CentOS|MSVSphere)" $RELEASEFILE && echo $DISTNUM
}
function check_fedora {

@ -9,7 +9,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: %{baserelease}
Release: 1%{?dist}
Release: 1%{?dist}.inferit
# config.guess, config.sub are GPL-3.0-or-later WITH Autoconf-exception-generic
License: GPL-1.0-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic AND Boehm-GC
URL: https://src.fedoraproject.org/rpms/redhat-rpm-config
@ -259,6 +259,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora common.lua
%doc buildflags.md
%changelog
* Tue Dec 24 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 285-1.inferit
- Added MSVSphere detection support to dist.sh
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 285-1
- Rebuilt for MSVSphere 10

Loading…
Cancel
Save