- Update to 4.3 (thanks to Ryan Finnie) fixes rhbz#1473919
This commit is contained in:
parent
1316624239
commit
77bf53dfff
3 changed files with 12 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/2ping-3.2.0.tar.gz
|
||||
/2ping-3.2.1.tar.gz
|
||||
/2ping-4.1.tar.gz
|
||||
/2ping-4.3.tar.gz
|
||||
|
|
|
|||
16
2ping.spec
16
2ping.spec
|
|
@ -1,10 +1,10 @@
|
|||
Name: 2ping
|
||||
Version: 4.1
|
||||
Release: 5%{?dist}
|
||||
Version: 4.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Bi-directional ping utility
|
||||
License: GPLv2+
|
||||
URL: http://www.finnie.org/software/2ping
|
||||
Source0: http://www.finnie.org/software/%{name}/%{name}-%{version}.tar.gz
|
||||
URL: https://www.finnie.org/software/2ping
|
||||
Source0: https://www.finnie.org/software/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
|
@ -16,7 +16,7 @@ SYN/ACK, ACK) and after-the-fact state comparison between a 2ping listener and
|
|||
a 2ping client to determine which direction packet loss occurs.
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-%{version}
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
|
@ -31,7 +31,8 @@ install -m 0644 doc/2ping.1 %{buildroot}/usr/share/man/man1/2ping6.1
|
|||
%{__python3} setup.py test
|
||||
|
||||
%files
|
||||
%doc ChangeLog COPYING README
|
||||
%doc ChangeLog README
|
||||
%license COPYING
|
||||
%{python3_sitelib}/*
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}6
|
||||
|
|
@ -39,6 +40,9 @@ install -m 0644 doc/2ping.1 %{buildroot}/usr/share/man/man1/2ping6.1
|
|||
%{_mandir}/man1/%{name}6.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 18 2019 Filipe Rosset <rosset.filipe@gmail.com> - 4.3-1
|
||||
- Update to 4.3 (thanks to Ryan Finnie) fixes rhbz#1473919
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (2ping-4.1.tar.gz) = 926a515156bf0b9e7c09e72f0e557571f3905646eaec2e8c4702a7dd7ed77b9ab298323028beb02c844d719839458f9d056fb5d29443e908b0d927754f856553
|
||||
SHA512 (2ping-4.3.tar.gz) = f7186fe5bed2f12593d62f85fe364c9dc571f8b0ad10f6766515470ea8f8ed32d439e580003e78494b4742a8224e2b30cc454f8275a4877d432eb76646334e77
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue