From: Thierry Parmentelat Date: Mon, 28 Jul 2008 20:17:09 +0000 (+0000) Subject: Tagging module PLCAPI - PLCAPI-4.2-11 X-Git-Tag: PLCAPI-4.2-11~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=749e382127cfcab6fe4e955810ba5128325ebf35;p=plcapi.git Tagging module PLCAPI - PLCAPI-4.2-11 change peering logs location under /var/log/peers/ --- diff --git a/PLCAPI.spec b/PLCAPI.spec index fae8a91c..76859a05 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -6,7 +6,7 @@ %define name PLCAPI %define version 4.2 -%define taglevel 10 +%define taglevel 11 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/refresh-peer.py* %changelog +* Mon Jul 28 2008 Thierry Parmentelat - PLCAPI-4.2-11 +- change peering logs location under /var/log/peers/ + * Fri Jul 04 2008 Thierry Parmentelat - PLCAPI-4.2-10 - fix for psycopg2-2.0.7 - more compliant with DBAPI-2.0 - as described in http://www.python.org/dev/peps/pep-0249/