[eclipse] Added missing = to osgi(system.bundle)

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Apr 12 08:39:59 UTC 2012


commit 2a3097bd0f1b338c434d71605d40cf69dd322ffc
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Apr 12 10:39:43 2012 +0200

    Added missing = to osgi(system.bundle)

 eclipse.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 307d9d2..b03dd61 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -120,7 +120,7 @@ Group:          Development/Languages
 Requires:       %{name}-swt = %{epoch}:%{eclipse_version}-%{release}
 Requires:       icu4j-eclipse >= 1:4.4.2.2-11
 Requires:       %{name}-emf-core = %{epoch}:%{emf_version}-%{release}
-Provides:       osgi(system.bundle) %{epoch}:%{eclipse_version}
+Provides:       osgi(system.bundle) = %{epoch}:%{eclipse_version}
 
 %description    rcp
 Eclipse Rich Client Platform


More information about the scm-commits mailing list