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