From: Thierry Parmentelat Date: Wed, 28 Apr 2010 07:24:29 +0000 (+0000) Subject: Setting tag pyplnet-4.3-6 X-Git-Tag: pyplnet-4.3-6~1 X-Git-Url: http://git.onelab.eu/?p=pyplnet.git;a=commitdiff_plain;h=013344e99f4668400297e280f247fceb161061cd Setting tag pyplnet-4.3-6 aliases don't show up in /sys, so use /sbin/ip to get the configured IP addresses instead --- diff --git a/pyplnet.spec b/pyplnet.spec index eb07cec..ae23da8 100644 --- a/pyplnet.spec +++ b/pyplnet.spec @@ -5,7 +5,7 @@ %define name pyplnet %define version 4.3 -%define taglevel 5 +%define taglevel 6 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Wed Apr 28 2010 Thierry Parmentelat - pyplnet-4.3-6 +- aliases don't show up in /sys, so use /sbin/ip to get the configured IP addresses instead + * Thu Feb 11 2010 Thierry Parmentelat - pyplnet-4.3-5 - This is needed for 5.0, as GetSlivers now exposes 'interfaces' and no 'networks' anymore - this code can handle both..