From e1ec97918509db01848566662f4b7804a4743d90 Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Tue, 29 Aug 2006 19:45:50 +0000 Subject: [PATCH] Remove double Manifest file in com.jcraft.jsch_0.1.28.jar. --- eclipse.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/eclipse.spec b/eclipse.spec index 3caa3bd..22c4d80 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -41,7 +41,7 @@ Epoch: 1 Summary: %{pkg_summary} Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 1jpp_12fc +Release: 2 License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -711,7 +711,7 @@ ORIGCLASSPATH=$CLASSPATH pushd baseLocation/plugins/com.jcraft.jsch_0.1.28.jar-build unzip -qq %{_javadir}/jsch.jar -x META-INF\* sed --in-place "s/$(grep Created-By: META-INF/MANIFEST.MF)/Created-By: $(jar -V | head -1)/" META-INF/MANIFEST.MF -jar -cf ../com.jcraft.jsch_0.1.28.jar * +jar -Mcf ../com.jcraft.jsch_0.1.28.jar * popd rm -r baseLocation/plugins/com.jcraft.jsch_0.1.28.jar-build @@ -1641,6 +1641,9 @@ fi %endif %changelog +* Tue Aug 29 2006 Ben Konrath 3.2.0-2 +- Remove double Manifest file in com.jcraft.jsch_0.1.28.jar. + * Thu Aug 17 2006 Andrew Overholt 3.2.0-1jpp_12fc - Fix tomcat55 patch to not conflict with wst.ws (commons-logging visibility).