Added MSVSphere detection support to dist.sh

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

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

@ -9,7 +9,7 @@
Summary: Red Hat specific rpm configuration files Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config Name: redhat-rpm-config
Version: %{baserelease} Version: %{baserelease}
Release: 1%{?dist} Release: 1%{?dist}.inferit
# config.guess, config.sub are GPL-3.0-or-later WITH Autoconf-exception-generic # 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 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 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 %doc buildflags.md
%changelog %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 * Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 285-1
- Rebuilt for MSVSphere 10 - Rebuilt for MSVSphere 10

Loading…
Cancel
Save