X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plcrt.spec;h=6b48d54987b4124e0fcf8a10acbfdb01caad0e4c;hb=76fa590406bef6637f6a4a53577649820c681bf4;hp=84498e2c731bc049e084d4a41082a307bf2d9a8b;hpb=4c52fdad4a4f2e271d0915328699bba210e3983c;p=plcrt.git diff --git a/plcrt.spec b/plcrt.spec index 84498e2..6b48d54 100644 --- a/plcrt.spec +++ b/plcrt.spec @@ -6,7 +6,7 @@ %define name plcrt %define version 1.0 -%define taglevel 0 +%define taglevel 2 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -28,6 +28,7 @@ Group: Applications/System Requires: python Requires: perl Requires: rt3 +Requires: rt3-mailgate Requires: myplc %description @@ -71,9 +72,22 @@ if ! grep '' /etc/planetlab/default_config.xml ; then sed -i 's|| \n RT Configuration\n RT\n \n \n Enabled\n false\n Enable on this machine.\n \n \n Hostname\n localhost.localdomain\n The fully qualified hostname.\n \n \n IP Address\n \n The IP address of the RT server.\n \n \n \n |' /etc/planetlab/default_config.xml fi -plc-config --save /etc/planetlab/default_config.xml \ - --category plc_rt --variable enabled --value true +mkdir -p /etc/planetlab/configs +plc-config --save /etc/planetlab/configs/site.xml \ + --category plc_rt --variable enabled --value true + +mkdir -p /var/log/rt3 +touch /var/log/rt3/rt.log +chown apache.apache /var/log/rt3/rt.log %changelog +* Tue Jun 30 2009 Stephen Soltesz - PLCRT-1.0-2 +- improved init setup +- added plcsh version of getadmins script to add users to RT's db. +- improved %post code for installation + +* Fri Jun 26 2009 Stephen Soltesz - PLCRT-1.0-1 +- trying to get the tag to work for new package. + * Thu Jun 26 2009 Stephen Soltesz - PLCRT-1.0-1 - initial addition.