From a2ba5b28d9e169223febaaa52413a61c0dd67c70 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Tue, 18 Jun 2024 17:14:14 -0400 Subject: [PATCH] Release 4.8.0 --- dnf-plugins-core.spec | 9 ++++++++- doc/release_notes.rst | 12 ++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index cafa348b..27933d15 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -41,7 +41,7 @@ %endif Name: dnf-plugins-core -Version: 4.7.0 +Version: 4.8.0 Release: 1%{?dist} Summary: Core Plugins for DNF License: GPL-2.0-or-later @@ -905,6 +905,13 @@ ln -sf %{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/repotrack.1 %endif %changelog +* Tue Jun 18 2024 Evan Goode - 4.8.0-1 +- needs-restarting: Revert using systemd start time +- spec: Fix symbolic links to packaged files +- needs-restarting: detect packages providing NEED_REBOOT. +- build: Disable debug plugin on Fedora > 40 and RHEL > 9 +- download plugin now resolves dependencies for debuginfo and debugsource packages + * Wed Apr 24 2024 Jan Kolarik - 4.7.0-1 - docs: Documentation of needs-restarting boot time - man: Prepare pages for dnf5 switch diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 5d18bd85..aad677fa 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -21,6 +21,18 @@ Core DNF Plugins Release Notes .. contents:: +=================== +4.8.0 Release Notes +=================== + +- needs-restarting: Revert using systemd start time +- spec: Fix symbolic links to packaged files +- needs-restarting: detect packages providing NEED_REBOOT. +- build: Disable debug plugin on Fedora > 40 and RHEL > 9 + +- Bug fixes: + - download plugin now resolves dependencies for debuginfo and debugsource packages + =================== 4.7.0 Release Notes ===================