From e64c3b8273bd93a0dd3346537a5209e1974d7ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 23 Feb 2023 01:31:27 +0100 Subject: [PATCH] Drop the requirement of orphaned nim-srpm-macros No Fedora package uses the %nim_arches macro. This reverts commit ebb7ec32a46278bb58b91fe1a305951473d3fd8a. --- redhat-rpm-config.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 16d0f2b..82d0fd6 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -4,7 +4,7 @@ # 2) When making changes, increment the version (in baserelease) by 1. # rpmdev-bumpspec and other tools update the macro below, which is used # in Version: to get the desired effect. -%global baserelease 250 +%global baserelease 251 Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config @@ -111,7 +111,6 @@ Requires: pyproject-srpm-macros %if ! 0%{?rhel} Requires: fpc-srpm-macros Requires: gnat-srpm-macros -Requires: nim-srpm-macros Requires: ansible-srpm-macros %endif @@ -253,6 +252,10 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Thu Feb 23 2023 Miro HronĨok - 251-1 +- Drop the requirement of orphaned nim-srpm-macros +- No Fedora package uses the %%nim_arches macro + * Tue Feb 14 2023 Frederic Berat - 250-1 - update config.{guess,sub} to gnuconfig git HEAD