From 8644dbedf75c5cb863226cf84ac9044f93f6101f Mon Sep 17 00:00:00 2001 From: jiangpengjuj Date: Fri, 10 Sep 2021 16:18:58 +0800 Subject: [PATCH] fix strip problem (cherry picked from commit 7b9c24ddd76537094f41590f0b0df3024059208c) --- hping.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hping.spec b/hping.spec index ab6c82f..c5e0b56 100644 --- a/hping.spec +++ b/hping.spec @@ -1,8 +1,6 @@ -#%global debug_package %{nil} - Name: hping Version: 20200503 -Release: 3 +Release: 4 Summary: hping is a command-line oriented TCP/IP packet assembler/analyzer License: GPLv2 URL: http://www.hping.org/ @@ -47,6 +45,9 @@ install -m0644 docs/hping3.8 %{buildroot}/%{_mandir}/man8 %{_mandir}/* %changelog +* Thu Sep 9 2021 Pengju Jiang +- solve the problem of safe compilation strip + * Mon Aug 2 2021 liushaofei - fix multiple definition -- Gitee