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 <echanude@redhat.com>
This commit is contained in:
Eric Chanudet 2025-11-05 12:49:14 -05:00
parent 9fc01f0ddf
commit 56909fcb64

View File

@ -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 <echanude@redhat.com> - 1.0-27
- kabi: handle symvers.zst
Resolves: RHEL-124727
* Tue Apr 01 2025 Andrea Bolognani <abologna@redhat.com> - 1.0-26
- Finish adding riscv64 (thanks Zhengyu He)
Resolves: RHEL-85853