[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/beagle/devel beagle-0.2.1-crawl-system-cron.patch, NONE, 1.1 beagle.spec, 1.35, 1.36



Author: rstrode

Update of /cvs/dist/rpms/beagle/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13296

Modified Files:
	beagle.spec 
Added Files:
	beagle-0.2.1-crawl-system-cron.patch 
Log Message:
- add patch from  Felipe Alfaro Solana <felipe_alfaro linuxmail org>
  to invote beagle indexing helper function with valid shell
  (bug 183360)


beagle-0.2.1-crawl-system-cron.patch:
 beagle-crawl-system.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE beagle-0.2.1-crawl-system-cron.patch ---
--- beagle-0.2.1/tools/beagle-crawl-system.in.crawl-system-cron	2005-12-12 14:10:14.000000000 -0500
+++ beagle-0.2.1/tools/beagle-crawl-system.in	2006-03-01 11:49:03.000000000 -0500
@@ -54,7 +54,7 @@
                      echo --deny-pattern $CRAWL_DENY_PATTERNS`"
 
             export TMPDIR=/tmp
-	    eval nice -n 19 su $CRAWL_USER -c \"@sbindir@/beagle-build-index --target @localstatedir@/cache/beagle/indexes/$CRAWL_INDEX_NAME $OPTIONS $CRAWL_PATHS\" 2> /dev/null
+	    eval nice -n 19 su $CRAWL_USER -s /bin/bash -c \"@sbindir@/beagle-build-index --target @localstatedir@/cache/beagle/indexes/$CRAWL_INDEX_NAME $OPTIONS $CRAWL_PATHS\" 2> /dev/null
 	fi
     fi
 done


Index: beagle.spec
===================================================================
RCS file: /cvs/dist/rpms/beagle/devel/beagle.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- beagle.spec	24 Feb 2006 06:34:29 -0000	1.35
+++ beagle.spec	1 Mar 2006 16:50:31 -0000	1.36
@@ -1,6 +1,6 @@
 Name:           beagle
 Version:        0.2.1
-Release:        12
+Release:        13
 Summary:        The Beagle Search Infrastructure
 
 Group:          User Interface/Desktops
@@ -28,6 +28,7 @@
 Patch1: beagle-0.2.1-sqlite3.patch
 Patch2: beagle-0.2.1-crawl.patch
 Patch3: beagle-0.2.1-spew.patch
+Patch4: beagle-0.2.1-crawl-system-cron.patch
 
 # Mono only available on these:
 ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc s390 s390x
@@ -65,6 +66,7 @@
 %patch1 -p1 -b .sqlite3
 %patch2 -p1 -b .crawl
 %patch3 -p1 -b .spew
+%patch4 -p1 -b .crawl-system-cron
 
 %build
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
@@ -211,6 +213,11 @@
 %{_prefix}/lib/python*/site-packages/beagle.so
 
 %changelog
+* Wed Mar  1 2006 Ray Strode <rstrode redhat com> 0.2.1-13
+- add patch from  Felipe Alfaro Solana <felipe_alfaro linuxmail org>
+  to invote beagle indexing helper function with valid shell
+  (bug 183360)
+
 * Fri Feb 24 2006 Matthias Clasen <mclasen redhat com> 0.2.1-12
 - Remove more "run from ." nonsense  (#182709)
 - Don't spew tons of debug output  (#182660)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]