From 56909fcb64f866a2102ec08c7bc46a780106be34 Mon Sep 17 00:00:00 2001 From: Eric Chanudet Date: Wed, 5 Nov 2025 12:49:14 -0500 Subject: [PATCH] kernel-srpm-macros.spec: bump the release Bump Release to 27 and add the associated %changelog record for the changes introduced to handle zstd compression of symvers. Resolves: RHEL-124727 Signed-off-by: Eric Chanudet --- kernel-srpm-macros.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kernel-srpm-macros.spec b/kernel-srpm-macros.spec index 6fab8fa..eb3e900 100644 --- a/kernel-srpm-macros.spec +++ b/kernel-srpm-macros.spec @@ -1,7 +1,7 @@ Name: kernel-srpm-macros Version: 1.0 # when bumping version and resetting release, don't forget to bump version of kernel-rpm-macros as well -Release: 26%{?dist} +Release: 27%{?dist} Summary: RPM macros that list arches the full kernel is built on # This package only exist in Fedora repositories # The license is the standard (MIT) specified in @@ -136,6 +136,10 @@ install -p -m 644 -t "%{buildroot}%{_fileattrsdir}" modalias.attr %{rrcdir}/rpmsort %changelog +* Wed Nov 05 2025 Eric Chanudet - 1.0-27 +- kabi: handle symvers.zst + Resolves: RHEL-124727 + * Tue Apr 01 2025 Andrea Bolognani - 1.0-26 - Finish adding riscv64 (thanks Zhengyu He) Resolves: RHEL-85853