From b6aeb406fc5a92415a2a096c9a9825bfeb943d21 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 22 May 2024 11:49:57 +0200 Subject: [PATCH] NVR update Related: RHEL-33354 --- redhat-rpm-config.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 3fa2c01..abc58bd 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -8,7 +8,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: 282 -Release: 2%{?dist} +Release: 3%{?dist} # config.guess, config.sub are GPL-3.0-or-later WITH Autoconf-exception-generic License: GPL-1.0-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic AND Boehm-GC URL: https://src.fedoraproject.org/rpms/redhat-rpm-config @@ -258,6 +258,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora common.lua %doc buildflags.md %changelog +* Wed May 22 2024 Florian Weimer - 282-3 +- Drop ghc-srpm-macros dependency + * Fri May 10 2024 Florian Weimer - 282-2 - Enable GNU2 TLS descriptors on x86-64 (GCC only) (RHEL-25031)