From 29a0bd8be0b44c4b64be2a3b892d3aa81c2a6d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 6 Jan 2023 13:51:45 +0100 Subject: [PATCH] Add pyproject-srpm-macros to the default buildroot --- redhat-rpm-config.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 52fd1fc..d514e72 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 245 +%global baserelease 246 Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config @@ -105,6 +105,7 @@ Requires: qt5-srpm-macros Requires: rust-srpm-macros Requires: rpmautospec-rpm-macros Requires: package-notes-srpm-macros +Requires: pyproject-srpm-macros %if ! 0%{?rhel} Requires: fpc-srpm-macros @@ -221,6 +222,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Tue Jan 17 2023 Miro HronĨok - 245-1 +- Add pyproject-srpm-macros to the default buildroot + * Tue Jan 17 2023 Davide Cavalca - 245-1 - Do not include frame pointers on ppc64le for now Fixes: rhbz#2161595