rpms/hsqldb/devel hsqldb-1.8.0-standard.cfg, 1.2, 1.3 hsqldb.spec, 1.38, 1.39 hsqldb-1.8.0-backport.patch, 1.1, NONE

Jon Prindiville (jprindiv) fedora-extras-commits at redhat.com
Tue Jan 22 16:04:13 UTC 2008


Author: jprindiv

Update of /cvs/pkgs/rpms/hsqldb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13831

Modified Files:
	hsqldb-1.8.0-standard.cfg hsqldb.spec 
Removed Files:
	hsqldb-1.8.0-backport.patch 
Log Message:
Fix for bz# 428520: Defining JAVA_HOME in /etc/sysconfig/hsqldb



Index: hsqldb-1.8.0-standard.cfg
===================================================================
RCS file: /cvs/pkgs/rpms/hsqldb/devel/hsqldb-1.8.0-standard.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hsqldb-1.8.0-standard.cfg	4 Dec 2007 22:28:42 -0000	1.2
+++ hsqldb-1.8.0-standard.cfg	22 Jan 2008 16:03:40 -0000	1.3
@@ -24,6 +24,7 @@
 
 . /etc/java/java.conf
 
+JAVA_HOME=${JAVA_HOME:-/usr/lib/jvm/jre}
 JAVA_EXECUTABLE=${JAVA_HOME}/bin/java
 
 # Unless you copied a hsqldb.jar file from another system, this typically


Index: hsqldb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hsqldb/devel/hsqldb.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- hsqldb.spec	17 Jan 2008 18:39:12 -0000	1.38
+++ hsqldb.spec	22 Jan 2008 16:03:40 -0000	1.39
@@ -38,7 +38,7 @@
 
 Name:		hsqldb
 Version:	1.8.0.9
-Release:	1jpp%{?dist}
+Release:	1jpp.1%{?dist}
 Epoch:		1
 Summary:	Hsqldb Database Engine
 License:	BSD Style
@@ -269,6 +269,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Tue Jan 22 2008 Jon Prindiville <jprindiv at redhat.com> 1.8.0.9-1jpp.1
+- Fix for bz# 428520: Defining JAVA_HOME in /etc/sysconfig/hsqldb
+
 * Thu Jan 17 2008 Jon Prindiville <jprindiv at redhat.com> 1.8.0.9-1jpp
 - Upgrade to 1.8.0.9
 


--- hsqldb-1.8.0-backport.patch DELETED ---




More information about the fedora-extras-commits mailing list