Try to build the AMT command. I expect the /tmp fs to be too small.
[monitor.git] / monitor-server.spec
index 8669e71..0975831 100644 (file)
@@ -30,6 +30,7 @@ Requires: openssh-clients
 Requires: PLCWWW >= 4.2
 Requires: BootCD >= 4.2
 Requires: MySQL-python
+Requires: rt3 == 3.4.1
 
 %description
 Scripts for polling PLC, the node, and PCU status.  Also a collection of
@@ -40,7 +41,9 @@ command-line utilities for querying the status database.
 
 %build
 # TODO: note that we should build the cmdamt/ with g++
-echo "There is no build stage.  Simply copy files."
+cd cmdamt
+make
+cd ..
 
 %install