Compare commits

...

1 Commits
i9ce ... epel9

Author SHA1 Message Date
Maxwell G e144404aa7
Add forge-srpm-macros to the buildroot
9 months ago

@ -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,6 +70,9 @@ 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.

Loading…
Cancel
Save