From 5c52619a0bc0fc3b6043b9398de7e670e4d76423 Mon Sep 17 00:00:00 2001 From: liqingqing_1229 Date: Tue, 13 Oct 2020 15:45:15 +0800 Subject: [PATCH] update source0 --- ipwatchd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ipwatchd.spec b/ipwatchd.spec index 3dd7de2..de8d5dc 100644 --- a/ipwatchd.spec +++ b/ipwatchd.spec @@ -2,11 +2,11 @@ Name: ipwatchd Version: 1.3.0 -Release: 1 +Release: 2 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/ -Source0: https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/%{name}-%{version}.tar.gz +Source0: https://github.com/jariq/IPwatchD/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc autoconf automake libnet-devel libpcap-devel @@ -44,6 +44,9 @@ mv %{buildroot}/lib/systemd/system/* %{buildroot}/%{_unitdir} %changelog +* Tue Oct 13 2020 liqingqing_1229 +- update source0 + * Sun Mar 29 2020 Wei Xiong - Package init