Tagging module PLCAPI - PLCAPI-dummynet-8
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 28 Jul 2008 20:18:00 +0000 (20:18 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 28 Jul 2008 20:18:00 +0000 (20:18 +0000)
change peering logs location under /var/log/peers/

PLCAPI.spec

index e6ea6e3..8cfd9cb 100644 (file)
@@ -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 <thierry.parmentelat@sophia.inria.fr> - PLCAPI-dummynet-8
+- change peering logs location under /var/log/peers/
+
 * Fri Jul 04 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - 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/