From e3cb438c0fd08c79676c0f3276aa7d75cd8557c6 Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Wed, 24 Apr 2024 13:10:04 +0200 Subject: [PATCH] Release 4.20.0 --- VERSION.cmake | 2 +- dnf.spec | 9 ++++++++- doc/release_notes.rst | 14 ++++++++++++++ doc/summaries_cache | 4 ++++ 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index dee864724a..4a25c95c2f 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,4 +1,4 @@ -set (DEFAULT_DNF_VERSION "4.19.2") +set (DEFAULT_DNF_VERSION "4.20.0") if(DEFINED DNF_VERSION) if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION}) diff --git a/dnf.spec b/dnf.spec index 9e5a191a0e..8f0e2b4a03 100644 --- a/dnf.spec +++ b/dnf.spec @@ -67,7 +67,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf -Version: 4.19.2 +Version: 4.20.0 Release: 1%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -416,6 +416,13 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Wed Apr 24 2024 Jan Kolarik - 4.20.0-1 +- repoquery: Fix loading filelists when -f is used (RhBug:2276012) +- remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424) +- spec: Do not add user site-packages directory to sys.path (RHEL-26646) +- man: Prepare pages for dnf5 switch +- spec: Prepare for switch of dnf5 in Rawhide + * Fri Mar 29 2024 Evan Goode - 4.19.2-1 - Bump libdnf requirement to 0.73.1 diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 7b5ed9e9f3..529561339b 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -19,6 +19,20 @@ DNF Release Notes ################### +==================== +4.20.0 Release Notes +==================== + +- repoquery: Fix loading filelists when -f is used (RhBug:2276012) +- remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424) +- spec: Do not add user site-packages directory to sys.path (RHEL-26646) +- man: Prepare pages for dnf5 switch +- spec: Prepare for switch of dnf5 in Rawhide + +Bugs fixed in 4.20.0: + +* :rhbug:`2276012` + ==================== 4.19.2 Release Notes ==================== diff --git a/doc/summaries_cache b/doc/summaries_cache index 16372dca5d..f75f0cbca8 100644 --- a/doc/summaries_cache +++ b/doc/summaries_cache @@ -3602,5 +3602,9 @@ [ 2261066, "dnf: FTBFS in Fedora rawhide/f40" + ], + [ + 2276012, + "\"Do not download filelists by default\" change broke `dnf repoquery -f`" ] ] \ No newline at end of file