rpms/sepostgresql/devel sepostgresql.init, 1.32, 1.33 sepostgresql.spec, 1.35, 1.36

KaiGai Kohei kaigai at fedoraproject.org
Fri Apr 17 00:32:24 UTC 2009


Author: kaigai

Update of /cvs/pkgs/rpms/sepostgresql/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15787

Modified Files:
	sepostgresql.init sepostgresql.spec 
Log Message:
bugfix: /etc/init.d/sepostgresql initdb didn't work correctly



Index: sepostgresql.init
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql.init,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sepostgresql.init	28 Mar 2009 02:23:48 -0000	1.32
+++ sepostgresql.init	17 Apr 2009 00:32:23 -0000	1.33
@@ -165,7 +165,7 @@
 	test -x /sbin/restorecon && /sbin/restorecon -R "${SEPGSQL_DATA}"
 	# Initialize the database
         cd ${SEPGSQL_BIN}
-	/sbin/runuser -- sepgsql -c "./initdb.sepgsql --pgace-feature=selinux -A 'ident sameuser' ${SEPGSQL_DATA}" \
+	/sbin/runuser -- sepgsql -c "./initdb.sepgsql --enable-selinux -A 'ident sameuser' ${SEPGSQL_DATA}" \
 	    >> "${SEPGSQL_STARTUP_LOG}" 2>&1 < /dev/null
 	if [ -f "${SEPGSQL_DATA}/PG_VERSION" ]; then
 	    echo_success


Index: sepostgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- sepostgresql.spec	28 Mar 2009 02:23:48 -0000	1.35
+++ sepostgresql.spec	17 Apr 2009 00:32:23 -0000	1.36
@@ -12,7 +12,7 @@
 Summary: Security Enhanced PostgreSQL
 Name: sepostgresql
 Version: 8.3.7
-Release: 1771%{?dist}
+Release: 1772%{?dist}
 License: BSD
 Group: Applications/Databases
 Url: http://code.google.com/p/sepgsql/
@@ -199,6 +199,9 @@
 %attr(700,sepgsql,sepgsql) %dir %{_localstatedir}/lib/sepgsql/backups
 
 %changelog
+* Fri Apr 17 2009 KaiGai Kohei <kaigai at kaigai.gr.jp> - 8.3.7-1772
+- bugfix: /etc/init.d/sepostgresql initdb didn't work correctly
+
 * Fri Mar 27 2009 KaiGai Kohei <kaigai at kaigai.gr.jp> - 8.3.7-1770
 - upgrade base PostgreSQL versin 8.3.6->8.3.7
 - backport features from v8.4devel




More information about the scm-commits mailing list