Added MSVSphere detection support to dist.sh

Sergey Cherevko 2 days ago
parent 61f9e098e6
commit d3d7921aa4
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 {

@ -4,7 +4,7 @@
# 2) When making changes, increment the version (in baserelease) by 1. # 2) When making changes, increment the version (in baserelease) by 1.
# rpmdev-bumpspec and other tools update the macro below, which is used # rpmdev-bumpspec and other tools update the macro below, which is used
# in Version: to get the desired effect. # in Version: to get the desired effect.
%global baserelease 285 %global baserelease 285.inferit
Summary: Red Hat specific rpm configuration files Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config Name: 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.inferit-1
- 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