From: Thierry Parmentelat Date: Mon, 1 Dec 2014 15:15:08 +0000 (+0100) Subject: Setting tag sfa-3.1-13 X-Git-Tag: sfa-3.1-13^0 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=6ff07724e380d08ed74d23b1262e0164561b0a60 Setting tag sfa-3.1-13 bugfix - was adding extraneous backslashes in email address when attempting to AddPerson --- diff --git a/sfa.spec b/sfa.spec index e1da07ba..ac2cb5ee 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 3.1 -%define taglevel 12 +%define taglevel 13 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -264,6 +264,9 @@ fi #[ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Mon Dec 01 2014 Thierry Parmentelat - sfa-3.1-13 +- bugfix - was adding extraneous backslashes in email address when attempting to AddPerson + * Mon Sep 15 2014 Thierry Parmentelat - sfa-3.1-12 - getting closer with the pip/pypi packaging