Compare commits

...

4 Commits
epel9 ... i9ce

Author SHA1 Message Date
MSVSphere Packaging Team 04808e7ee3 import epel-rpm-macros-9-14.el9
9 months ago
MSVSphere Packaging Team fe96379d0d Merge and update to 9-13
1 year ago
MSVSphere Packaging Team 746c959580 Remove unnecessary files
1 year ago
Arkady L. Shane 82852df85d
import epel-rpm-macros-9-12.el9
1 year ago

4
.gitignore vendored

@ -1,4 +0,0 @@
/*.rpm
/.build-*.log
/epel-rpm-macros-*/
/results_epel-rpm-macros/

@ -1,6 +1,6 @@
Name: epel-rpm-macros Name: epel-rpm-macros
Version: 9 Version: 9
Release: 13%{dist} Release: 14%{dist}
Summary: Extra Packages for Enterprise Linux RPM macros Summary: Extra Packages for Enterprise Linux RPM macros
License: GPLv2 License: GPLv2
@ -25,6 +25,9 @@ Requires: fpc-srpm-macros
# https://bugzilla.redhat.com/show_bug.cgi?id=2001034 # https://bugzilla.redhat.com/show_bug.cgi?id=2001034
Requires: (pyproject-rpm-macros if python3-rpm-macros) Requires: (pyproject-rpm-macros if python3-rpm-macros)
Requires: ansible-srpm-macros Requires: ansible-srpm-macros
# Backwards-compatible backport of the new forge-srpm-macros from Fedora that
# avoids conflicts with EL 9's old version
Requires: forge-srpm-macros
# Provides backports from Fedora's go-rpm-macros and fixes critical # Provides backports from Fedora's go-rpm-macros and fixes critical
# bugs in RHEL's go-rpm-macros. # bugs in RHEL's go-rpm-macros.
# Just like in Fedora, only the minimal -srpm-macros are needed in the buildroot. # Just like in Fedora, only the minimal -srpm-macros are needed in the buildroot.
@ -67,9 +70,15 @@ install -Dpm 644 %{SOURCE3} \
%changelog %changelog
* Sat Mar 02 2024 Maxwell G <maxwell@gtmx.me> - 9-14
- Add forge-srpm-macros to the buildroot
* Thu Oct 05 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 9-13 * Thu Oct 05 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 9-13
- Add qt6-srpm-macros to the buildroot. Fixes rhbz#2220860. - Add qt6-srpm-macros to the buildroot. Fixes rhbz#2220860.
* Mon Jul 24 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 9-12
- Rebuilt for MSVSphere 9.2
* Wed May 10 2023 Maxwell G <maxwell@gtmx.me> - 9-12 * Wed May 10 2023 Maxwell G <maxwell@gtmx.me> - 9-12
- Rebuild for RHEL 9.2 - Rebuild for RHEL 9.2
Loading…
Cancel
Save