Update to 4.11.1
This commit is contained in:
parent
56ba85b532
commit
abfe6bcaaf
1
.gitignore
vendored
1
.gitignore
vendored
@ -149,3 +149,4 @@
|
|||||||
/dnf-4.9.0.tar.gz
|
/dnf-4.9.0.tar.gz
|
||||||
/dnf-4.10.0.tar.gz
|
/dnf-4.10.0.tar.gz
|
||||||
/dnf-4.11.0.tar.gz
|
/dnf-4.11.0.tar.gz
|
||||||
|
/dnf-4.11.1.tar.gz
|
||||||
|
11
dnf.spec
11
dnf.spec
@ -2,13 +2,13 @@
|
|||||||
%define __cmake_in_source_build 1
|
%define __cmake_in_source_build 1
|
||||||
|
|
||||||
# default dependencies
|
# default dependencies
|
||||||
%global hawkey_version 0.65.0
|
%global hawkey_version 0.66.0
|
||||||
%global libcomps_version 0.1.8
|
%global libcomps_version 0.1.8
|
||||||
%global libmodulemd_version 2.9.3
|
%global libmodulemd_version 2.9.3
|
||||||
%global rpm_version 4.14.0
|
%global rpm_version 4.14.0
|
||||||
|
|
||||||
# conflicts
|
# conflicts
|
||||||
%global conflicts_dnf_plugins_core_version 4.0.20
|
%global conflicts_dnf_plugins_core_version 4.0.26
|
||||||
%global conflicts_dnf_plugins_extras_version 4.0.4
|
%global conflicts_dnf_plugins_extras_version 4.0.4
|
||||||
%global conflicts_dnfdaemon_version 0.3.19
|
%global conflicts_dnfdaemon_version 0.3.19
|
||||||
|
|
||||||
@ -65,8 +65,8 @@
|
|||||||
It supports RPMs, modules and comps groups & environments.
|
It supports RPMs, modules and comps groups & environments.
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 4.11.0
|
Version: 4.11.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{pkg_summary}
|
Summary: %{pkg_summary}
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -359,6 +359,9 @@ popd
|
|||||||
%{python3_sitelib}/%{name}/automatic/
|
%{python3_sitelib}/%{name}/automatic/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.11.1-1
|
||||||
|
- Update to 4.11.1
|
||||||
|
|
||||||
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.11.0-3
|
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.11.0-3
|
||||||
- Lower conflict with dnf-plugins-core
|
- Lower conflict with dnf-plugins-core
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-4.11.0.tar.gz) = 0fc50c39bef76d328acc89aa285dc190cd6f16e7b7ec98afbf29a52362eae2ca6728fbf660d22128a6c4857c8c4228eccaf2498afb0595a1306c33f7b1715ba6
|
SHA512 (dnf-4.11.1.tar.gz) = 0499f1aef6e5a845856a1275dda710c4b6fe4434ada6537f2a3acbb566c0ffa123ac8a8812082f1ec5e1a5c18eabcd5e2bc711b10b5e1a77242a891e9e12ba66
|
||||||
|
Loading…
Reference in New Issue
Block a user