few changes on the ipv6.py logic, and a bit of code cleanup in tools.py,
[nodemanager.git] / nodemanager.spec
index 1747a12..3b3a6c3 100644 (file)
@@ -2,7 +2,7 @@
 
 %define name nodemanager-lib
 %define version 5.2
-%define taglevel 13
+%define taglevel 14
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -176,8 +176,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/NodeManager/plugins/syndicate.*
 %{_datadir}/NodeManager/plugins/vsys.*
 %{_datadir}/NodeManager/plugins/vsys_privs.*
-%{datadir}/NodeManager/sliver-initscripts/
-%{datadir}/NodeManager/sliver-systemd/
+%{_datadir}/NodeManager/sliver-initscripts/
+%{_datadir}/NodeManager/sliver-systemd/
 %{_bindir}/forward_api_calls
 %{initdir}/
 %{_sysconfdir}/logrotate.d/nodemanager
@@ -209,6 +209,8 @@ nodemanager-lxc provides the lxc code for the PlanetLab Node Manager.
 %{_datadir}/NodeManager/sliver_lxc.*
 %{_datadir}/NodeManager/cgroups.*
 %{_datadir}/NodeManager/coresched_lxc.*
+%{_datadir}/NodeManager/plugins/ipv6.*
+%{_datadir}/NodeManager/plugins/update_ipv6addr_slivertag.*
 
 %endif
 ##############################
@@ -248,6 +250,14 @@ nodemanager-vs provides the vserver code for the PlanetLab Node Manager.
 
 ##############################
 %changelog
+* Tue Jul 22 2014 Thomas Dreibholz <dreibh@simula.no> - nodeimage-5.2-15
+- nm.service fix: the node manager needs network.target, since it needs to contact the PLC.
+
+* Wed Jul 16 2014 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - nodemanager-5.2-14
+- review packaging : one single spec file
+- review packaging : some cleanup towards debians although not complete yet
+- minor tweaks in exposing user's .ssh dir readonly
+
 * Mon Apr 28 2014 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - nodemanager-5.2-13
 - improve network management in slices
 - _has_systemctl was not declared as global - vsys was failing to restart