Update dnf-plugins-core to 0.1.19-1
This commit is contained in:
parent
87edb18263
commit
6faec96701
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/dnf-plugins-core-0.1.16.tar.gz
|
||||
/dnf-plugins-core-0.1.17.tar.gz
|
||||
/dnf-plugins-core-0.1.18.tar.gz
|
||||
/dnf-plugins-core-0.1.19.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global hawkey_version 0.6.1
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 0.1.18
|
||||
Version: 0.1.19
|
||||
Release: 1%{?snapshot}%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
Group: System Environment/Base
|
||||
@ -37,13 +37,24 @@ protected_packages passive plugins.
|
||||
%package -n python-dnf-plugins-core
|
||||
Summary: Core Plugins for DNF
|
||||
Group: System Environment/Base
|
||||
%if 0%{?fedora} < 23
|
||||
BuildRequires: python-dnf >= %{dnf_lowest_compatible}
|
||||
BuildRequires: python-dnf < %{dnf_not_compatible}
|
||||
%else
|
||||
BuildRequires: python2-dnf >= %{dnf_lowest_compatible}
|
||||
BuildRequires: python2-dnf < %{dnf_not_compatible}
|
||||
%endif
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-sphinx
|
||||
BuildRequires: python2-devel
|
||||
# F22 + RHELs
|
||||
%if 0%{?fedora} < 23
|
||||
Requires: python-dnf >= %{dnf_lowest_compatible}
|
||||
Requires: python-dnf < %{dnf_not_compatible}
|
||||
%else
|
||||
Requires: python2-dnf >= %{dnf_lowest_compatible}
|
||||
Requires: python2-dnf < %{dnf_not_compatible}
|
||||
%endif
|
||||
Requires: python-hawkey >= %{hawkey_version}
|
||||
Conflicts: dnf-plugins-core <= 0.1.5
|
||||
# let the both python plugin versions be updated simultaneously
|
||||
@ -125,6 +136,9 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
|
||||
%{python3_sitelib}/dnfpluginscore/
|
||||
|
||||
%changelog
|
||||
* Tue Mar 22 2016 Miroslav Suchý <msuchy@redhat.com> 0.1.19-1
|
||||
- spec: correct requires on F22 + EPEL (Miroslav Suchý)
|
||||
|
||||
* Tue Mar 22 2016 Miroslav Suchý <msuchy@redhat.com> 0.1.18-1
|
||||
- Add myself as contributor in AUTHORS (Neal Gompa (ニール・ゴンパ))
|
||||
- copr: copr.fedoraproject.org -> copr.fedorainfracloud.org (Neal Gompa
|
||||
|
Loading…
Reference in New Issue
Block a user