From 6a6d14ac6150f60766b12662219ac05be6d299b0 Mon Sep 17 00:00:00 2001 From: liqingqing_1229 Date: Mon, 12 Oct 2020 16:20:37 +0800 Subject: [PATCH] update source0's url --- hping.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hping.spec b/hping.spec index f54fea8..d0796af 100644 --- a/hping.spec +++ b/hping.spec @@ -2,11 +2,11 @@ Name: hping Version: 20200503 -Release: 1 +Release: 2 Summary: hping is a command-line oriented TCP/IP packet assembler/analyzer License: GPLv2 URL: http://www.hping.org/ -Source0: https://github.com/antirez/hping/%{name}-%{version}.zip +Source0: %{name}-%{version}.zip Patch0: hping-fix-netbpf-header.patch @@ -45,6 +45,9 @@ install -m0644 docs/hping3.8 %{buildroot}/%{_mandir}/man8 %{_mandir}/* %changelog +* Mon Oct 12 2020 liqingqing_1229 +- update source0's url + * Sun Mar 29 2020 Wei Xiong - Package init -- Gitee