-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e84837b
commit 9b2b2e8
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%define __cmake_in_source_build 1 | ||
|
||
# default dependencies | ||
%global hawkey_version 0.73.0 | ||
%global hawkey_version 0.73.1 | ||
%global libcomps_version 0.1.8 | ||
%global libmodulemd_version 2.9.3 | ||
%global rpm_version 4.14.0 | ||
|
@@ -67,7 +67,7 @@ | |
It supports RPMs, modules and comps groups & environments. | ||
|
||
Name: dnf | ||
Version: 4.19.1 | ||
Version: 4.19.2 | ||
Release: 1%{?dist} | ||
Summary: %{pkg_summary} | ||
# For a breakdown of the licensing, see PACKAGE-LICENSING | ||
|
@@ -394,6 +394,9 @@ popd | |
%{python3_sitelib}/%{name}/automatic/ | ||
|
||
%changelog | ||
* Fri Mar 29 2024 Evan Goode <[email protected]> - 4.19.2-1 | ||
- Bump libdnf requirement to 0.73.1 | ||
|
||
* Thu Mar 28 2024 Evan Goode <[email protected]> - 4.19.1-1 | ||
- Add required `.readthedocs.yaml`, `conf.py` and set `sphinx_rtd_theme` | ||
- Drop dnf obsoletion temporarily | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters