[xml-commons-apis] Revert "Remove osgi(system.bundle) requirement from manifest"

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Mar 4 13:47:52 UTC 2013


commit 0ebbf6c0199827f13b1013f01ba730aab066bac6
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Mar 4 14:45:16 2013 +0100

    Revert "Remove osgi(system.bundle) requirement from manifest"
    
    This reverts commit 7fbcc5185998e83c85e2eee66028e4573e2eda4c.
    
    Conflicts:
    	xml-commons-apis.spec

 xml-commons-apis-MANIFEST.MF |    1 +
 xml-commons-apis.spec        |    6 +++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/xml-commons-apis-MANIFEST.MF b/xml-commons-apis-MANIFEST.MF
index 356b67b..a23243d 100644
--- a/xml-commons-apis-MANIFEST.MF
+++ b/xml-commons-apis-MANIFEST.MF
@@ -6,6 +6,7 @@ Bundle-Name: %Bundle-Name.0
 Bundle-Localization: plugin
 Bundle-Version: 1.3.4.v200806030440
 Bundle-Vendor: %Bundle-Vendor.0
+Require-Bundle: system.bundle
 Export-Package: javax.xml;version="1.3",javax.xml.datatype;version="1.
  3",javax.xml.namespace;version="1.3",javax.xml.parsers;version="1.3",
  javax.xml.stream;version="1.3",javax.xml.stream.events;version="1.3",
diff --git a/xml-commons-apis.spec b/xml-commons-apis.spec
index 3dab5e5..10feecc 100644
--- a/xml-commons-apis.spec
+++ b/xml-commons-apis.spec
@@ -1,6 +1,6 @@
 Name:          xml-commons-apis
 Version:       1.4.01
-Release:       10%{?dist}
+Release:       11%{?dist}
 Summary:       APIs for DOM, SAX, and JAXP
 Group:         Development/Libraries
 License:       ASL 2.0 and W3C and Public Domain
@@ -132,6 +132,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 %{_javadocdir}/*
 
 %changelog
+* Mon Mar  4 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.4.01-11
+- Add Require-Bundle: system.bundle to manifest
+- Resolves: rhbz#917659
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.01-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list