Skip to content

Commit

Permalink
Release 4.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Nov 12, 2024
1 parent e54fcd4 commit da9a706
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -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})
Expand Down
22 changes: 21 additions & 1 deletion dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -420,6 +420,26 @@ popd
%endif

%changelog
* Tue Nov 12 2024 Evan Goode <mail@evangoo.de> - 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 <mail@evangoo.de> - 4.21.1-1
- doc: minor formatting and consistency fixes
- Allow local downloads to same `downloaddir`
Expand Down
31 changes: 31 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================
Expand Down
4 changes: 4 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -3606,5 +3606,9 @@
[
2276012,
"\"Do not download filelists by default\" change broke `dnf repoquery -f`"
],
[
2312906,
"Unable to update the filesystem package"
]
]

0 comments on commit da9a706

Please # to comment.