From: Thierry Parmentelat Date: Thu, 9 Apr 2009 12:53:41 +0000 (+0000) Subject: Tagging module PLCAPI - PLCAPI-4.3-6 X-Git-Tag: PLCAPI-4.3-6~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=074d6ab84aed78a734929784d92cda6a4fc54494;p=plcapi.git Tagging module PLCAPI - PLCAPI-4.3-6 fixes for smooth federation between 4.2 and 4.3 peername is not UNIQUE in schema anymore, was preventing delete/recreate --- diff --git a/PLCAPI.spec b/PLCAPI.spec index 542a45e..96424b8 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -6,7 +6,7 @@ %define name PLCAPI %define version 4.3 -%define taglevel 5 +%define taglevel 6 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -97,6 +97,10 @@ rm -rf $RPM_BUILD_ROOT %config (noreplace) %{_datadir}/plc_api/PLC/Accessors/Accessors_site.py %changelog +* Thu Apr 09 2009 Thierry Parmentelat - PLCAPI-4.3-6 +- fixes for smooth federation between 4.2 and 4.3 +- peername is not UNIQUE in schema anymore, was preventing delete/recreate + * Tue Apr 07 2009 Thierry Parmentelat - PLCAPI-4.3-5 - support for BootCD variants (GetBootMedium ['variant:centos5']) - fix corner case with filters like {'~slice_id':[]}