[eclipse-emf] Avoid generating automatic OSGi dependencies.

Krzysztof Daniel kdaniel at fedoraproject.org
Mon Sep 17 11:44:04 UTC 2012


commit 02e0d109af3a76e3e76ec4587ee1bb29a57a89af
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed Sep 12 17:56:32 2012 +0200

    Avoid generating automatic OSGi dependencies.
    
    We must not generate the OSGi autorequires, because we want allow the
    eclipse-emf-core to be installed even without Eclipse to seed builds on
    platforms that have no Eclipse yet.

 eclipse-emf.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-emf.spec b/eclipse-emf.spec
index 2235215..9065ed9 100644
--- a/eclipse-emf.spec
+++ b/eclipse-emf.spec
@@ -3,9 +3,11 @@
 %endif
 %global eclipse_dropin   %{_datadir}/eclipse/dropins
 
+%define __find_requires %{nil} 
+
 Name:      eclipse-emf
 Version:   2.8.0
-Release:   16%{?dist}
+Release:   17%{?dist}
 Summary:   Eclipse Modeling Framework (EMF) Eclipse plugin
 Group:     System Environment/Libraries
 License:   EPL
@@ -273,6 +275,9 @@ rm -rf %{buildroot}%{eclipse_dropin}/emf-sdk/eclipse/plugins/org.eclipse.emf.eco
 %{eclipse_dropin}/emf-examples
 
 %changelog
+* Wed Sep 12 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:2.8.0-17
+- Avoid generating automatic OSGi dependencies.
+
 * Tue Aug 15 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:2.8.0-16
 - Removed obsolete.
 


More information about the scm-commits mailing list