diff --git a/2_3_24.tar.gz b/2_3_24.tar.gz index 2b6a6b3..5689590 100644 Binary files a/2_3_24.tar.gz and b/2_3_24.tar.gz differ diff --git a/grizzly.spec b/grizzly.spec index 474d7fd..424f469 100644 --- a/grizzly.spec +++ b/grizzly.spec @@ -5,9 +5,9 @@ %bcond_with jaxws Name: grizzly Version: 2.3.24 -Release: 2 +Release: 3 Summary: Java NIO Server Framework -License: (CDDL or GPLv2 with exceptions) and BSD and ASL 2.0 and Public Domain +License: (CDDL-1.1 or GPLv2 with exceptions) and BSD and ASL 2.0 and Public Domain URL: http://grizzly.java.net/ Source0: https://github.com/javaee/grizzly/archive/2_3_24.tar.gz BuildRequires: maven-local mvn(com.sun.istack:istack-commons-maven-plugin) @@ -52,7 +52,7 @@ Summary: Javadoc for %{name} This package contains javadoc for %{name}. %prep -%setup -q -n %{name}-mirror-%{namedversion} +%setup -q -n %{name}-%{namedversion} find . -name '*.class' -delete find . -name '*.jar' -print -delete find . -name '*.js' -print -delete @@ -149,6 +149,9 @@ xmvn test --batch-mode --offline verify -Dmaven.test.failure.ignore=true %license LICENSE.txt Grizzly_THIRDPARTYLICENSEREADME.txt %changelog +* Sat Nov 19 2022 caodongxia - 2.3.24-3 +- Modify invalid source0 + * Tue Apr 27 2021 maminjie - 2.3.24-2 - Move the test to the %check stage