Skip to content

Commit da9a706

Browse files
committed
Release 4.22.0
1 parent e54fcd4 commit da9a706

File tree

4 files changed

+57
-2
lines changed

4 files changed

+57
-2
lines changed

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set (DEFAULT_DNF_VERSION "4.21.1")
1+
set (DEFAULT_DNF_VERSION "4.22.0")
22

33
if(DEFINED DNF_VERSION)
44
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})

dnf.spec

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
It supports RPMs, modules and comps groups & environments.
6666

6767
Name: dnf
68-
Version: 4.21.1
68+
Version: 4.22.0
6969
Release: 1%{?dist}
7070
Summary: %{pkg_summary}
7171
# For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -420,6 +420,26 @@ popd
420420
%endif
421421

422422
%changelog
423+
* Tue Nov 12 2024 Evan Goode <[email protected]> - 4.22.0-1
424+
- doc: Naming of source and debug repos
425+
- spec: Move /var/cache/dnf from dnf to python3-dnf
426+
- spec: Remove preview yum_compat_level
427+
- spec: Simplify %files dnf section for both yum_compat_levels
428+
- spec: Fix ownership of /etc/yum tree
429+
- Allow --installroot on read-only bootc system
430+
- spec: If DNF5 obsoletes DNF, do not build dnf and yum packages
431+
- spec: If DNF5 obsoletes DNF, do not build dnf-automatic
432+
- Allow --downloadonly on read-only bootc system
433+
- base: Add kernel-core to reboot_needed list
434+
- AUTHORS: Add myself
435+
- Update need_reboot for dnf-automatic
436+
- doc: Example send_error_messages in /etc/dnf/automatic.conf
437+
- automatic: Check availability of config file
438+
- Updated conf_ref to reflect change in fastestmirror behavior
439+
- Fix display issue of a code snippet.
440+
- Print rpm package unpack errors to the user (RhBug:2312906)
441+
- Fix package location if baseurl is present in the metadata
442+
423443
* Wed Aug 14 2024 Evan Goode <[email protected]> - 4.21.1-1
424444
- doc: minor formatting and consistency fixes
425445
- Allow local downloads to same `downloaddir`

doc/release_notes.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,37 @@
1919
DNF Release Notes
2020
###################
2121

22+
====================
23+
4.22.0 Release Notes
24+
====================
25+
26+
- doc: Naming of source and debug repos
27+
- spec: Move /var/cache/dnf from dnf to python3-dnf
28+
- spec: Remove preview yum_compat_level
29+
- spec: Simplify %files dnf section for both yum_compat_levels
30+
- spec: Fix ownership of /etc/yum tree
31+
- Allow --installroot on read-only bootc system
32+
- spec: If DNF5 obsoletes DNF, do not build dnf and yum packages
33+
- spec: If DNF5 obsoletes DNF, do not build dnf-automatic
34+
- Allow --downloadonly on read-only bootc system
35+
- base: Add kernel-core to reboot_needed list
36+
- AUTHORS: Add myself
37+
- Update need_reboot for dnf-automatic
38+
- doc: Example send_error_messages in /etc/dnf/automatic.conf
39+
- automatic: Check availability of config file
40+
- Updated conf_ref to reflect change in fastestmirror behavior
41+
- Fix display issue of a code snippet.
42+
43+
- New features:
44+
- Print rpm package unpack errors to the user (RhBug:2312906)
45+
46+
- Bug fixes:
47+
- Fix package location if baseurl is present in the metadata
48+
49+
Bugs fixed in 4.22.0:
50+
51+
* :rhbug:`2312906`
52+
2253
====================
2354
4.21.1 Release Notes
2455
====================

doc/summaries_cache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3606,5 +3606,9 @@
36063606
[
36073607
2276012,
36083608
"\"Do not download filelists by default\" change broke `dnf repoquery -f`"
3609+
],
3610+
[
3611+
2312906,
3612+
"Unable to update the filesystem package"
36093613
]
36103614
]

0 commit comments

Comments
 (0)