diff --git a/hping.spec b/hping.spec index f54fea858b0baee4c46ddd8803d1cc4bef4fa3e7..d0796af000891b4884d0ff7c678f079d3d69a445 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