rpms/hsqldb/F-7 hsqldb.spec,1.32,1.33

Deepak Bhole (dbhole) fedora-extras-commits at redhat.com
Tue Oct 16 21:47:08 UTC 2007


Author: dbhole

Update of /cvs/extras/rpms/hsqldb/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6833

Modified Files:
	hsqldb.spec 
Log Message:

- Fix bz# 218135: Init script now specifies shell when starting service




Index: hsqldb.spec
===================================================================
RCS file: /cvs/extras/rpms/hsqldb/F-7/hsqldb.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hsqldb.spec	10 Oct 2007 18:32:52 -0000	1.32
+++ hsqldb.spec	16 Oct 2007 21:46:36 -0000	1.33
@@ -38,19 +38,20 @@
 
 Name:		hsqldb
 Version:	1.8.0.8
-Release:	1jpp.2%{?dist}
+Release:	1jpp.3%{?dist}
 Epoch:		1
 Summary:	Hsqldb Database Engine
 License:	BSD Style
 Url:		http://hsqldb.sourceforge.net/
 #http://downloads.sourceforge.net/hsqldb/hsqldb_1_8_0_8.zip
-Source0:	%{name}_%{cvs_version}.zip
-Source1:	%{name}-1.8.0-standard.cfg
-Source2:	%{name}-1.8.0-standard-server.properties
-Source3:	%{name}-1.8.0-standard-webserver.properties
-Source4:	%{name}-1.8.0-standard-sqltool.rc
-Patch0:		%{name}-1.8.0-scripts.patch
-Patch1:		hsqldb-tmp.patch
+Source0:    %{name}_%{cvs_version}.zip
+Source1:    %{name}-1.8.0-standard.cfg
+Source2:    %{name}-1.8.0-standard-server.properties
+Source3:    %{name}-1.8.0-standard-webserver.properties
+Source4:    %{name}-1.8.0-standard-sqltool.rc
+Patch0:     %{name}-1.8.0-scripts.patch
+Patch1:     hsqldb-tmp.patch
+Patch2:     %{name}-1.8.0-specify-su-shell.patch
 Requires:	servletapi5
 Requires(post):   /bin/rm,/bin/ln
 Requires(post):   servletapi5
@@ -131,6 +132,7 @@
 
 %patch0
 %patch1 -p1
+%patch2
 
 %build
 export CLASSPATH=$(build-classpath \
@@ -267,6 +269,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Tue Oct 16 2007 Deepak Bhole <dbhole at redhat.com> 1.8.0.8-1jpp.3
+- Fix bz# 218135: Init script now specifies shell when starting service
+
 * Thu Sep 20 2007 Deepak Bhole <dbhole at redhat.com> 1:1.8.0.8-1jpp.2
 - Added %%{?dist} to release, as per Fedora policy
 




More information about the fedora-extras-commits mailing list