From 6f865a67a840576e6ad6c18a2b609f10c3be924c Mon Sep 17 00:00:00 2001 From: sugarfillet <18705174754@163.com> Date: Tue, 24 Dec 2019 16:33:08 +0800 Subject: [PATCH] fix build failed --- netty.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netty.spec b/netty.spec index 89d35c8..f488768 100644 --- a/netty.spec +++ b/netty.spec @@ -1,3 +1,5 @@ +%global debug_package %{nil} + Name: netty Version: 4.1.13 Release: 7 @@ -77,6 +79,7 @@ Man pages and other related documents for %{name}. %pom_remove_plugin -r :forbiddenapis cp %{SOURCE1} common/codegen.bash +chmod a+x common/codegen.bash %pom_add_plugin org.codehaus.mojo:exec-maven-plugin common ' -- Gitee