From c99998cc1cc19ca6ab17b1825f18a08940824df9 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 20 2017 13:22:38 +0000 Subject: Add Provides for the old name without %_isa --- diff --git a/condor.spec b/condor.spec index 7942ead..9bc2dc8 100644 --- a/condor.spec +++ b/condor.spec @@ -20,7 +20,7 @@ ####################### Name: condor Version: 8.6.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTCondor: High Throughput Computing License: ASL 2.0 Group: Applications/System @@ -285,13 +285,14 @@ CREAM server. ####################### %package -n python2-condor +Summary: Python bindings for Condor. +Group: Applications/System +Requires: %name = %version-%release %{?python_provide:%python_provide python2-condor} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} -Summary: Python bindings for Condor. -Group: Applications/System -Requires: %name = %version-%release %description -n python2-condor The python bindings allow one to directly invoke the C++ implementations of @@ -1002,6 +1003,9 @@ rm -rf %{buildroot}/etc/examples /sbin/ldconfig %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 8.6.5-3 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 8.6.5-2 - Python 2 binary package renamed to python2-condor See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3