From 363ddf0a1c1ed1a26f70d95d06e841b30eacad17 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Tue, 26 Dec 2023 21:53:47 +0100 Subject: [PATCH] Add zig-srpm-macros --- 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 62241d0..0e8c200 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 271 +%global baserelease 272 Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config @@ -114,6 +114,7 @@ Requires: pyproject-srpm-macros Requires: fpc-srpm-macros Requires: gnat-srpm-macros Requires: ansible-srpm-macros +Requires: zig-srpm-macros %endif Requires: rpm >= 4.11.0 @@ -255,6 +256,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora common.lua %doc buildflags.md %changelog +* Tue Dec 26 2023 Jan Drögehoff - 272-1 +- Add zig-srpm-macros + * Fri Nov 03 2023 Stephen Gallagher - 271-1 - ELN: Enable frame pointers for RHEL 11+ (for now)