summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaikel Guemar <hguemar@fedoraproject.org>2016-06-07 19:11:27 +0200
committerHaikel Guemar <hguemar@fedoraproject.org>2016-06-07 19:11:27 +0200
commitae36c1270e9ccfd0a28de323a2e55a8eed4ccf23 (patch)
treed22a1c1e5c016cd4a86687b3ceca5f84d323f1f9
parenta2e56541f6647e31bdb8c0be797c4d12e5140e0c (diff)
downloadpython-jenkins-ae36c1270e9ccfd0a28de323a2e55a8eed4ccf23.tar.gz
python-jenkins-ae36c1270e9ccfd0a28de323a2e55a8eed4ccf23.tar.xz
python-jenkins-ae36c1270e9ccfd0a28de323a2e55a8eed4ccf23.zip
Fix python3 subpackage provides
-rw-r--r--python-jenkins.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/python-jenkins.spec b/python-jenkins.spec
index 0eb6404..f28ba10 100644
--- a/python-jenkins.spec
+++ b/python-jenkins.spec
@@ -4,7 +4,7 @@
Name: python-jenkins
Version: 0.4.12
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Python bindings for the remote Jenkins API
Group: Development/Libraries
@@ -61,7 +61,7 @@ Requires: python3-pbr
Requires: python3-six
Requires: python3-multi_key_dict
-%{?python_provide:%python_provide python2-jenkins}
+%{?python_provide:%python_provide python3-jenkins}
%description -n python3-jenkins
Python Jenkins is a library for the remote API of the Jenkins continuous
@@ -153,6 +153,9 @@ popd
%endif
%changelog
+* Tue Jun 7 2016 Haïkel Guémar <hguemar@fedoraproject.org> - 0.4.12-2
+- Fix python3 subpackage provides
+
* Tue Jun 7 2016 Haïkel Guémar <hguemar@fedoraproject.org> - 0.4.12-1
- Upstream 0.4.12
- Update to python guidelines