Added MSVSphere detection support to dist.sh

i9 changed/i9/redhat-rpm-config-196-1.el9.inferit
Eugene Zamriy 2 years ago
parent a51a0dbfe3
commit 0009661185
Signed by: ezamriy
GPG Key ID: 7EBF95C7DCFA496C

@ -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: 196
Release: 1%{?dist}
Release: 1%{?dist}.inferit
# No version specified.
License: GPL+
URL: https://src.fedoraproject.org/rpms/redhat-rpm-config
@ -213,6 +213,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
%doc buildflags.md
%changelog
* Thu Mar 16 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 196-1.inferit
- Added MSVSphere detection support to dist.sh
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 196-1
- Rebuilt for MSVSphere 9.1.

Loading…
Cancel
Save