diff --git condor/condor.spec condor/condor.spec.tmp index d79937440e..006bb1049a 100644 --- condor/condor.spec +++ condor/condor.spec.tmp @@ -20,7 +20,7 @@ ####################### Name: condor Version: 8.6.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTCondor: High Throughput Computing License: ASL 2.0 Group: Applications/System @@ -284,12 +284,16 @@ CREAM server. %endif ####################### -%package python +%package -n python2-condor +%{?python_provide:%python_provide python2-condor} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Python bindings for Condor. Group: Applications/System Requires: %name = %version-%release -%description python +%description -n python2-condor The python bindings allow one to directly invoke the C++ implementations of the ClassAd library and HTCondor from python @@ -948,7 +952,7 @@ rm -rf %{buildroot}/etc/examples %endif ################# -%files python +%files -n python2-condor %{python_sitearch}/classad.so %{python_sitearch}/htcondor.so %{_libdir}/libpyclassad2.7_%{srcver}.so @@ -998,6 +1002,10 @@ rm -rf %{buildroot}/etc/examples /sbin/ldconfig %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 8.6.5-2 +- Python 2 binary package renamed to python2-condor + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Ben Cotton - 8.6.5-1 - Update to latest upstream 8.6.5