From 281d32e3ebe83f6ba65beec2cc0f15e963c83b51 Mon Sep 17 00:00:00 2001 From: hongwei-qin Date: Thu, 24 Feb 2022 10:12:18 -0500 Subject: [PATCH] Rebuild on platform-python --- dnf-plugins-core.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index e33c9b2..7195f3d 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) -- Gitee