From 446d35133d975f7a4cdc848cfdfa247b5a7f7ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Feb 2023 16:35:18 +0100 Subject: [PATCH] Add pyproject-srpm-macros to the default buildroot --- redhat-rpm-config.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index ea55185..31dff91 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -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 - 199-1 +- Add pyproject-srpm-macros to the default buildroot +- Related: rhbz#2168193 + * Tue Feb 07 2023 Nick Clifton - 198-1 - Fix triggers for the installation and removal of gcc-plugin-annobin. (#2167713)