Update to 4.0.13
This commit is contained in:
parent
48794536f7
commit
2edd8a45a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@
|
|||||||
/dnf-plugins-core-4.0.10.tar.gz
|
/dnf-plugins-core-4.0.10.tar.gz
|
||||||
/dnf-plugins-core-4.0.11.tar.gz
|
/dnf-plugins-core-4.0.11.tar.gz
|
||||||
/dnf-plugins-core-4.0.12.tar.gz
|
/dnf-plugins-core-4.0.12.tar.gz
|
||||||
|
/dnf-plugins-core-4.0.13.tar.gz
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 4.0.12
|
Version: 4.0.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -740,6 +740,14 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 15 2020 Aleš Matěj <amatej@redhat.com> - 4.0.13-1
|
||||||
|
- Fix: config_manager respect config file location during save
|
||||||
|
- Redesign reposync --latest for modular system (RhBug:1775434)
|
||||||
|
- [reposync] Fix --delete with multiple repos (RhBug:1774103)
|
||||||
|
- [doc] Skip creating and installing migrate documentation for Python 3+
|
||||||
|
- [config-manager] Allow use of --set-enabled without arguments (RhBug:1679213)
|
||||||
|
- [versionlock] Prevent conflicting/duplicate entries (RhBug:1782052)
|
||||||
|
|
||||||
* Fri Nov 29 2019 Aleš Matěj <amatej@redhat.com> - 4.0.12-1
|
* Fri Nov 29 2019 Aleš Matěj <amatej@redhat.com> - 4.0.12-1
|
||||||
- Update to 4.0.12
|
- Update to 4.0.12
|
||||||
- [reposync] Add --urls option (RhBug:1686602)
|
- [reposync] Add --urls option (RhBug:1686602)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-plugins-core-4.0.12.tar.gz) = 3ef11860a086caef841989fef344ff0b3f0652ea4411843de04e6a52da9be13da48b67f31e46ae079b1404ccb3148abb6bfba408e2c9ff6494cfe340d70f7c35
|
SHA512 (dnf-plugins-core-4.0.13.tar.gz) = 4ea034f23f70638e78db65e1c52b88be99d1c6cf8d29e76ab1fc37e612cf0c9542e04c5406749afaf891f8a40576404c8d7c0f4d01cfd27ca747f9f213d54cae
|
||||||
|
Loading…
Reference in New Issue
Block a user