File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1- set (DEFAULT_DNF_VERSION "4.20 .0" )
1+ set (DEFAULT_DNF_VERSION "4.21 .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.20 .0
70+ Version: 4.21 .0
7171Release: 1%{?dist }
7272Summary: %{pkg_summary }
7373# For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -410,6 +410,16 @@ popd
410410%{python3_sitelib }/%{name }/automatic/
411411
412412%changelog
413+ *
Tue Jun 18 2024 Evan Goode <[email protected] > -
4.21.0-1 414+ - Add detection for ostree-based systems and warn users about losing changes
415+ - Fix: No traceback when Python interpreter is running with -P
416+ - Allow `%py3_shebang_fix` macro to add `-P` argument to shebang lines
417+ - man: Improve upgrade-minimal command docs (RHEL-6417)
418+ - Limit queries to nevra forms when provided by command
419+ - [doc] Remove provide of spec definition for repoquery command
420+ - Update the man page entry for the countme option
421+ - Drop collect file for ABRT
422+
413423*
Wed Apr 24 2024 Jan Kolarik <[email protected] > -
4.20.0-1 414424- repoquery: Fix loading filelists when -f is used (RhBug:2276012)
415425- remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424)
Original file line number Diff line number Diff line change 1919 DNF Release Notes
2020###################
2121
22+ ====================
23+ 4.21.0 Release Notes
24+ ====================
25+
26+ - Add detection for ostree-based systems and warn users about losing changes
27+ - Fix: No traceback when Python interpreter is running with -P
28+ - Allow `%py3_shebang_fix ` macro to add `-P ` argument to shebang lines
29+ - man: Improve upgrade-minimal command docs (RHEL-6417)
30+ - Limit queries to nevra forms when provided by command
31+ - [doc] Remove provide of spec definition for repoquery command
32+ - Update the man page entry for the countme option
33+ - Drop collect file for ABRT
34+
2235====================
23364.20.0 Release Notes
2437====================
You can’t perform that action at this time.
0 commit comments