[tycho] Filter out OSGi dependencies.

Krzysztof Daniel kdaniel at fedoraproject.org
Mon Oct 8 11:28:58 UTC 2012


commit c10ae09b52e59b33df5022e7e7a73a647eb160e2
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Mon Oct 8 13:28:41 2012 +0200

    Filter out OSGi dependencies.

 .gitignore |    1 +
 tycho.spec |    9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5691591..9c24e28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ tycho-0.14.0.tar.bz2
 /org.eclipse.tycho-*
 *.src.rpm
 /noarch
+/.project
diff --git a/tycho.spec b/tycho.spec
index 3804d48..3087f5e 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -1,4 +1,4 @@
-%global bootstrap 0
+%global bootstrap 1
 %global sha d7f8850f746dd72e0a97c1fdf32c06ce794fb83d
 
 %if %{bootstrap}
@@ -7,11 +7,11 @@
 %global snap -SNAPSHOT
 %endif
 
-%define __find_requires %{nil}
+%define __requires_exclude osgi*
 
 Name:           tycho
 Version:        0.16.0
-Release:        9.d7f885%{?dist}
+Release:        9.1.d7f885%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -195,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-9.1.d7f885
+- Filter out OSGi dependencies.
+
 * Thu Oct 4 2012 Roland Grunberg <rgrunber at redhat.com> 0.16.0-9.d7f885
 - Non-bootstrap build.
 


More information about the scm-commits mailing list