[tycho] Fix tycho-bundles-external-manifest.txt generation

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Sep 10 13:36:36 UTC 2014


commit fe165dabcc8d1b76461fde0d8d1b9fe96cbe9f8d
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Sep 10 09:59:02 2014 +0200

    Fix tycho-bundles-external-manifest.txt generation

 tycho-debundle.sh |    2 +-
 tycho.spec        |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tycho-debundle.sh b/tycho-debundle.sh
index 3bfd6ab..59c046b 100755
--- a/tycho-debundle.sh
+++ b/tycho-debundle.sh
@@ -18,7 +18,7 @@ pushd ${tmpDir}
 pluginsDir=`find . -type d -name plugins`
 pushd ${pluginsDir} && rm -rf *
 symlinkBundles "${wantedBundles}"
-for b in *; do readlink -f $b; done >$mfLoc
+for b in *; do readlink $b; done >$mfLoc
 popd
 zip -ry ${zipFile} *
 popd
diff --git a/tycho.spec b/tycho.spec
index b56764d..8e09e0c 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -23,7 +23,7 @@
 
 Name:           tycho
 Version:        0.21.0
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -397,6 +397,9 @@ ln -s %{_javadir}/%{name}/org.fedoraproject.p2.jar %{buildroot}%{_datadir}/xmvn/
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Sep 10 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.21.0-10
+- Fix tycho-bundles-external-manifest.txt generation
+
 * Wed Sep 10 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.21.0-9
 - fedoraproject-p2: Fix self-dependencies failing builds
 


More information about the scm-commits mailing list