diff --git a/felix-bundlerepository.spec b/felix-bundlerepository.spec index 5b473858386787d5014ae6c9ca0e6d256d32ac15..2edfad7c03e3016c3b9c796e1d45fc445db03253 100644 --- a/felix-bundlerepository.spec +++ b/felix-bundlerepository.spec @@ -1,6 +1,6 @@ Name: felix-bundlerepository Version: 2.0.10 -Release: 5 +Release: 6 Summary: Apache Felix OSGi Bundle Repository service License: ASL 2.0 and MIT URL: http://felix.apache.org/documentation/subprojects/apache-felix-osgi-bundle-repository.html @@ -38,6 +38,7 @@ This package contains the API help documentation for felix-bundlerepository. %prep %autosetup -n org.apache.felix.bundlerepository-%{version} -p1 +sed -i 's/true<\/unpackBundle>/false<\/unpackBundle>/' pom.xml %pom_remove_plugin :maven-source-plugin %pom_add_dep "xpp3:xpp3:1.1.3.4.O" pom.xml "true" %pom_xpath_remove "pom:dependency[pom:artifactId[text()='org.apache.felix.utils']]/pom:optional" @@ -60,5 +61,8 @@ This package contains the API help documentation for felix-bundlerepository. %files help -f .mfiles-javadoc %changelog +* Mon Mar 22 2021 maminjie - 2.0.10-6 +- Disable the unpackBundle param of maven-bundle-plugin + * Thu Dec 12 2019 lingsheng - 2.0.10-5 - Package init