diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index e33c9b234f7c0cf8281e0ac40fe6e0e190a0c7db..7195f3d07aeba6078b42a74cf8435cce5a78cad7 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.22} %global dnf_plugins_extra 2.0.0 %global hawkey_version 0.46.1 @@ -34,7 +35,7 @@ Name: dnf-plugins-core Version: 4.0.21 -Release: 4%{?dist} +Release: 4%{anolis_release}%{?dist} Summary: Core Plugins for DNF License: GPLv2+ URL: https://github.com/rpm-software-management/dnf-plugins-core @@ -767,6 +768,9 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/ %endif %changelog +* Thu Feb 24 2022 Weitao Zhou - 4.0.21-4.0.1 +- Rebuild on platform-python + * Thu Jan 06 2022 Pavla Kratochvilova - 4.0.21-4 - [needs-restarting] Fix wrong boot time (RhBug:1960437,2037008)