From 7c3ef95388057b978f041db9bfca6c0931459126 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 6 Dec 2022 14:56:58 +0800 Subject: [PATCH] fix strip problem --- hping.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hping.spec b/hping.spec index ab6c82f..13da524 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,12 +45,15 @@ install -m0644 docs/hping3.8 %{buildroot}/%{_mandir}/man8 %{_mandir}/* %changelog -* Mon Aug 2 2021 liushaofei +* Thu Sep 9 2021 Pengju Jiang - 20200503-4 +- solve the problem of safe compilation strip + +* Mon Aug 2 2021 liushaofei - 20200503-3 - fix multiple definition -* Mon Oct 12 2020 liqingqing_1229 +* Mon Oct 12 2020 liqingqing_1229 - 20200503-2 - update source0's url -* Sun Mar 29 2020 Wei Xiong +* Sun Mar 29 2020 Wei Xiong - 20200503-1 - Package init -- Gitee