Added MSVSphere detection support to dist.sh

i8 changed/i8/redhat-rpm-config-131-1.el8.inferit
Arkady L. Shane 1 year ago
parent 359b842217
commit 81a5484b22
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

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

@ -7,7 +7,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: 131
Release: 1%{?dist}
Release: 1%{?dist}.inferit
# No version specified.
License: GPL+
Group: Development/System
@ -268,6 +268,9 @@ install -p -m 755 %{SOURCE21} %{buildroot}%{_rpmconfigdir}/kabi.sh
%{_rpmconfigdir}/macros.d/macros.kmp
%changelog
* Thu Dec 21 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 131-1.inferit
- Added MSVSphere detection support to dist.sh
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 131-1
- Rebuilt for MSVSphere 8.8

Loading…
Cancel
Save