X-Git-Url: http://git.onelab.eu/?p=plcrt.git;a=blobdiff_plain;f=plcrt.spec;h=72244129a242900052f78eb716f775c0af59782c;hp=c52d662ba06c731ce9ee9faeeddac6382264b3b2;hb=72c47ee8aa3808037edf9df0b803d2e7298b69dd;hpb=296e976b7b80f9d20a5ecedb5810cdeb84541944 diff --git a/plcrt.spec b/plcrt.spec index c52d662..7224412 100644 --- a/plcrt.spec +++ b/plcrt.spec @@ -6,7 +6,7 @@ %define name plcrt %define version 1.0 -%define taglevel 6 +%define taglevel 7 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -49,7 +49,6 @@ rsync -a ./ $RPM_BUILD_ROOT/%{_datadir}/%{name}/ install -D -m 644 rt.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/rt.cron install -D -m 755 getpersons.py $RPM_BUILD_ROOT/%{_datadir}/%{name}/getpersons.py -install -D -m 755 callplcsh.py $RPM_BUILD_ROOT/%{_datadir}/%{name}/callplcsh.py install -D -m 755 adduserstort.pl $RPM_BUILD_ROOT/%{_datadir}/%{name}/adduserstort.pl echo " * Installing cron scripts" @@ -102,6 +101,9 @@ chown apache.apache /var/log/rt3/rt.log cp /usr/share/rt3/html/NoAuth/images/bplogo.gif /var/www/html/misc/logo.gif %changelog +* Sun Sep 20 2009 Stephen Soltesz - PLCRT-1.0-7 +- replace callplcsh with simpler scripts for syncing users + * Sat Sep 19 2009 Stephen Soltesz - PLCRT-1.0-6 - some plcs don't return site_ids so getpersons should not depend on this field - make scripts exec on install