Setting tag NodeManager-1.8-14
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 6 Oct 2009 20:43:59 +0000 (20:43 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 6 Oct 2009 20:43:59 +0000 (20:43 +0000)
Minor fix such that sliverauth.py makes a more specific call to
GetSliceTags that include that specific tagname it is looking for.

NodeManager.spec

index 86898e3..9621940 100644 (file)
@@ -7,7 +7,7 @@
 
 %define name NodeManager
 %define version 1.8
-%define taglevel 13
+%define taglevel 14
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -108,6 +108,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/logrotate.d/nm
 
 %changelog
+* Tue Oct 06 2009 Marc Fiuczynski <mef@cs.princeton.edu> - NodeManager-1.8-14
+- Minor fix such that sliverauth.py makes a more specific call to
+- GetSliceTags that include that specific tagname it is looking for.
+
 * Sat Sep 19 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - NodeManager-1.8-13
 - Fix bug that prevented 'OVERRIDES' for working correctly.