X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plcapi.spec;fp=plcapi.spec;h=84fc9d39465f7b77326a45222ecd0f4bcb22ab30;hb=13cdde8c6f6ea0dac1ea30d703d70938ba8dfcb1;hp=426901fafa22e47783db744ee1ad0ae7978ea08e;hpb=afaa86e866019b80eb3524706fc19837047c2e49;p=plcapi.git diff --git a/plcapi.spec b/plcapi.spec index 426901f..84fc9d3 100644 --- a/plcapi.spec +++ b/plcapi.spec @@ -19,13 +19,13 @@ Distribution: PlanetLab %{plrelease} URL: %{SCMURL} Provides: PLCAPI -Obsoletes: PLCAPI +# Obsoletes: PLCAPI # requirement to mod_python or mod_wsgi: deferred to myplc Requires: httpd mod_ssl # f29 does not come with an rpm for that; use pip instead # Requires: Django -Requires: postgresql >= 8.2, postgresql-server >= 8.2 +Requires: postgresql, postgresql-server # We use set everywhere Requires: python3 Requires: python3-postgresql @@ -39,7 +39,7 @@ Requires: python3-lxml Requires: memcached python3-memcached #################### -# obsolete +# phpxmlrpc #################### # standard xmlrpc.so that ships with PHP does not marshal NULL # prior to May 2017 we used to ship our own brew of xmlrpc but @@ -97,12 +97,6 @@ mkdir -p ${RPM_BUILD_ROOT}/etc/planetlab/db-config.d cp db-config.d/* ${RPM_BUILD_ROOT}/etc/planetlab/db-config.d chmod 444 ${RPM_BUILD_ROOT}/etc/planetlab/db-config.d/* -## Thierry - June 2013 - omfv6 does not require xmpp pubsub nodes management any more -## Install omf_slicemgr.py -#install -D -m 755 omf/omf_slicemgr.py $RPM_BUILD_ROOT/usr/bin/omf_slicemgr.py -#install -D -m 755 omf/reset_xmpp_pubsub_nodes.py $RPM_BUILD_ROOT/usr/bin/reset_xmpp_pubsub_nodes.py -#mkdir -p $RPM_BUILD_ROOT/var/log/omf - # Create log file for plcapi mkdir -p $RPM_BUILD_ROOT/var/log touch $RPM_BUILD_ROOT/var/log/plcapi.log