[mongo-java-driver/f20] Remove 'Requires: %{name}-bson'

Omair Majid omajid at fedoraproject.org
Thu Sep 5 20:28:52 UTC 2013


commit ac41186fdce5d76f751e5c8d7017b1b12d31a952
Author: Omair Majid <omajid at redhat.com>
Date:   Thu Sep 5 16:25:31 2013 -0400

    Remove 'Requires: %{name}-bson'
    
    The org.bson.* packages are present in both jars. There's no need for a
    dependency.

 mongo-java-driver.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/mongo-java-driver.spec b/mongo-java-driver.spec
index 7d18aa0..3e9624c 100644
--- a/mongo-java-driver.spec
+++ b/mongo-java-driver.spec
@@ -3,7 +3,7 @@
 
 Name:		mongo-java-driver
 Version:	2.11.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A Java driver for MongoDB
 
 Group:		Development/Libraries
@@ -23,8 +23,6 @@ BuildRequires:	git
 Requires:	jpackage-utils
 Requires:	java
 
-Requires:	%{name}-bson
-
 %description
 This is the Java driver for MongoDB.
 
@@ -109,6 +107,9 @@ cp -rp docs/bson %{buildroot}%{_javadocdir}/%{name}-bson
 %doc README.md LICENSE.txt
 
 %changelog
+* Thu Sep 05 2013 Omair Majid <omajid at redhat.cmo> - 2.11.2-2
+- Do not require -bson subpackage. The classes are present in both jars.
+
 * Fri Aug 30 2013 Omair Majid <omajid at redhat.com> - 2.11.2-1
 - Update to 2.11.2
 - Generate tarball from commit tag, according to packaging guidelines


More information about the scm-commits mailing list