File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1- set (DEFAULT_DNF_VERSION "4.19.2 " )
1+ set (DEFAULT_DNF_VERSION "4.20.0 " )
22
33if (DEFINED DNF_VERSION)
44 if (NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION} )
Original file line number Diff line number Diff line change 6767It supports RPMs, modules and comps groups & environments.
6868
6969Name: dnf
70- Version: 4.19.2
70+ Version: 4.20.0
7171Release: 1%{?dist }
7272Summary: %{pkg_summary }
7373# For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -416,6 +416,13 @@ popd
416416%{python3_sitelib }/%{name }/automatic/
417417
418418%changelog
419+ *
Wed Apr 24 2024 Jan Kolarik <[email protected] > -
4.20.0-1 420+ - repoquery: Fix loading filelists when -f is used (RhBug:2276012)
421+ - remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424)
422+ - spec: Do not add user site-packages directory to sys.path (RHEL-26646)
423+ - man: Prepare pages for dnf5 switch
424+ - spec: Prepare for switch of dnf5 in Rawhide
425+
419426*
Fri Mar 29 2024 Evan Goode <[email protected] > -
4.19.2-1 420427- Bump libdnf requirement to 0.73.1
421428
Original file line number Diff line number Diff line change 1919 DNF Release Notes
2020###################
2121
22+ ====================
23+ 4.20.0 Release Notes
24+ ====================
25+
26+ - repoquery: Fix loading filelists when -f is used (RhBug:2276012)
27+ - remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424)
28+ - spec: Do not add user site-packages directory to sys.path (RHEL-26646)
29+ - man: Prepare pages for dnf5 switch
30+ - spec: Prepare for switch of dnf5 in Rawhide
31+
32+ Bugs fixed in 4.20.0:
33+
34+ * :rhbug: `2276012 `
35+
2236====================
23374.19.2 Release Notes
2438====================
Original file line number Diff line number Diff line change 36023602 [
36033603 2261066,
36043604 "dnf: FTBFS in Fedora rawhide/f40"
3605+ ],
3606+ [
3607+ 2276012,
3608+ "\"Do not download filelists by default\" change broke `dnf repoquery -f`"
36053609 ]
36063610]
You can’t perform that action at this time.
0 commit comments