From 7768f6845ac5093bc2bc310c9164825bfefb22cd Mon Sep 17 00:00:00 2001 From: Michal Domonkos Date: Tue, 25 May 2021 15:18:49 +0200 Subject: [PATCH] Bump release for a rebuild in a sidetag Related: #1959914 --- kernel-srpm-macros.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel-srpm-macros.spec b/kernel-srpm-macros.spec index fa3b08a..001071c 100644 --- a/kernel-srpm-macros.spec +++ b/kernel-srpm-macros.spec @@ -1,6 +1,6 @@ Name: kernel-srpm-macros Version: 1.0 -Release: 6%{?dist} +Release: 7%{?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 @@ -91,6 +91,9 @@ install -p -m 644 -t %{buildroot}%{_fileattrsdir} kmod.attr %{rrcdir}/find-provides.d/modalias.prov %changelog +* Tue May 25 2021 Michal Domonkos - 1.0-7 +- Bump release for a rebuild in a sidetag + * Wed May 12 2021 Michal Domonkos - 1.0-6 - Adopt kernel-rpm-macros subpackage & kmod.attr from redhat-rpm-config - Resolves: #1959914