diff --git a/dnf-plugins-extras.spec b/dnf-plugins-extras.spec index 610773f..3837b03 100644 --- a/dnf-plugins-extras.spec +++ b/dnf-plugins-extras.spec @@ -4,7 +4,7 @@ %undefine __cmake_in_source_build Name: dnf-plugins-extras -Version: 4.0.15 +Version: 4.0.16 Release: 1%{?dist} Summary: Extras Plugins for DNF License: GPLv2+ diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 75f656b..3adfb6a 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -4,6 +4,17 @@ Extras DNF Plugins Release Notes .. contents:: +==================== +4.0.16 Release Notes +==================== + +- Fix cleaning up destdir after system-upgrade (RhBug:2024430) + +Bugs fixed in 4.0.16: + +* :rhbug:`2034178` +* :rhbug:`2024430` + ==================== 4.0.15 Release Notes ==================== diff --git a/doc/summaries_cache b/doc/summaries_cache index 30c94e4..bff9afb 100644 --- a/doc/summaries_cache +++ b/doc/summaries_cache @@ -222,5 +222,13 @@ [ 1917639, "dnf-offline-upgrade download creates empty transaction file; on reboot causes hang" + ], + [ + 2034178, + "dnf-plugins-extras fails to build with Python 3.11: AttributeError: 'TestRpmConf' object has no attribute 'assertRegexpMatches'" + ], + [ + 2024430, + "dnf system-upgrade with --downloaddir uses rm -rf and will destroy user data" ] ] \ No newline at end of file