File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
- set (DEFAULT_DNF_VERSION "4.19.1 " )
1
+ set (DEFAULT_DNF_VERSION "4.19.2 " )
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 2
2
%define __cmake_in_source_build 1
3
3
4
4
# default dependencies
5
- %global hawkey_version 0.73.0
5
+ %global hawkey_version 0.73.1
6
6
%global libcomps_version 0.1.8
7
7
%global libmodulemd_version 2.9.3
8
8
%global rpm_version 4.14.0
67
67
It supports RPMs, modules and comps groups & environments.
68
68
69
69
Name: dnf
70
- Version: 4.19.1
70
+ Version: 4.19.2
71
71
Release: 1%{?dist }
72
72
Summary: %{pkg_summary }
73
73
# For a breakdown of the licensing, see PACKAGE-LICENSING
394
394
%{python3_sitelib }/%{name }/automatic/
395
395
396
396
%changelog
397
+ *
Fri Mar 29 2024 Evan Goode <[email protected] > -
4.19.2-1
398
+ - Bump libdnf requirement to 0.73.1
399
+
397
400
*
Thu Mar 28 2024 Evan Goode <[email protected] > -
4.19.1-1
398
401
- Add required `.readthedocs.yaml`, `conf.py` and set `sphinx_rtd_theme`
399
402
- Drop dnf obsoletion temporarily
Original file line number Diff line number Diff line change 19
19
DNF Release Notes
20
20
###################
21
21
22
+ ====================
23
+ 4.19.2 Release Notes
24
+ ====================
25
+
26
+ - Bump libdnf requirement to 0.73.1
27
+
22
28
====================
23
29
4.19.1 Release Notes
24
30
====================
You can’t perform that action at this time.
0 commit comments