Update to 4.0.14
This commit is contained in:
parent
0e6cfecfdc
commit
9529b11e2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
||||
/dnf-plugins-core-4.0.11.tar.gz
|
||||
/dnf-plugins-core-4.0.12.tar.gz
|
||||
/dnf-plugins-core-4.0.13.tar.gz
|
||||
/dnf-plugins-core-4.0.14.tar.gz
|
||||
|
@ -31,8 +31,8 @@
|
||||
%endif
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 4.0.13
|
||||
Release: 2%{?dist}
|
||||
Version: 4.0.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||
@ -740,6 +740,12 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
- Update reposync.py with --norepopath option
|
||||
- Fix: don't open stdin if versionlock is missing (RhBug:1785563)
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-plugins-core-4.0.13.tar.gz) = 4ea034f23f70638e78db65e1c52b88be99d1c6cf8d29e76ab1fc37e612cf0c9542e04c5406749afaf891f8a40576404c8d7c0f4d01cfd27ca747f9f213d54cae
|
||||
SHA512 (dnf-plugins-core-4.0.14.tar.gz) = 3124130536e38f3bffa4f745081823af40e760f0336a4b97ea25759ab4f4b37b18952b19e1eea84ec0fa1c48c6ea780955aad4992b0b05275a58b8f4bbefd956
|
||||
|
Loading…
Reference in New Issue
Block a user