From: Thierry Parmentelat Date: Mon, 7 Jan 2019 14:07:25 +0000 (+0100) Subject: Setting tag myplc-5.3-5 X-Git-Tag: myplc-5.3-5^0 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=HEAD Setting tag myplc-5.3-5 last version suitable for f27/f29 with python2 packaging is split up, one more rpm named 'myplc-core' is produced, that covers the infrastructure side only (without bootcds and nodeimages and all node-oriented material) no more init file, one systemd service only, that leverages new /usr/bin/plc-ctl more robust config for httpd and php-fpm and php --- diff --git a/myplc-docs.spec b/myplc-docs.spec index 809e54c..acd8e5c 100644 --- a/myplc-docs.spec +++ b/myplc-docs.spec @@ -1,6 +1,6 @@ %define name myplc-docs %define version 5.3 -%define taglevel 4 +%define taglevel 5 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -96,6 +96,13 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/planetlab/doc/ %changelog +* Mon Jan 07 2019 Thierry Parmentelat - myplc-5.3-5 +- last version suitable for f27/f29 with python2 +- packaging is split up, one more rpm named 'myplc-core' is produced, +- that covers the infrastructure side only (without bootcds and nodeimages and all node-oriented material) +- no more init file, one systemd service only, that leverages new /usr/bin/plc-ctl +- more robust config for httpd and php-fpm and php + * Sun Jul 16 2017 Thierry Parmentelat - myplc-5.3-4 - takes care of creating plcapi log file diff --git a/myplc-release.spec b/myplc-release.spec index 6ecd14e..be20787 100644 --- a/myplc-release.spec +++ b/myplc-release.spec @@ -1,6 +1,6 @@ %define name myplc-release %define version 5.3 -%define taglevel 4 +%define taglevel 5 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -52,6 +52,13 @@ rm -rf $RPM_BUILD_ROOT /etc/myplc-release %changelog +* Mon Jan 07 2019 Thierry Parmentelat - myplc-5.3-5 +- last version suitable for f27/f29 with python2 +- packaging is split up, one more rpm named 'myplc-core' is produced, +- that covers the infrastructure side only (without bootcds and nodeimages and all node-oriented material) +- no more init file, one systemd service only, that leverages new /usr/bin/plc-ctl +- more robust config for httpd and php-fpm and php + * Sun Jul 16 2017 Thierry Parmentelat - myplc-5.3-4 - takes care of creating plcapi log file diff --git a/myplc.spec b/myplc.spec index df27265..5567fcb 100644 --- a/myplc.spec +++ b/myplc.spec @@ -1,6 +1,6 @@ %define name myplc %define version 5.3 -%define taglevel 4 +%define taglevel 5 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -292,6 +292,13 @@ fi %changelog +* Mon Jan 07 2019 Thierry Parmentelat - myplc-5.3-5 +- last version suitable for f27/f29 with python2 +- packaging is split up, one more rpm named 'myplc-core' is produced, +- that covers the infrastructure side only (without bootcds and nodeimages and all node-oriented material) +- no more init file, one systemd service only, that leverages new /usr/bin/plc-ctl +- more robust config for httpd and php-fpm and php + * Sun Jul 16 2017 Thierry Parmentelat - myplc-5.3-4 - takes care of creating plcapi log file