diff --git a/jetty-alpn-api.spec b/jetty-alpn-api.spec index 53ace0d..0aa4de6 100644 --- a/jetty-alpn-api.spec +++ b/jetty-alpn-api.spec @@ -1,9 +1,9 @@ %global addver v20160715 Name: jetty-alpn-api Version: 1.1.3 -Release: 1 +Release: 2 Summary: Jetty ALPN API -License: ASL 2.0 and EPL +License: ASL 2.0 and EPL-1.0 URL: http://www.eclipse.org/jetty Source0: http://git.eclipse.org/c/jetty/org.eclipse.jetty.alpn.git/snapshot/org.eclipse.jetty.alpn-alpn-api-%{version}.%{addver}.tar.gz Source1: http://www.eclipse.org/legal/epl-v10.html @@ -41,5 +41,8 @@ cp %{SOURCE1} %{SOURCE2} . %license epl-v10.html LICENSE-2.0.txt %changelog +* Mon May 9 2022 baizhonggui - 1.1.3-2 +- modify license identifier + * Wed Aug 5 2020 huanghaitao - 1.1.3-1 - package init