From 9fe9d0d37f5bf55775a7a1f1b51fe4c22de7bcbf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 09:42:29 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kernel-srpm-macros.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kernel-srpm-macros.spec b/kernel-srpm-macros.spec index 7f272e1..6188dcb 100644 --- a/kernel-srpm-macros.spec +++ b/kernel-srpm-macros.spec @@ -1,6 +1,6 @@ Name: kernel-srpm-macros Version: 1.0 -Release: 5%{?dist} +Release: 6%{?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 @@ -40,7 +40,7 @@ The variable to use is kernel_arches. %package -n kernel-rpm-macros Version: 185 -Release: %{release}%{?dist} +Release: %{release}%{?dist}.1 Summary: Macros and scripts for building kernel module packages Requires: redhat-rpm-config >= 13 @@ -91,6 +91,9 @@ install -p -m 644 -t %{buildroot}%{_fileattrsdir} kmod.attr %{rrcdir}/find-provides.d/modalias.prov %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jun 03 2021 Michal Domonkos - 1.0-5 - Adopt kernel-rpm-macros & kmod.attr subpackage from redhat-rpm-config