From: Thierry Parmentelat Date: Mon, 7 Jan 2019 13:37:13 +0000 (+0100) Subject: Setting tag plcapi-7.0-0 X-Git-Tag: plcapi-7.0-0^0 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=fc449e5949b29fa9ac1e7da905d8de5d2cbbe638 Setting tag 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 --- diff --git a/plcapi.spec b/plcapi.spec index dc50a3c..6755750 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}} @@ -133,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