From: Thierry Parmentelat Date: Sat, 3 Jan 2015 17:19:06 +0000 (+0100) Subject: plcapi stops requiring SOAPpy starting with fedora21 as this rpm is not maintained... X-Git-Tag: plcapi-5.3-6~1 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=df5d91cbe9fa70352abc85ae9ff1948524d17513 plcapi stops requiring SOAPpy starting with fedora21 as this rpm is not maintained anymore --- diff --git a/plcapi.spec b/plcapi.spec index 2c6c146..d1462c4 100644 --- a/plcapi.spec +++ b/plcapi.spec @@ -32,7 +32,12 @@ Requires: python-psycopg2 Requires: python-pycurl # used in GPG.py as a replacement to PyXML's Canonicalize Requires: python-lxml +# Fedora had support for SOAPpy up to fedora20 +# https://lists.fedoraproject.org/pipermail/devel/2014-June/199730.html +# https://lists.fedoraproject.org/pipermail/devel/2014-June/200379.html +%if ("%{distro}" == "Fedora" && %{distrorelease} <= 20) || ("%{distro}" != "Fedora") Requires: SOAPpy +%endif Requires: python-simplejson # for the RebootNodeWithPCU method Requires: pcucontrol >= 1.0-6