[tycho] Restore runtime dependencies on XMvn

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Jun 12 12:22:34 UTC 2014


commit 6f82ea93405cf62a4ecac81fcb576e871e0cd92a
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Thu Jun 12 14:16:04 2014 +0200

    Restore runtime dependencies on XMvn

 tycho.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index ed1fd27..505069c 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -19,7 +19,7 @@
 
 Name:           tycho
 Version:        0.20.0
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -165,6 +165,9 @@ This package contains the API documentation for %{name}.
 %patch3 -p1
 %patch4 -p1
 
+%pom_add_dep org.fedoraproject.xmvn:xmvn-connector-aether:2.0.0:runtime tycho-core
+%pom_add_dep org.fedoraproject.xmvn:xmvn-connector-aether:2.0.0:runtime tycho-p2/tycho-p2-repository-plugin
+
 find tycho-core -iname '*html' -delete
 
 sed -i -e 's/org.apache.maven.it.util.DirectoryScanner/org.apache.maven.shared.utils.io.DirectoryScanner/g' tycho-testing-harness/src/main/java/org/eclipse/tycho/test/AbstractTychoIntegrationTest.java
@@ -341,6 +344,9 @@ install -m 644 $osgiStateJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.compati
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Jun 12 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.20.0-13
+- Restore runtime dependencies on XMvn
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20.0-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list