X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plcrt.spec;h=000e99b25888b57099fa680a61d43ced80e8cb90;hb=e798570e0e4f9bcb834e706f8421931b4aed4d6f;hp=72fa59de0053f534b6384cf9ea426b711fc79477;hpb=bd8294b0f5c1ad74ab037e88752d3b261c09612e;p=plcrt.git diff --git a/plcrt.spec b/plcrt.spec index 72fa59d..000e99b 100644 --- a/plcrt.spec +++ b/plcrt.spec @@ -35,8 +35,6 @@ PLCRT is a collection of configuration scripts for configuring RT. By default RT does not come with all the settings needed for a standard PLC, or PlanetLab in particular. - - %prep %setup -q @@ -52,14 +50,13 @@ echo " * Installing cron scripts" install -D -m 644 rt.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/rt.cron chmod 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}/adduserstort.pl -chmod 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}/rtcron.d/*.sh +chmod 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}/cron.d/*.sh %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%config /etc/rt3/RT_SiteConfig.pm #%config /etc/plcrt.conf %{_datadir}/%{name} %{_sysconfdir}/plc.d/plcrt @@ -78,5 +75,8 @@ plc-config --save /etc/planetlab/default_config.xml \ --category plc_rt --variable enabled --value true %changelog +* 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.