From e3a0edac0b916be1b09abda973dbd72772b2995f 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 4207269..a70980c 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: 222 +Version: 223 Release: 1%{?dist} # No version specified. License: GPL+ @@ -103,6 +103,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 @@ -219,6 +220,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Tue Jan 17 2023 Miro HronĨok - 223-1 +- Add pyproject-srpm-macros to the default buildroot + * Mon Aug 08 2022 Maxwell G - 222-1 - Add macros.shell-completions