X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plcapi.spec;h=f26acb12c585b6509e88d2604cf8816331a5b1eb;hb=bc7bd41556e1fd137acf4df415e5dc0f6d5e02c4;hp=ac4016e082fb42ae43240126a35ad76f6356d831;hpb=805c9c29de43989a723145e985bb9c3a7ffed489;p=plcapi.git diff --git a/plcapi.spec b/plcapi.spec index ac4016e..f26acb1 100644 --- a/plcapi.spec +++ b/plcapi.spec @@ -1,6 +1,6 @@ %define name plcapi -%define version 5.4 -%define taglevel 1 +%define version 7.0 +%define taglevel 0 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -34,9 +34,7 @@ Requires: python3-pycurl # used in GPG.py as a replacement to PyXML's Canonicalize Requires: python3-lxml # for the RebootNodeWithPCU method -Requires: pcucontrol >= 1.0-6 -# for OMF integration - xxx aspects needs porting too -Requires: pyaspects >= 0.4 +#Requires: pcucontrol >= 1.0-6 # for memcache Requires: memcached python3-memcached @@ -135,6 +133,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 07 2019 Thierry Parmentelat - plcapi-7.0-0 +- based on python3, runs on f27 and f29 +- removed dependency to aspects, and so to rate limits +- remove dependency to the Django rpm that is no longer available in f29 +- remove deps to python-twisted +- use systemctl rather than service to manage postgresql + * Wed May 16 2018 Thierry - plcapi-5.4-1 - define accessor for site tag disabled_registration (used in plewww-5.2-9) - set disable_existing_loggers = False in logging config, that otherwise voids sfa logs