[phpPgAdmin/el6/master] - Update to 5.0.2, which also fixes bz #689394

Devrim GÜNDÜZ devrim at fedoraproject.org
Wed Apr 27 02:26:31 UTC 2011


commit 51729263e3482b305367d780d6a4de9262bed896
Author: Devrim GÜNDÜZ <devrim at gunduz.org>
Date:   Wed Apr 27 05:26:21 2011 +0300

    - Update to 5.0.2, which also fixes bz #689394

 phpPgAdmin.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/phpPgAdmin.spec b/phpPgAdmin.spec
index 634479f..4746737 100644
--- a/phpPgAdmin.spec
+++ b/phpPgAdmin.spec
@@ -1,6 +1,6 @@
 Summary:	Web-based PostgreSQL administration
 Name:		phpPgAdmin
-Version:	4.2.3
+Version:	5.0.2
 Release:	1%{?dist}
 License:	GPLv2+ and (LGPLv2+ or BSD) and ASL 2.0 and MIT
 Group:		Applications/Databases
@@ -12,7 +12,9 @@ Source1:	%{name}.conf
 
 Requires:	php >= 4.2, gawk
 Requires:	php-pgsql >= 4.2, httpd
-Requires(Post):	/sbin/service
+# This is for /sbin/service
+Requires(preun):        initscripts
+Requires(postun):	initscripts
 Buildarch:	noarch
 
 %define		_phppgadmindir	%{_datadir}/%{name}
@@ -85,6 +87,9 @@ rm -rf %{buildroot}
 %{_phppgadmindir}/conf/config.inc.php*
 
 %changelog
+* Wed Apr 27 2011 Devrim Gunduz <devrim at gunduz.org> 5.0.2-1
+- Update to 5.0.2, which also fixes bz #689394
+
 * Mon Mar 29 2010 Devrim Gunduz <devrim at gunduz.org> 4.2.3-1
 - Update to 4.2.3
 


More information about the scm-commits mailing list