forked from rpms/dnf-plugins-core
Update to 2.1.4-1
This commit is contained in:
parent
612cb4c9a0
commit
02a1086908
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
|||||||
/dnf-plugins-core-2.1.1.tar.gz
|
/dnf-plugins-core-2.1.1.tar.gz
|
||||||
/dnf-plugins-core-2.1.2.tar.gz
|
/dnf-plugins-core-2.1.2.tar.gz
|
||||||
/dnf-plugins-core-2.1.3.tar.gz
|
/dnf-plugins-core-2.1.3.tar.gz
|
||||||
|
/dnf-plugins-core-2.1.4.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 2.6.1}
|
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 2.7.0}
|
||||||
%{?!dnf_not_compatible: %global dnf_not_compatible 3.0}
|
%{?!dnf_not_compatible: %global dnf_not_compatible 3.0}
|
||||||
%global dnf_plugins_extra 2.0.0
|
%global dnf_plugins_extra 2.0.0
|
||||||
%global hawkey_version 0.7.0
|
%global hawkey_version 0.7.0
|
||||||
@ -10,8 +10,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 2.1.3
|
Version: 2.1.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||||
@ -495,6 +495,10 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 02 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.4-1
|
||||||
|
- Added four new options for ``list`` subcommand of ``copr`` plugin
|
||||||
|
- Resolves: rhbz#1476834 - [abrt] dnf: arch(): config.py:908:arch:TypeError: unhashable type: 'list'
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.3-2
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-plugins-core-2.1.3.tar.gz) = 19a954a06b062fa16bf648e3f5827dffbc7b9878b8542336a8f585b5898b7a3a79485571ca6d2e198271a8bb876696d02f238d7ec6b73b9ddf817057ff974efb
|
SHA512 (dnf-plugins-core-2.1.4.tar.gz) = fa7ea1e1821ff995d8fae38ca5aa624123e580e67b524b6c05b9e717d1204fd597e3cb95764c136ee04df7f486be068a3ca9024d214dc96e35d7b7b852bdd292
|
||||||
|
Loading…
Reference in New Issue
Block a user