Add pyproject-srpm-macros to the default buildroot

This commit is contained in:
Miro Hrončok 2023-02-13 16:35:18 +01:00
parent fb76cc62ed
commit 446d35133d
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: 198
Version: 199
Release: 1%{?dist}
# No version specified.
License: GPL+
@ -106,6 +106,7 @@ Requires: perl-srpm-macros
Requires: python-srpm-macros >= 3-46
Requires: qt5-srpm-macros
Requires: rust-srpm-macros
Requires: pyproject-srpm-macros
%if ! 0%{?rhel}
Requires: fpc-srpm-macros
@ -249,6 +250,10 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
%doc buildflags.md
%changelog
* Mon Feb 13 2023 Miro Hrončok <mhroncok@redhat.com> - 199-1
- Add pyproject-srpm-macros to the default buildroot
- Related: rhbz#2168193
* Tue Feb 07 2023 Nick Clifton <nickc@redhat.com> - 198-1
- Fix triggers for the installation and removal of gcc-plugin-annobin. (#2167713)