diff --git a/kernel-srpm-macros.spec b/kernel-srpm-macros.spec index 856c1ce..63a29ed 100644 --- a/kernel-srpm-macros.spec +++ b/kernel-srpm-macros.spec @@ -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 - 1.0-12 +- Support storing of __crc_* symbols in sections other than .rodata. +- Resolves: #2135047 + * Thu Feb 17 2022 Eugene Syromiatnikov - 1.0-11 - Work around a change in type of __crc_* symbols for some kmods printed by nm on ppc64le and s390x