[owncloud] RBZ #963701: require mdb2-mysql not mysqli

brummbq brummbq at fedoraproject.org
Thu May 16 15:47:15 UTC 2013


commit ede3cf5ff6afe8c8251016bdc6271033dee6d521
Author: Gregor Tätzner <gregor at freenet.de>
Date:   Thu May 16 17:46:57 2013 +0200

    RBZ #963701: require mdb2-mysql not mysqli

 owncloud.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/owncloud.spec b/owncloud.spec
index 3f4c80d..5f62f4a 100644
--- a/owncloud.spec
+++ b/owncloud.spec
@@ -1,7 +1,7 @@
 
 Name:           owncloud
 Version:        4.5.11
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Private file sync and share server
 
 License:        AGPLv3+ and MIT and BSD and CC-BY and CC-BY-SA and GPLv3 and Public Domain and (MPLv1.1 or GPLv2+ or LGPLv2+) and (MIT or GPL+) and (MIT or GPLv2) and ASL 2.0 and LGPLv3
@@ -36,6 +36,7 @@ BuildArch:      noarch
 Requires:       %{name}-webserver = %{version}-%{release}
 Requires:       %{name}-database = %{version}-%{release}
 
+
 # core PHP libs
 Requires:       php-gd php-curl php-dom php-exif php-fileinfo php-gmp php-iconv
 Requires:       php-json php-ldap php-mbstring php-openssl php-pcre php-pdo
@@ -105,7 +106,7 @@ Provides:       %{name}-database = %{version}-%{release}
 Requires:       %{name} = %{version}-%{release}
 
 Requires:       php-mysql
-Requires:       php-pear(MDB2_Driver_mysqli)
+Requires:       php-pear(MDB2_Driver_mysql)
 Requires:       mysql-server
 
 %description mysql
@@ -306,6 +307,9 @@ fi
 
 
 %changelog
+* Thu May 16 2013 Gregor Tätzner <brummbq at fedoraproject.org> - 4.5.11-2
+- RBZ #963701: require mdb2-mysql not mysqli
+
 * Thu May 16 2013 Gregor Tätzner <brummbq at fedoraproject.org> - 4.5.11-1
 - 4.5.11
 


More information about the scm-commits mailing list