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

PLCAPI.spec

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