Update to 4.0.6
This commit is contained in:
parent
0216f07759
commit
ad0595fad6
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/dnf-plugins-core-4.0.2.tar.gz
|
||||
/dnf-plugins-core-4.0.3.tar.gz
|
||||
/dnf-plugins-core-4.0.4.tar.gz
|
||||
/dnf-plugins-core-4.0.6.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.0.7}
|
||||
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.1}
|
||||
%global dnf_plugins_extra 2.0.0
|
||||
%global hawkey_version 0.7.0
|
||||
|
||||
@ -23,8 +23,8 @@
|
||||
%endif
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 4.0.4
|
||||
Release: 2%{?dist}
|
||||
Version: 4.0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||
@ -684,6 +684,13 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 11 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.6-1
|
||||
- Update to 4.0.6
|
||||
- Use improved config parser that preserves order of data
|
||||
- [leaves] Show multiply satisfied dependencies as leaves
|
||||
- [download] Fix downloading an rpm from a URL (RhBug:1678582)
|
||||
- [download] Fix problem with downloading src pkgs (RhBug:1649627)
|
||||
|
||||
* Sat Feb 23 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.0.4-2
|
||||
- Raise yum-utils conflict version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-plugins-core-4.0.4.tar.gz) = 52dcf5809c0abff36b02e55292f8174ad9c549822baed9fe4ee53243d34ec26922a926c4b88d8076c60df34856822109f46e23bc74a58744b91987ef82a6e981
|
||||
SHA512 (dnf-plugins-core-4.0.6.tar.gz) = 6bf55d2780e95733b5fdc9d98ed422c80a30fb1f56a144ad672442f461f7fc575a6bf4884201f69b6257d9f168be43b7f773bf19f706d91c04d68fdc8ac18764
|
||||
|
Loading…
Reference in New Issue
Block a user