Update dnf-plugins-core to 0.1.21-2
This commit is contained in:
parent
bd13b6b621
commit
c9b9bcd1cf
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 0.1.21
|
Version: 0.1.21
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -55,6 +55,7 @@ Requires: python-hawkey >= %{hawkey_version}
|
|||||||
Conflicts: %{name} <= 0.1.5
|
Conflicts: %{name} <= 0.1.5
|
||||||
# let the both python plugin versions be updated simultaneously
|
# let the both python plugin versions be updated simultaneously
|
||||||
Conflicts: python3-%{name} < %{version}-%{release}
|
Conflicts: python3-%{name} < %{version}-%{release}
|
||||||
|
Conflicts: python-%{name} < %{version}-%{release}
|
||||||
|
|
||||||
%description -n python2-%{name}
|
%description -n python2-%{name}
|
||||||
Core Plugins for DNF, Python 2 interface. This package enhances DNF with builddep, copr,
|
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
|
Conflicts: %{name} <= 0.1.5
|
||||||
# let the both python plugin versions be updated simultaneously
|
# let the both python plugin versions be updated simultaneously
|
||||||
Conflicts: python2-%{name} < %{version}-%{release}
|
Conflicts: python2-%{name} < %{version}-%{release}
|
||||||
|
Conflicts: python-%{name} < %{version}-%{release}
|
||||||
|
|
||||||
%description -n python3-%{name}
|
%description -n python3-%{name}
|
||||||
Core Plugins for DNF, Python 3 interface. This package enhances DNF with builddep, copr,
|
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
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 19 2016 Igor Gnatenko <ignatenko@redhat.com> 0.1.21-1
|
||||||
- doc: release notes 0.1.21 (Igor Gnatenko)
|
- doc: release notes 0.1.21 (Igor Gnatenko)
|
||||||
- spec: correctly set up requirements for python subpkg (Igor Gnatenko)
|
- spec: correctly set up requirements for python subpkg (Igor Gnatenko)
|
||||||
|
Loading…
Reference in New Issue
Block a user