[oat] fix bug #971287, change db dependencies from mysql to mariadb

gwei3 gwei3 at fedoraproject.org
Thu Jun 6 08:55:43 UTC 2013


commit 03010f94628eacdddb8912666c9d26b3fff8a7c3
Author: Gang Wei <gang.wei at intel.com>
Date:   Thu Jun 6 16:54:11 2013 +0800

    fix bug #971287, change db dependencies from mysql to mariadb

 oat.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/oat.spec b/oat.spec
index 6774453..a520e17 100644
--- a/oat.spec
+++ b/oat.spec
@@ -3,7 +3,7 @@
 Name: oat
 Summary: Attestation Service & Host Agent based on OpenAttestation SDK
 Version: 1.6.0 
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD
 Group: Applications/System
 Source0: https://github.com/OpenAttestation/OpenAttestation/archive/v%{version}/OpenAttestation-%{version}.tar.gz
@@ -78,10 +78,10 @@ targeting to be integrated into cloud and enterprise management tools.
 %package appraiser
 Summary: Appraisal Server for OpenAttestation
 Requires: tomcat
-Requires: mysql
-Requires: mysql-server
+Requires: mariadb
+Requires: mariadb-server
 Requires: php
-Requires: php-mysql
+Requires: php-mysqlnd
 Requires: apache-commons-beanutils
 Requires: apache-commons-cli
 Requires: apache-commons-codec
@@ -442,6 +442,9 @@ cp -r Source/AttestationService/javadoc %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Jun 6 2013 Gang Wei <gang.wei at intel.com> - 0:1.6.0-7
+- fix bug #971287, change db dependencies from mysql to mariadb
+
 * Fri May 31 2013 Gang Wei <gang.wei at intel.com> - 0:1.6.0-6
 - build doc, javadoc, commandtool as noarch
 - add dependency on java, java-devel, jpackage-utils


More information about the scm-commits mailing list