fix packaging problem

This commit is contained in:
chengzihan2 2020-08-25 10:02:54 +08:00
parent 960c3769e8
commit 35977d0588

View File

@ -1,6 +1,6 @@
Name: maven-osgi Name: maven-osgi
Version: 0.2.0 Version: 0.2.0
Release: 1 Release: 2
Epoch: 1 Epoch: 1
Summary: Library for Maven-OSGi integration Summary: Library for Maven-OSGi integration
License: ASL 2.0 License: ASL 2.0
@ -21,7 +21,7 @@ Library for Maven-OSGi integration.
This is a replacement package for maven-shared-osgi This is a replacement package for maven-shared-osgi
%package javadoc %package javadoc
Summary: API documentation for %{name} Summary: Javadoc for %{name}
%description javadoc %description javadoc
API documentation for %{name}. 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 %doc LICENSE
%changelog %changelog
* Mon Aug 24 2020 chengzihan <chengzihan2@huawei.com> - 0.2.0-1 * Mon Aug 24 2020 chengzihan <chengzihan2@huawei.com> - 0.2.0-2
- Fix packaging problem that caused the compiler problem of glassfish-hk2
* Fri Jul 31 2020 yanan li <liyanan032@huawei.com> - 0.2.0-1
- Package init - Package init