rpms/zikula/F-11 zikula.spec,1.1,1.2

Paul W. Frields pfrields at fedoraproject.org
Thu Aug 20 19:25:10 UTC 2009


Author: pfrields

Update of /cvs/pkgs/rpms/zikula/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6859/F-11

Modified Files:
	zikula.spec 
Log Message:
Fix deps for F-10 and F-11 as in EL-5


Index: zikula.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zikula/F-11/zikula.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- zikula.spec	20 Mar 2009 16:03:44 -0000	1.1
+++ zikula.spec	20 Aug 2009 19:25:10 -0000	1.2
@@ -1,6 +1,6 @@
 Name: zikula
 Version: 1.1.1
-Release: 12%{?dist}
+Release: 13%{?dist}
 Summary: Zikula is a free open source Web Application Framework
 Group:	Applications/Publishing
 License: GPLv2+
@@ -17,9 +17,9 @@ Patch: %{name}-%{version}-config.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires: httpd
-Requires: php >= 5.2.0
-Requires: php-mysql >= 5.2.0
-Requires: php-pgsql >= 5.2.0
+Requires: php >= 4.3
+Requires: php-mysql >= 4.3
+Requires: php-pgsql >= 4.3
 Requires(pre): policycoreutils
 
 %description
@@ -91,6 +91,9 @@ ln -sf /usr/share/doc/zikula-1.1.1 /usr/
 symlinks -crs /usr/share/zikula || :
 
 %changelog
+* Wed Aug 12 2009 Paul W. Frields <stickster at gmail.com> - 1.1.1-13
+- Upstream docs advise that PHP >= 4.3 is correct requirement
+
 * Sat Mar 14 2009 David Nalley <david at gnsa.us> 1.1.1-12
 - appended zero exit snippet to all pre and post lines
 




More information about the fedora-extras-commits mailing list