Update to 2.1.5
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
02a1086908
commit
0397078f6c
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/dnf-plugins-core-2.1.2.tar.gz
|
||||
/dnf-plugins-core-2.1.3.tar.gz
|
||||
/dnf-plugins-core-2.1.4.tar.gz
|
||||
/dnf-plugins-core-2.1.5.tar.gz
|
||||
|
@ -10,12 +10,12 @@
|
||||
%endif
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 2.1.4
|
||||
Version: 2.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||
Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
@ -298,7 +298,7 @@ updated by newer versions.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup
|
||||
mkdir build-py2
|
||||
%if %{with python3}
|
||||
mkdir build-py3
|
||||
@ -495,6 +495,9 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Oct 06 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.1.5-1
|
||||
- Fix download command (RHBZ #1498426)
|
||||
|
||||
* 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'
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-plugins-core-2.1.4.tar.gz) = fa7ea1e1821ff995d8fae38ca5aa624123e580e67b524b6c05b9e717d1204fd597e3cb95764c136ee04df7f486be068a3ca9024d214dc96e35d7b7b852bdd292
|
||||
SHA512 (dnf-plugins-core-2.1.5.tar.gz) = 72122cb03d4188935bd5862f57a4de5a57db544f6d36f4313e1fd4dd877a67ceb3d0e63559b39b863e333825c69a16f29f312719136bae0b66717518a2219d95
|
||||
|
Loading…
Reference in New Issue
Block a user