rpms/sepostgresql/F-9 sepostgresql.init, 1.21, 1.22 sepostgresql.spec, 1.22, 1.23

KaiGai Kohei (kaigai) fedora-extras-commits at redhat.com
Fri Jul 11 06:59:21 UTC 2008


Author: kaigai

Update of /cvs/pkgs/rpms/sepostgresql/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30039

Modified Files:
	sepostgresql.init sepostgresql.spec 
Log Message:
Fix specfile due to buggy script...



Index: sepostgresql.init
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/F-9/sepostgresql.init,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sepostgresql.init	11 Jul 2008 06:40:32 -0000	1.21
+++ sepostgresql.init	11 Jul 2008 06:58:32 -0000	1.22
@@ -9,7 +9,7 @@
 
 PGVERSION="8.3.3"
 PGMAJORVERSION=`echo "$PGVERSION" | sed 's/^\([0-9]*\.[0-9a-z]*\).*$/\1/'`
-SEPGVERSION="2.947"
+SEPGVERSION="2.948"
 
 # source function library
 . /etc/rc.d/init.d/functions


Index: sepostgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/F-9/sepostgresql.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sepostgresql.spec	11 Jul 2008 06:40:32 -0000	1.22
+++ sepostgresql.spec	11 Jul 2008 06:58:32 -0000	1.23
@@ -24,7 +24,7 @@
 Summary: Security Enhanced PostgreSQL
 Name: sepostgresql
 Version: 8.3.3
-Release: 2.947%{?sepgsql_extension}%{?dist}
+Release: 2.948%{?sepgsql_extension}%{?dist}
 License: BSD
 Group: Applications/Databases
 Url: http://code.google.com/p/sepgsql/
@@ -74,14 +74,14 @@
 # build SE-PostgreSQL
 %configure      --disable-rpath                 \
                 --enable-selinux                \
+%if %{ssl}
+                --with-openssl                  \
+%endif
 %if %{defined sepgextension}
                 --enable-debug                  \
                 --enable-cassert                \
 %endif
                 --libdir=%{_libdir}/pgsql       \
-%if %{ssl}
-                --with-openssl                  \
-%endif
                 --datadir=%{_datadir}/sepgsql   \
                 --with-system-tzdata=/usr/share/zoneinfo
 
@@ -218,7 +218,7 @@
 %attr(700,sepgsql,sepgsql) %dir %{_localstatedir}/lib/sepgsql/backups
 
 %changelog
-* Fri Jul 11 2008 <kaigai at kaigai.gr.jp> - 8.3.3-2.944
+* Fri Jul 11 2008 <kaigai at kaigai.gr.jp> - 8.3.3-2.948
 - Add OpenSSL support
 - backport 8.4devel fixes
 




More information about the fedora-extras-commits mailing list