[ocaml-mysql] Remove direct dependency of mysql-libs, since RPM picks up the correct dependency implicitly (RHBZ#9

Richard W.M. Jones rjones at fedoraproject.org
Tue May 14 11:28:10 UTC 2013


commit 32ae12a3a78835a78f567b69e84252519ab9c993
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue May 14 12:27:38 2013 +0100

    Remove direct dependency of mysql-libs, since RPM picks up the
    correct dependency implicitly (RHBZ#962742).

 ocaml-mysql.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ocaml-mysql.spec b/ocaml-mysql.spec
index 05006ec..524f143 100644
--- a/ocaml-mysql.spec
+++ b/ocaml-mysql.spec
@@ -3,7 +3,7 @@
 
 Name:           ocaml-mysql
 Version:        1.1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        OCaml library for accessing MySQL databases
 
 License:        LGPLv2+ with exceptions
@@ -19,8 +19,6 @@ BuildRequires:  ocaml-camlp4-devel
 BuildRequires:  mysql-devel
 BuildRequires:  chrpath
 
-Requires:       mysql-libs
-
 # See: https://bugzilla.redhat.com/show_bug.cgi?id=916822
 Patch1:         ocaml-mysql-paths.patch
 
@@ -88,6 +86,10 @@ make install
 
 
 %changelog
+* Tue Mar 14 2013 Richard W.M. Jones <rjones at redhat.com> - 1.1.1-4
+- Remove direct dependency of mysql-libs, since RPM picks up the
+  correct dependency implicitly (RHBZ#962742).
+
 * Fri Mar  1 2013 Richard W.M. Jones <rjones at redhat.com> - 1.1.1-3
 - Ensure we link to mysql client shared library (RHBZ#916822, thanks Sato Ichi).
 - Move configure into build section, and replace with RPM macro.


More information about the scm-commits mailing list