kernel-srpm-macros.spec: bump RPM release

* kernel-srpm-macros.spec (Release): Bump to 12.
(%changelog): Add a record.
This commit is contained in:
Eugene Syromiatnikov 2023-02-08 18:11:55 +01:00
parent aed29eb0f7
commit 83f4510a4c
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: kernel-srpm-macros
Version: 1.0
Release: 11%{?dist}
Release: 12%{?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
@ -134,6 +134,10 @@ install -p -m 644 -t "%{buildroot}%{_fileattrsdir}" modalias.attr
%{rrcdir}/find-provides.d/modalias.prov
%changelog
* Tue Jan 31 2023 Eugene Syromiatnikov <esyr@redhat.com> - 1.0-12
- Support storing of __crc_* symbols in sections other than .rodata.
- Resolves: #2135047
* Thu Feb 17 2022 Eugene Syromiatnikov <esyr@redhat.com> - 1.0-11
- Work around a change in type of __crc_* symbols for some kmods printed by nm
on ppc64le and s390x