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