From 35977d0588e5c2b35c2a6aa412a4410a05187518 Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Tue, 25 Aug 2020 10:02:54 +0800 Subject: [PATCH] fix packaging problem --- maven-osgi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/maven-osgi.spec b/maven-osgi.spec index 9a0893f..c4892c8 100644 --- a/maven-osgi.spec +++ b/maven-osgi.spec @@ -1,6 +1,6 @@ Name: maven-osgi Version: 0.2.0 -Release: 1 +Release: 2 Epoch: 1 Summary: Library for Maven-OSGi integration License: ASL 2.0 @@ -21,7 +21,7 @@ Library for Maven-OSGi integration. This is a replacement package for maven-shared-osgi %package javadoc -Summary: API documentation for %{name} +Summary: Javadoc for %{name} %description javadoc API documentation for %{name}. @@ -46,5 +46,8 @@ sed -i 's/import aQute\.lib\.osgi/import aQute.bnd.osgi/g' src/main/java/org/apa %doc LICENSE %changelog -* Mon Aug 24 2020 chengzihan - 0.2.0-1 +* Mon Aug 24 2020 chengzihan - 0.2.0-2 +- Fix packaging problem that caused the compiler problem of glassfish-hk2 + +* Fri Jul 31 2020 yanan li - 0.2.0-1 - Package init