From 83f4510a4c06e7905c9ab33c3bc6bc9ffab1a490 Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Wed, 8 Feb 2023 18:11:55 +0100 Subject: [PATCH] kernel-srpm-macros.spec: bump RPM release * kernel-srpm-macros.spec (Release): Bump to 12. (%changelog): Add a record. --- 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 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