From 43b0c5b719b258e3486bbe8c8035943d9e498a0a Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Aug 18 2015 17:56:20 +0000 Subject: Fix bundle-plugin instructions --- diff --git a/jettison.spec b/jettison.spec index 4e7e2a6..bc23cee 100644 --- a/jettison.spec +++ b/jettison.spec @@ -1,6 +1,6 @@ Name: jettison Version: 1.3.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A JSON StAX implementation License: ASL 2.0 URL: http://jettison.codehaus.org/ @@ -37,6 +37,9 @@ This package contains the API documentation for %{name}. # We don't need wagon-webdav %pom_xpath_remove pom:build/pom:extensions +# Confuses maven-bundle-plugin +%pom_xpath_remove pom:Private-Package + %build # Disable the tests until BZ#796739 is fixed: %mvn_build -f @@ -51,6 +54,9 @@ This package contains the API documentation for %{name}. %doc src/main/resources/META-INF/LICENSE %changelog +* Tue Aug 18 2015 Michael Simacek - 1.3.7-2 +- Fix bundle-plugin instructions + * Thu Aug 13 2015 Mikolaj Izdebski - 1.3.7-1 - Update to upstream version 1.3.7