File tree 4 files changed +23
-3
lines changed
4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
- set (DEFAULT_DNF_VERSION "4.18.0 " )
1
+ set (DEFAULT_DNF_VERSION "4.18.1 " )
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.18.0
70
+ Version: 4.18.1
71
71
Release: 1%{?dist }
72
72
Summary: %{pkg_summary }
73
73
# For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -383,6 +383,10 @@ popd
383
383
%{python3_sitelib }/%{name }/automatic/
384
384
385
385
%changelog
386
+ *
Tue Nov 07 2023 Jan Kolarik <[email protected] > -
4.18.1-1
387
+ - Do not translate repoquery time format strings (RhBug:2245773)
388
+ - automatic: Fix applying the color option
389
+
386
390
*
Wed Oct 18 2023 Jan Kolarik <[email protected] > -
4.18.0-1
387
391
- base: Add obsoleters of only latest versions (RhBug:2183279,2176263)
388
392
- comps: Fix marking a group package as installed (RhBug:2066638)
Original file line number Diff line number Diff line change 19
19
DNF Release Notes
20
20
###################
21
21
22
+ ====================
23
+ 4.18.1 Release Notes
24
+ ====================
25
+
26
+ - Bug fixes:
27
+ - Do not translate repoquery time format strings (RhBug:2245773)
28
+ - automatic: Fix applying the color option
29
+
30
+ Bugs fixed in 4.18.1:
31
+
32
+ * :rhbug: `2245773 `
33
+
22
34
====================
23
35
4.18.0 Release Notes
24
36
====================
Original file line number Diff line number Diff line change 3565
3565
],
3566
3566
[
3567
3567
2011850,
3568
- "dnf distro-sync says a pkg isn’t installed even when it is"
3568
+ "dnf distro-sync says a pkg isn\u2019t installed even when it is"
3569
3569
],
3570
3570
[
3571
3571
2239323,
3582
3582
[
3583
3583
2221907,
3584
3584
"dnf5 is not marked as protected, removal leaves system more or less bricked"
3585
+ ],
3586
+ [
3587
+ 2245773,
3588
+ "dnf 4.18 broke fedora-update-feedback"
3585
3589
]
3586
3590
]
You can’t perform that action at this time.
0 commit comments