From 0f1af7e18757764bd2198b4a8cb728c22e74573b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:21:16 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- 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 f38f7d2..3558e48 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -42,7 +42,7 @@ Name: dnf-plugins-core Version: 4.7.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Core Plugins for DNF License: GPL-2.0-or-later URL: https://github.com/rpm-software-management/dnf-plugins-core @@ -882,6 +882,10 @@ ln -sf %{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/repotrack.1 %endif %changelog +* Tue Oct 29 2024 Troy Dawson - 4.7.0-6 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Tue Jul 09 2024 Petr Pisar - 4.7.0-5 - Remove debug plugin (i.e. dnf debug-dump and and debug-restore commands) (RHEL-23706)