From 16345881eb2d1dc8c0374d8d50b67a19e6440384 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 5 Dec 2022 14:32:36 +0800 Subject: [PATCH] fix strip problem (cherry picked from commit f9568294ace0c6b56e069f86118a81e051552275) --- ipwatchd.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ipwatchd.spec b/ipwatchd.spec index 16b579e..bd23cb7 100644 --- a/ipwatchd.spec +++ b/ipwatchd.spec @@ -1,8 +1,6 @@ -#%global debug_package %{nil} - Name: ipwatchd Version: 1.3.0 -Release: 4 +Release: 5 Summary: IPwatchD is a simple daemon that analyses all incoming ARP packets in order to detect IP conflicts on Linux License: GPLv2 URL: https://ipwatchd.sourceforge.io/ @@ -44,6 +42,9 @@ mv %{buildroot}/lib/systemd/system/* %{buildroot}/%{_unitdir} %changelog +* Mon Dec 5 2022 caodongxia - 1.3.0-5 +- fix strip problem + * Thu Nov 10 2022 xu_ping - 1.3.0-4 - fix source url