From da9a7066be8e1628d9453428d33685225cd9c90d Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Tue, 12 Nov 2024 18:36:57 +0000 Subject: [PATCH] Release 4.22.0 --- VERSION.cmake | 2 +- dnf.spec | 22 +++++++++++++++++++++- doc/release_notes.rst | 31 +++++++++++++++++++++++++++++++ doc/summaries_cache | 4 ++++ 4 files changed, 57 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index b048f94965..b35439b83d 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,4 +1,4 @@ -set (DEFAULT_DNF_VERSION "4.21.1") +set (DEFAULT_DNF_VERSION "4.22.0") if(DEFINED DNF_VERSION) if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION}) diff --git a/dnf.spec b/dnf.spec index b986953510..99e0510c53 100644 --- a/dnf.spec +++ b/dnf.spec @@ -65,7 +65,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf -Version: 4.21.1 +Version: 4.22.0 Release: 1%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -420,6 +420,26 @@ popd %endif %changelog +* Tue Nov 12 2024 Evan Goode - 4.22.0-1 +- doc: Naming of source and debug repos +- spec: Move /var/cache/dnf from dnf to python3-dnf +- spec: Remove preview yum_compat_level +- spec: Simplify %files dnf section for both yum_compat_levels +- spec: Fix ownership of /etc/yum tree +- Allow --installroot on read-only bootc system +- spec: If DNF5 obsoletes DNF, do not build dnf and yum packages +- spec: If DNF5 obsoletes DNF, do not build dnf-automatic +- Allow --downloadonly on read-only bootc system +- base: Add kernel-core to reboot_needed list +- AUTHORS: Add myself +- Update need_reboot for dnf-automatic +- doc: Example send_error_messages in /etc/dnf/automatic.conf +- automatic: Check availability of config file +- Updated conf_ref to reflect change in fastestmirror behavior +- Fix display issue of a code snippet. +- Print rpm package unpack errors to the user (RhBug:2312906) +- Fix package location if baseurl is present in the metadata + * Wed Aug 14 2024 Evan Goode - 4.21.1-1 - doc: minor formatting and consistency fixes - Allow local downloads to same `downloaddir` diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 0c9e5cbbf2..c2a3544f8a 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -19,6 +19,37 @@ DNF Release Notes ################### +==================== +4.22.0 Release Notes +==================== + +- doc: Naming of source and debug repos +- spec: Move /var/cache/dnf from dnf to python3-dnf +- spec: Remove preview yum_compat_level +- spec: Simplify %files dnf section for both yum_compat_levels +- spec: Fix ownership of /etc/yum tree +- Allow --installroot on read-only bootc system +- spec: If DNF5 obsoletes DNF, do not build dnf and yum packages +- spec: If DNF5 obsoletes DNF, do not build dnf-automatic +- Allow --downloadonly on read-only bootc system +- base: Add kernel-core to reboot_needed list +- AUTHORS: Add myself +- Update need_reboot for dnf-automatic +- doc: Example send_error_messages in /etc/dnf/automatic.conf +- automatic: Check availability of config file +- Updated conf_ref to reflect change in fastestmirror behavior +- Fix display issue of a code snippet. + +- New features: + - Print rpm package unpack errors to the user (RhBug:2312906) + +- Bug fixes: + - Fix package location if baseurl is present in the metadata + +Bugs fixed in 4.22.0: + +* :rhbug:`2312906` + ==================== 4.21.1 Release Notes ==================== diff --git a/doc/summaries_cache b/doc/summaries_cache index f75f0cbca8..890ef281e6 100644 --- a/doc/summaries_cache +++ b/doc/summaries_cache @@ -3606,5 +3606,9 @@ [ 2276012, "\"Do not download filelists by default\" change broke `dnf repoquery -f`" + ], + [ + 2312906, + "Unable to update the filesystem package" ] ] \ No newline at end of file