[tycho/f18] Filter out osgi dependencies

Krzysztof Daniel kdaniel at fedoraproject.org
Mon Oct 8 12:29:56 UTC 2012


commit 858844ca44cdfcc66aff6695be0e40eef548d4cb
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Mon Oct 8 14:28:59 2012 +0200

    Filter out osgi dependencies

 tycho.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index 455b6d3..445c31f 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -1,4 +1,4 @@
-%global bootstrap 0
+%global bootstrap 1
 %global sha df2c3591ae0e641a8d12c13ca9c1058eaf8439b2
 
 %if %{bootstrap}
@@ -7,9 +7,11 @@
 %global snap -SNAPSHOT
 %endif
 
+%define __requires_exclude osgi*
+
 Name:           tycho
 Version:        0.16.0
-Release:        7.df2c35%{?dist}
+Release:        7.1.df2c35%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -193,6 +195,9 @@ install -pm 755 %{SOURCE3} $RPM_BUILD_ROOT%{_javadir}/%{name}/copy-platform-all
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Oct 8 2012 Krzysztof Daniel <kdaniel at redhat.com> 0.16.0-7.1.df2c35
+- Filter out osgi dependencies.
+
 * Mon Aug 27 2012 Roland Grunberg <rgrunber at redhat.com> 0.16.0-7.df2c35
 - Non bootstrap-build.
 


More information about the scm-commits mailing list