X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plcrt.spec;h=ad1556aad572d511ff3a00eee18adc964b01efc8;hb=d0e5d9e81b7a64fac184c93476e407b854b4d4ba;hp=b67565da13f034a00b90a95f9fe0a49b0cc3db15;hpb=01a0036064141b1031fe3d06162eec10d81aa135;p=plcrt.git diff --git a/plcrt.spec b/plcrt.spec index b67565d..ad1556a 100644 --- a/plcrt.spec +++ b/plcrt.spec @@ -6,7 +6,7 @@ %define name plcrt %define version 1.0 -%define taglevel 5 +%define taglevel 8 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -49,11 +49,14 @@ 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" -chmod 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}/cron.d/*.sh +for file in $RPM_BUILD_ROOT/%{_datadir}/%{name}/cron.d/*.py $RPM_BUILD_ROOT/%{_datadir}/%{name}/cron.d/*.sh ; do + if [ -f $file ] ; then + chmod 755 $file + fi +done %clean rm -rf $RPM_BUILD_ROOT @@ -102,6 +105,18 @@ chown apache.apache /var/log/rt3/rt.log cp /usr/share/rt3/html/NoAuth/images/bplogo.gif /var/www/html/misc/logo.gif %changelog +* Mon Sep 21 2009 Stephen Soltesz - PLCRT-1.0-8 +- shorter polling period for faster sync +- remove attempt to install removed file + +* 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 +- use RT_HOST name rather than localhost for RT mailgate configuration + * Wed Jul 08 2009 Stephen Soltesz - PLCRT-1.0-5 - add mailing list watchers to default queues - add script to addwatchers to default queues