diff --git nordugrid-arc/nordugrid-arc.spec nordugrid-arc/nordugrid-arc.spec.tmp index ef1c174efd..9c3fbcb28d 100644 --- nordugrid-arc/nordugrid-arc.spec +++ nordugrid-arc/nordugrid-arc.spec.tmp @@ -52,7 +52,7 @@ Name: nordugrid-arc Version: 5.3.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Advanced Resource Connector Grid Middleware License: ASL 2.0 URL: http://www.nordugrid.org/ @@ -624,11 +624,15 @@ Connector (ARC). Header files and libraries needed to develop applications using ARC. %if %{with_python} -%package python +%package -n python2-nordugrid-arc +%{?python_provide:%python_provide python2-nordugrid-arc} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: ARC Python wrapper Requires: %{name} = %{version}-%{release} -%description python +%description -n python2-nordugrid-arc NorduGrid is a collaboration aiming at development, maintenance and support of the free Grid middleware, known as the Advanced Resource Connector (ARC). @@ -1629,7 +1633,7 @@ service fetch-crl-cron start > /dev/null 2>&1 %endif %if %{with_python} -%files python +%files -n python2-nordugrid-arc %doc docdir/python/* %{python_sitearch}/_arc.*so %{python_sitearch}/arc @@ -1675,6 +1679,10 @@ service fetch-crl-cron start > /dev/null 2>&1 %doc %{_mandir}/man1/arcperftest.1* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 5.3.2-6 +- Python 2 binary package renamed to python2-nordugrid-arc + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 5.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild