diff --git a/weld-core.spec b/weld-core.spec index 818699f..b638d9d 100644 --- a/weld-core.spec +++ b/weld-core.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: weld-core Version: 2.3.5 -Release: 2 +Release: 3 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/ Source0: https://github.com/weld/core/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz 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 %changelog +* Mon Aug 8 2022 Chenyx - 2.3.5-3 +- License compliance rectification + * Thu Dec 03 2020 huanghaitao - 2.3.5-2 - Remove dependence with jetty8