From 292e1300acb1ccda8edaea2b23d0dc1ab2cb05d3 Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Sat, 14 Aug 2021 16:58:29 +0800 Subject: [PATCH] fix build error --- netty.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/netty.spec b/netty.spec index ff3e598..253385f 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 -- Gitee