diff --git a/jetty-alpn-api.spec b/jetty-alpn-api.spec index 53ace0db0cd01a2b34b0b491d7a6d5603e65cf76..b305b227724d765287cd2b7555536c9507ffe52b 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 +* Wed Apr 20 2022 liukuo - 1.1.3-2 +- Change the license to "ASL 2.0 and EPL-1.0" + * Wed Aug 5 2020 huanghaitao - 1.1.3-1 - package init