From df5d91cbe9fa70352abc85ae9ff1948524d17513 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 3 Jan 2015 18:19:06 +0100 Subject: [PATCH] plcapi stops requiring SOAPpy starting with fedora21 as this rpm is not maintained anymore --- plcapi.spec | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.43.0