Update dnf-plugins-core to 0.1.21-2

This commit is contained in:
Igor Gnatenko 2016-05-27 13:31:03 +02:00
parent bd13b6b621
commit c9b9bcd1cf
2 changed files with 8 additions and 2 deletions

View File

@ -10,7 +10,7 @@
Name: dnf-plugins-core
Version: 0.1.21
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Core Plugins for DNF
License: GPLv2+
URL: https://github.com/rpm-software-management/dnf-plugins-core
@ -55,6 +55,7 @@ Requires: python-hawkey >= %{hawkey_version}
Conflicts: %{name} <= 0.1.5
# let the both python plugin versions be updated simultaneously
Conflicts: python3-%{name} < %{version}-%{release}
Conflicts: python-%{name} < %{version}-%{release}
%description -n python2-%{name}
Core Plugins for DNF, Python 2 interface. This package enhances DNF with builddep, copr,
@ -77,6 +78,7 @@ Requires: python3-hawkey >= %{hawkey_version}
Conflicts: %{name} <= 0.1.5
# let the both python plugin versions be updated simultaneously
Conflicts: python2-%{name} < %{version}-%{release}
Conflicts: python-%{name} < %{version}-%{release}
%description -n python3-%{name}
Core Plugins for DNF, Python 3 interface. This package enhances DNF with builddep, copr,
@ -150,6 +152,10 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
%endif
%changelog
* Fri May 27 2016 Igor Gnatenko <ignatenko@redhat.com> 0.1.21-2
- spec: explicitly conflict with python-%%{name} with different version (Igor
Gnatenko)
* Thu May 19 2016 Igor Gnatenko <ignatenko@redhat.com> 0.1.21-1
- doc: release notes 0.1.21 (Igor Gnatenko)
- spec: correctly set up requirements for python subpkg (Igor Gnatenko)

View File

@ -1 +1 @@
9548910bd0ba2e3e2c27813f5278aaa6 dnf-plugins-core-0.1.21.tar.gz
1ffd294beaed8403f2aafea0732da8be dnf-plugins-core-0.1.21.tar.gz