From 7fbcc5185998e83c85e2eee66028e4573e2eda4c Mon Sep 17 00:00:00 2001 From: Andy Grimm Date: Fri, 17 Aug 2012 15:43:28 -0400 Subject: [PATCH] Remove osgi(system.bundle) requirement from manifest --- xml-commons-apis-MANIFEST.MF | 1 - xml-commons-apis.spec | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/xml-commons-apis-MANIFEST.MF b/xml-commons-apis-MANIFEST.MF index a23243d..356b67b 100644 --- a/xml-commons-apis-MANIFEST.MF +++ b/xml-commons-apis-MANIFEST.MF @@ -6,7 +6,6 @@ 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 11d8b60..5372f1f 100644 --- a/xml-commons-apis.spec +++ b/xml-commons-apis.spec @@ -1,6 +1,6 @@ Name: xml-commons-apis Version: 1.4.01 -Release: 7%{?dist} +Release: 8%{?dist} Summary: APIs for DOM, SAX, and JAXP Group: Development/Libraries License: ASL 2.0 and W3C and Public Domain @@ -131,6 +131,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %{_javadocdir}/* %changelog +* Fri Aug 17 2012 Andy Grimm - 1.4.01-8 +- Remove osgi(system.bundle) requirement from manifest + * Sun Jul 22 2012 Fedora Release Engineering - 1.4.01-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild