File tree 3 files changed +25
-2
lines changed
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" )
2
2
3
3
if (DEFINED DNF_VERSION)
4
4
if (NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION} )
Original file line number Diff line number Diff line change 67
67
It supports RPMs, modules and comps groups & environments.
68
68
69
69
Name: dnf
70
- Version: 4.20 .0
70
+ Version: 4.21 .0
71
71
Release: 1%{?dist }
72
72
Summary: %{pkg_summary }
73
73
# For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -410,6 +410,16 @@ popd
410
410
%{python3_sitelib }/%{name }/automatic/
411
411
412
412
%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
+
413
423
*
Wed Apr 24 2024 Jan Kolarik <[email protected] > -
4.20.0-1
414
424
- repoquery: Fix loading filelists when -f is used (RhBug:2276012)
415
425
- remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424)
Original file line number Diff line number Diff line change 19
19
DNF Release Notes
20
20
###################
21
21
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
+
22
35
====================
23
36
4.20.0 Release Notes
24
37
====================
You can’t perform that action at this time.
0 commit comments