[interchange-cvs] interchange - jon modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Dec 3 14:39:12 EST 2003


User:      jon
Date:      2003-12-03 19:39:12 GMT
Modified:  SPECS    interchange.spec
Added:     SPECS    interchange-cron
Log:
Add expired session/tmp removal script for daily cron job (for RPM
installs of Interchange).

Update specfile for release.

Revision  Changes    Path
2.24      +11 -1     interchange/SPECS/interchange.spec


rev 2.24, prev_rev 2.23
Index: interchange.spec
===================================================================
RCS file: /var/cvs/interchange/SPECS/interchange.spec,v
retrieving revision 2.23
retrieving revision 2.24
diff -u -u -r2.23 -r2.24
--- interchange.spec	24 Oct 2003 18:42:11 -0000	2.23
+++ interchange.spec	3 Dec 2003 19:39:12 -0000	2.24
@@ -14,7 +14,7 @@
 
 Summary: Interchange web application platform
 Name: interchange
-Version: 4.9.9
+Version: 5.0.0
 Release: 1
 Vendor: Interchange Development Group
 Group: System Environment/Daemons
@@ -25,6 +25,7 @@
 Source1: interchange-wrapper
 Source2: interchange-init
 Source3: interchange-logrotate
+Source4: interchange-cron
 License: GPL
 Prereq: /sbin/chkconfig, /sbin/service, /usr/sbin/useradd, /usr/sbin/groupadd
 Requires: perl >= 5.6.0
@@ -121,6 +122,10 @@
 %__mkdir_p $RPM_BUILD_ROOT$ETCBASE/logrotate.d
 %__install -m644 %{SOURCE3} $RPM_BUILD_ROOT$ETCBASE/logrotate.d/interchange
 
+# Install expired session and tmp removal cron job
+%__mkdir_p $RPM_BUILD_ROOT$ETCBASE/cron.daily
+%__install -m755 %{SOURCE4} $RPM_BUILD_ROOT$ETCBASE/cron.daily/interchange
+
 # Build the demo catalog
 HOST=RPM_CHANGE_HOST
 BASEDIR=%{_localstatedir}/lib/interchange
@@ -239,6 +244,7 @@
 %doc UPGRADE
 %doc WHATSNEW
 %config(noreplace) %{_sysconfdir}/logrotate.d/interchange
+%config(noreplace) %{_sysconfdir}/cron.daily/interchange
 %config %{_sysconfdir}/rc.d/init.d/interchange
 %{_sbindir}/interchange
 %dir %{_libdir}/interchange
@@ -374,6 +380,10 @@
 
 
 %changelog
+* Wed Dec 03 2003 Jon Jensen <jon at icdevgroup.org> 5.0.0-1
+- Update for new release
+- Add new expired session/tmp removal script for cron
+
 * Fri Oct 24 2003 Jon Jensen <jon at icdevgroup.org> 4.9.9-1
 - Update for new release
 - Add support for custom no-dependency Perl build in /usr/local



2.1                  interchange/SPECS/interchange-cron


rev 2.1, prev_rev 2.0








More information about the interchange-cvs mailing list