From e1e2c4f69d6152e1ba69131dd99e66a91ca7e562 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:40:24 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- dnf-plugins-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 2537455..e9bcfc7 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -36,7 +36,7 @@ Name: dnf-plugins-core Version: 4.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Core Plugins for DNF License: GPL-2.0-or-later URL: https://github.com/rpm-software-management/dnf-plugins-core @@ -869,6 +869,9 @@ ln -sf %{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/repotrack.1 %endif %changelog +* Mon Jun 24 2024 Troy Dawson - 4.7.0-4 +- Bump release for June 2024 mass rebuild + * Fri Jun 14 2024 Petr Pisar - 4.7.0-3 - Fix symbolic links to packaged files (RHEL-40564)