License compliance rectification

(cherry picked from commit fd01625d506e826bd7ab1a2840e1160e2f93978e)
This commit is contained in:
chenyx2012 2022-08-08 10:20:53 +00:00 committed by openeuler-sync-bot
parent 3d1b1187f7
commit 7f08189097

View File

@ -2,9 +2,9 @@
%global namedversion %{version}%{?namedreltag} %global namedversion %{version}%{?namedreltag}
Name: weld-core Name: weld-core
Version: 2.3.5 Version: 2.3.5
Release: 2 Release: 3
Summary: Reference Implementation for JSR-299: Contexts and Dependency Injection (CDI) Summary: Reference Implementation for JSR-299: Contexts and Dependency Injection (CDI)
License: ASL 2.0 and (CDDL or GPLv2 with exceptions) and LGPLv2+ and MIT and OFL License: ASL 2.0 and (CDDL-1.0 or GPLv2 with exceptions) and LGPLv2+ and MIT and OFL-1.1
URL: http://weld.cdi-spec.org/ URL: http://weld.cdi-spec.org/
Source0: https://github.com/weld/core/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz Source0: https://github.com/weld/core/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz
Patch0: 0001-Add-support-for-newer-jboss-logging-tools.patch Patch0: 0001-Add-support-for-newer-jboss-logging-tools.patch
@ -91,6 +91,9 @@ sed -i -e 's/InstantiationException/InstantiationException, NoSuchMethodExceptio
%files javadoc -f .mfiles-javadoc %files javadoc -f .mfiles-javadoc
%changelog %changelog
* Mon Aug 8 2022 Chenyx <chenyixiong3@huawei.com> - 2.3.5-3
- License compliance rectification
* Thu Dec 03 2020 huanghaitao <huanghaitao8@huawei.com> - 2.3.5-2 * Thu Dec 03 2020 huanghaitao <huanghaitao8@huawei.com> - 2.3.5-2
- Remove dependence with jetty8 - Remove dependence with jetty8