www/printbadnodes.py
[monitor.git] / Monitor.spec
index 4cfd731..bb42127 100644 (file)
@@ -6,9 +6,9 @@
 
 %define name monitor
 %define version 1.0
-%define taglevel 0
+%define taglevel 6
 
-%define release %{taglevel}%{?date:.%{date}}
+%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
 Summary: Monitor account initialization for the root image.
 Name: %{name}
@@ -24,6 +24,9 @@ Packager: PlanetLab Central <support@planet-lab.org>
 Distribution: PlanetLab %{plrelease}
 URL: %(echo %{url} | cut -d ' ' -f 2)
 
+Requires: curl
+Requires: coreutils
+
 %description
 Scripts for creating the monitor account in the root filesystem, to enable node access 
 without using the 'root' account.
@@ -52,5 +55,26 @@ chkconfig --add monitor
 chkconfig monitor on
 
 %changelog
+* Mon Aug 11 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-6
+- This is a major tag of every thing.  probably needs a very different release
+- number.
+
+* Fri Jul 18 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-5
+- Incremental improvements
+
+* Mon May 19 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-4
+- tagging everything for OneLab tech-transfer.
+- 
+
+* Fri May 09 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-3
+- 
+
+* Mon May 05 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-2
+- 
+
+* Wed Apr 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-1
+- This should be ready for 4.2rc2
+- 
+
 * Mon Apr 07 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - monitor-1.0-0
 - initial addition.