[bouncycastle-pg] Fix OSGi metadata

Michal Srb msrb at fedoraproject.org
Tue Feb 25 07:50:12 UTC 2014


commit 32de96f2f25c2cb80f449e63f538d76cb94c3a64
Author: Michal Srb <msrb at redhat.com>
Date:   Tue Feb 25 08:49:59 2014 +0100

    Fix OSGi metadata

 bouncycastle-pg-1.50-OSGi.bnd |   38 ++++++++++++++++----------------------
 bouncycastle-pg.spec          |    5 ++++-
 2 files changed, 20 insertions(+), 23 deletions(-)
---
diff --git a/bouncycastle-pg-1.50-OSGi.bnd b/bouncycastle-pg-1.50-OSGi.bnd
index 6618b84..3caf8ec 100644
--- a/bouncycastle-pg-1.50-OSGi.bnd
+++ b/bouncycastle-pg-1.50-OSGi.bnd
@@ -20,38 +20,32 @@ Import-Package: org.bouncycastle.asn1;version="1.50", \
  org.bouncycastle.math.ec;version="1.50", \
  org.bouncycastle.util;version="1.50", \
  org.bouncycastle.util.encoders;version="1.50", \
- org.bouncycastle.util.io;version="1.50"
+ org.bouncycastle.util.io;version="1.50", \
+ javax.crypto, \
+ javax.crypto.spec
+Export-Package: org.bouncycastle.openpgp;version="1.50", \
+ org.bouncycastle.openpgp.examples;version="1.50", \
+ org.bouncycastle.openpgp;version="1.50", \
+ org.bouncycastle.openpgp.operator;version="1.50", \
+ org.bouncycastle.openpgp.operator.bc;version="1.50", \
+ org.bouncycastle.openpgp.operator.jcajce;version="1.50", \
+ org.bouncycastle.apache.bzip2;version="1.50", \
+ org.bouncycastle.bcpg;version="1.50", \
+ org.bouncycastle.bcpg.sig;version="1.50", \
+ org.bouncycastle.bcpg.attr;version="1.50", \
 Bundle-RequiredExecutionEnvironment: J2SE-1.5, JavaSE-1.6, JavaSE-1.7
-Implementation-Vendor-Id: org.bouncycastle
 Bundle-Version: 1.50
 Bundle-Name: bcpg
 Bundle-ManifestVersion: 2
-Application-Library-Allowable-Codebase: *
-Specification-Vendor: BouncyCastle.org
-Caller-Allowable-Codebase: *
+Bundle-SymbolicName: bcpg
 Extension-Name: org.bouncycastle.bcpg
 Application-Name: Bouncy Castle OpenPGP API
+Implementation-Vendor-Id: org.bouncycastle
 Implementation-Version: 1.50.0
 Implementation-Vendor: BouncyCastle.org
 Created-By: 1.5.0_08 (Sun Microsystems Inc.)
-Codebase: *
 Specification-Version: 1.1
-Export-Package: org.bouncycastle.apache.bzip2;version="1.50",org.bounc
- ycastle.bcpg;version="1.50";uses:="org.bouncycastle.asn1,org.bouncyca
- stle.math.ec",org.bouncycastle.bcpg.attr;version="1.50";uses:="org.bo
- uncycastle.bcpg",org.bouncycastle.bcpg.sig;version="1.50";uses:="org.
- bouncycastle.bcpg",org.bouncycastle.openpgp;version="1.50";uses:="org
- .bouncycastle.bcpg,org.bouncycastle.bcpg.attr,org.bouncycastle.bcpg.s
- ig,org.bouncycastle.openpgp.operator",org.bouncycastle.openpgp.exampl
- es;version="1.50";uses:="org.bouncycastle.openpgp",org.bouncycastle.o
- penpgp.operator;version="1.50";uses:="org.bouncycastle.asn1,org.bounc
- ycastle.bcpg,org.bouncycastle.math.ec,org.bouncycastle.openpgp",org.b
- ouncycastle.openpgp.operator.bc;version="1.50";uses:="org.bouncycastl
- e.bcpg,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bou
- ncycastle.openpgp,org.bouncycastle.openpgp.operator",org.bouncycastle
- .openpgp.operator.jcajce;version="1.50";uses:="org.bouncycastle.bcpg,
- org.bouncycastle.openpgp,org.bouncycastle.openpgp.operator"
+Specification-Vendor: BouncyCastle.org
 Trusted-Library: true
 Originally-Created-By: ${java.version} (${java.vendor})
-Bundle-SymbolicName: bcpg
 
diff --git a/bouncycastle-pg.spec b/bouncycastle-pg.spec
index 14cf564..dcf2ad4 100644
--- a/bouncycastle-pg.spec
+++ b/bouncycastle-pg.spec
@@ -3,7 +3,7 @@
 
 Name:          bouncycastle-pg
 Version:       1.50
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Bouncy Castle OpenPGP API
 # modified BZIP2 library org/bouncycastle/apache/bzip2 ASL 2.0
 License:       ASL 2.0 and MIT
@@ -99,6 +99,9 @@ install -pm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-bcpg.pom
 %doc LICENSE.html
 
 %changelog
+* Tue Feb 25 2014 Michal Srb <msrb at redhat.com> - 1.50-2
+- Fix OSGi metadata
+
 * Mon Feb 24 2014 Michal Srb <msrb at redhat.com> - 1.50-1
 - Update to upstream version 1.50
 - Switch to java-headless


More information about the scm-commits mailing list