diff --git osbs-client/osbs-client.spec osbs-client/osbs-client.spec.tmp index 7d5cfea409..90755d73c5 100644 --- osbs-client/osbs-client.spec +++ osbs-client/osbs-client.spec.tmp @@ -26,7 +26,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) # set to 0 to create a normal release %global postrelease 0 -%global release 2 +%global release 3 %global osbs_obsolete_vr 0.14-2 @@ -99,7 +99,8 @@ It is able to query OpenShift v3 for various stuff related to building images. It can initiate builds, list builds, get info about builds, get build logs... This package contains osbs command line client. -%package -n python-osbs-client +%package -n python2-osbs-client +%{?python_provide:%python_provide python2-osbs-client} Summary: Python 2 module for OpenShift Build Service Group: Development/Tools License: BSD @@ -121,7 +122,7 @@ Provides: python-osbs = %{version}-%{release} Obsoletes: python-osbs < %{osbs_obsolete_vr} %{?python_provide:%python_provide python-osbs-client} -%description -n python-osbs-client +%description -n python2-osbs-client It is able to query OpenShift v3 for various stuff related to building images. It can initiate builds, list builds, get info about builds, get build logs... This package contains osbs Python 2 bindings. @@ -190,7 +191,7 @@ LANG=en_US.utf8 py.test-%{python2_version} -vv tests %{_bindir}/osbs -%files -n python-osbs-client +%files -n python2-osbs-client %doc README.md %{!?_licensedir:%global license %doc} %license LICENSE @@ -214,6 +215,10 @@ LANG=en_US.utf8 py.test-%{python2_version} -vv tests %endif # with_python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.39.1-3 +- Python 2 binary package renamed to python2-osbs-client + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.39.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild