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