X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=8027d5c155f9146cae0863caa668f37041ae386f;hb=959c535951d5a4ebf0d56a41e76b97843c722b23;hp=3dcaeee89f72420babeb5abe3d926bf800f58df8;hpb=8da467d79587b6d68ab0a354d681d17a767179bb;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 3dcaeee8..8027d5c1 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 4.0 -%define taglevel 1 +%define taglevel 2 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -39,13 +39,17 @@ Requires: sfa-common %package common Summary: Python libraries for SFA, generic implementation derived from PlanetLab Group: Applications/System -Requires: python >= 2.7 -Requires: pyOpenSSL >= 0.7 +Requires: python +Requires: pyOpenSSL Requires: m2crypto -Requires: python-dateutil -Requires: python-lxml -Requires: libxslt-python +Requires: python2-dateutil +Requires: python2-lxml +%if "%{distro}" == "Fedora" && "%{distrorelease}" <= "27" Requires: python-ZSI +%else +Requires: python2-zsi +%endif +Requires: libxslt-python Requires: xmlsec1-openssl-devel %package client @@ -211,6 +215,15 @@ if [ "$1" -ge "1" ] ; then fi %changelog +* Mon Jan 07 2019 Thierry - sfa-4.0-2 +- have shebangs mention python2 since it is what this version runs on +- use rpm names in python2-something for expressing dependencies +- remove build dependency to python-setuptools +- Handle C-BAS hrn format with "\" (Loic) +- sfa-start does not daemonize anymore (this is handled by systemd) +- a little nicer logs when troubleshooting auth issues +- use systemctl in Makefile when syncing + * Wed May 30 2018 Thierry - sfa-4.0-1 - systemd service files install in /lib instead of /usr/lib for ubuntus - removed all features relating to slice manager