From 22656b4be335f5234f0026e6bdf4a0ee1f7bb652 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 24 Feb 2023 20:34:09 -0600 Subject: [PATCH] Add rust-srpm-macros-epel to the buildroot Depends-on: https://src.fedoraproject.org/rpms/rust-packaging/pull-request/6 --- epel-rpm-macros.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index a2c47c9..0a095b9 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -30,6 +30,8 @@ Requires: ansible-srpm-macros # Just like in Fedora, only the minimal -srpm-macros are needed in the buildroot. # The rest of the macros are pulled in dynamically. Requires: go-srpm-macros-epel +# Provides backports from Fedora's rust-srpm-macros +Requires: rust-srpm-macros-epel # Provides backport from Fedora's perl-generators related to proposal # https://fedoraproject.org/wiki/Changes/Perl_replace_MODULE_COMPAT_by_generator Requires: (perl-generators-epel if perl-generators) @@ -67,6 +69,9 @@ install -Dpm 644 %{SOURCE3} \ * Sun Mar 05 2023 Artur Frenszek-Iwicki - 9-11 - Add fpc-srpm-macros to the buildroot +* Sat Feb 25 2023 Maxwell G - 9-10 +- Add rust-srpm-macros-epel to the buildroot + * Fri Feb 10 2023 Maxwell G - 9-9 - Add rpmautospec to the buildroot to mirror Fedora