Update to 4.0.15
This commit is contained in:
parent
9529b11e2a
commit
1c82aa2059
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@
|
||||
/dnf-plugins-core-4.0.12.tar.gz
|
||||
/dnf-plugins-core-4.0.13.tar.gz
|
||||
/dnf-plugins-core-4.0.14.tar.gz
|
||||
/dnf-plugins-core-4.0.15.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.17}
|
||||
%global dnf_plugins_extra 2.0.0
|
||||
%global hawkey_version 0.37.0
|
||||
%global hawkey_version 0.46.1
|
||||
%global yum_utils_subpackage_name dnf-utils
|
||||
%if 0%{?rhel} > 7
|
||||
%global yum_utils_subpackage_name yum-utils
|
||||
@ -31,7 +31,7 @@
|
||||
%endif
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 4.0.14
|
||||
Version: 4.0.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPLv2+
|
||||
@ -740,6 +740,10 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 01 2020 Aleš Matěj <amatej@redhat.com> - 4.0.15-1
|
||||
- Support remote files in dnf builddep
|
||||
- [download] Respect repo priority (RhBug:1800342)
|
||||
|
||||
* Mon Feb 24 2020 Aleš Matěj <amatej@redhat.com> - 4.0.14-1
|
||||
- Fix conflict for dnf download --resolve (RhBug:1787908)
|
||||
- config-manager calls parser error when without options (RhBug:1782822)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-plugins-core-4.0.14.tar.gz) = 3124130536e38f3bffa4f745081823af40e760f0336a4b97ea25759ab4f4b37b18952b19e1eea84ec0fa1c48c6ea780955aad4992b0b05275a58b8f4bbefd956
|
||||
SHA512 (dnf-plugins-core-4.0.15.tar.gz) = 7b8e499365d0adc5d7f110c0272b093ab35d042fc2a06f68f6f6e9d8bdb6a250bdbad27ac0ac2e09f54b56c75b9b36ecb6850f5a19b74cd1b90efce35f625025
|
||||
|
Loading…
Reference in New Issue
Block a user