NVR update

Related: RHEL-33354
This commit is contained in:
Florian Weimer 2024-05-22 11:49:57 +02:00
parent bbb099b808
commit b6aeb406fc

View File

@ -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 <fweimer@redhat.com> - 282-3
- Drop ghc-srpm-macros dependency
* Fri May 10 2024 Florian Weimer <fweimer@redhat.com> - 282-2
- Enable GNU2 TLS descriptors on x86-64 (GCC only) (RHEL-25031)