From: Thierry Parmentelat Date: Mon, 28 Jul 2008 20:18:00 +0000 (+0000) Subject: Tagging module PLCAPI - PLCAPI-dummynet-8 X-Git-Tag: PLCAPI-dummynet-8~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0ef8e41e0bca2a63b366292facb1675e350c7ac4;p=plcapi.git Tagging module PLCAPI - PLCAPI-dummynet-8 change peering logs location under /var/log/peers/ --- diff --git a/PLCAPI.spec b/PLCAPI.spec index e6ea6e36..8cfd9cb1 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -10,7 +10,7 @@ %define name PLCAPI # this branch was created from tag PLCAPI-4.2-2 %define version 4.2 -%define taglevel 7 +%define taglevel 8 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -102,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/refresh-peer.py* %changelog +* Mon Jul 28 2008 Thierry Parmentelat - PLCAPI-dummynet-8 +- change peering logs location under /var/log/peers/ + * Fri Jul 04 2008 Thierry Parmentelat - PLCAPI-dummynet-7 - fix for psycopg2-2.0.7 - more compliant with DBAPI-2.0 - as described in http://www.python.org/dev/peps/pep-0249/