diff --git a/netty.spec b/netty.spec index ff3e5988e5fe139c8b1e2560af17cd2b55c6251a..253385fe3fa89443231b883d67374fdc9a37c60e 100644 --- a/netty.spec +++ b/netty.spec @@ -2,7 +2,7 @@ Name: netty Version: 4.1.13 -Release: 12 +Release: 13 Summary: Asynchronous event-driven network application Java framework License: ASL 2.0 URL: https://netty.io/ @@ -66,6 +66,11 @@ Man pages and other related documents for %{name}. %pom_disable_module "testsuite-osgi" %pom_disable_module "tarball" %pom_disable_module "microbench" +%pom_disable_module transport-native-unix-common +%pom_disable_module transport-native-unix-common-tests +%pom_disable_module transport-native-epoll +%pom_disable_module transport-native-kqueue +%pom_disable_module all %pom_xpath_inject 'pom:plugin[pom:artifactId="maven-remote-resources-plugin"]' ' @@ -145,6 +150,9 @@ export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %changelog +* Sat Aug 14 2021 wangyue - 4.1.13-13 +- fix build error + * Tue Apr 06 2021 wangxiao - 4.1.13-12 - Fix CVE-2021-21295 CVE-2021-21409