[eclipse-wtp-webservices] Remove validation of orbit wrapper bundles

Gerard Ryan galileo at fedoraproject.org
Sat Aug 17 16:56:44 UTC 2013


commit fd3ccd615cbef10b907e263cf705f4d29e5eb40a
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Sat Aug 17 17:27:28 2013 +0100

    Remove validation of orbit wrapper bundles

 ...tp-webservices-commons-discovery-manifest.patch |   20 --------------------
 eclipse-wtp-webservices.spec                       |   11 ++++++++++-
 2 files changed, 10 insertions(+), 21 deletions(-)
---
diff --git a/eclipse-wtp-webservices-commons-discovery-manifest.patch b/eclipse-wtp-webservices-commons-discovery-manifest.patch
index f7f1742..700fafd 100644
--- a/eclipse-wtp-webservices-commons-discovery-manifest.patch
+++ b/eclipse-wtp-webservices-commons-discovery-manifest.patch
@@ -12,23 +12,3 @@
  Specification-Vendor: Apache Software Foundation
  Bundle-Vendor: %Bundle-Vendor.0
  Bundle-Name: %Bundle-Name.0
-@@ -19,19 +19,3 @@
- Implementation-Version: 0.2
- Bundle-ManifestVersion: 2
- Import-Package: org.apache.commons.logging;version="[1.0.4,2.0.0)"
--
--Name: META-INF/eclipse.inf
--SHA1-Digest: M1yh6ypEH7aiF3JiaBs2vAuNi54=
--
--Name: lib/commons-discovery-0.2.jar
--SHA1-Digest: d3OsenJI8I7SuNKXxuLvKCYGQOo=
--
--Name: about_files/LICENSE.txt
--SHA1-Digest: yQmZHLATqW7if90XseKCj9Zx5ks=
--
--Name: about.html
--SHA1-Digest: 1KPzlAtAsibeh6FijdJnEZRXC1U=
--
--Name: plugin.properties
--SHA1-Digest: hvbH/5egu8ENLrEDWF0bmcGw99s=
--
diff --git a/eclipse-wtp-webservices.spec b/eclipse-wtp-webservices.spec
index ee2c37e..11544db 100644
--- a/eclipse-wtp-webservices.spec
+++ b/eclipse-wtp-webservices.spec
@@ -129,18 +129,26 @@ with Java Web services.
 
 mkdir javax.xml.rpc && pushd javax.xml.rpc
 unzip -qq %{SOURCE4}
+rm -f META-INF/ECLIPSE*.SF META-INF/ECLIPSE*.RSA META-INF/eclipse.inf
+sed -i -e "s/^Name:.*//g" -e "s/SHA1-Digest:.*//g" META-INF/MANIFEST.MF
 popd
 
 mkdir javax.xml.soap && pushd javax.xml.soap
 unzip -qq %{SOURCE5}
+rm -f META-INF/ECLIPSE*.SF META-INF/ECLIPSE*.RSA META-INF/eclipse.inf
+sed -i -e "s/^Name:.*//g" -e "s/SHA1-Digest:.*//g" META-INF/MANIFEST.MF
 popd
 
 mkdir org.apache.axis && pushd org.apache.axis
 unzip -qq %{SOURCE6}
+rm -f META-INF/ECLIPSE*.SF META-INF/ECLIPSE*.RSA META-INF/eclipse.inf
+sed -i -e "s/^Name:.*//g" -e "s/SHA1-Digest:.*//g" META-INF/MANIFEST.MF
 popd
 
 mkdir org.apache.commons.discovery && pushd org.apache.commons.discovery
 unzip -qq %{SOURCE7}
+rm -f META-INF/ECLIPSE*.SF META-INF/ECLIPSE*.RSA META-INF/eclipse.inf
+sed -i -e "s/^Name:.*//g" -e "s/SHA1-Digest:.*//g" META-INF/MANIFEST.MF
 popd
 
 cp %{SOURCE3} .
@@ -336,8 +344,9 @@ popd
 %doc epl-v10.html
 
 %changelog
-* Tue Aug 17 2013 Gerard Ryan <galileo at fedoraproject.org> - 3.5.0-4
+* Sat Aug 17 2013 Gerard Ryan <galileo at fedoraproject.org> - 3.5.0-4
 - Isolate changes that only apply to Fedora >=20
+- Remove validation of orbit wrapper bundles
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list