|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: epel-rpm-macros
|
|
|
|
|
Version: 9
|
|
|
|
|
Release: 13%{dist}
|
|
|
|
|
Release: 14%{dist}
|
|
|
|
|
Summary: Extra Packages for Enterprise Linux RPM macros
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
@ -25,6 +25,9 @@ Requires: fpc-srpm-macros
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2001034
|
|
|
|
|
Requires: (pyproject-rpm-macros if python3-rpm-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
|
|
|
|
|
# bugs in RHEL's go-rpm-macros.
|
|
|
|
|
# Just like in Fedora, only the minimal -srpm-macros are needed in the buildroot.
|
|
|
|
@ -67,6 +70,9 @@ install -Dpm 644 %{SOURCE3} \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- Add qt6-srpm-macros to the buildroot. Fixes rhbz#2220860.
|
|
|
|
|
|
|
|
|
|