Compare commits

...

No commits in common. 'c9' and 'i9' have entirely different histories.
c9 ... i9

@ -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: 201
Release: 1%{?dist}
Release: 1%{?dist}.inferit
# No version specified.
License: GPL+
URL: https://src.fedoraproject.org/rpms/redhat-rpm-config
@ -261,6 +261,12 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
- Change clang LTO default to ThinLTO
- Resolves: rhbz#2178788
* 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> - 199-1
- Rebuilt for MSVSphere 9.1.
* Mon Feb 13 2023 Miro Hrončok <mhroncok@redhat.com> - 199-1
- Add pyproject-srpm-macros to the default buildroot
- Related: rhbz#2168193

Loading…
Cancel
Save