SHA256
1
0
forked from pool/arping2

Accepting request 280791 from network:utilities

- Update to new upstream release 2.15

OBS-URL: https://build.opensuse.org/request/show/280791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arping2?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2015-01-12 08:50:07 +00:00 committed by Git OBS Bridge
commit fa8f0018dc
4 changed files with 13 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6cb8f29b3581c2a6c927ae2c4315a6b2d8b3ce688d52aee728e6857148be6f20
size 147908

3
arping-2.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d45dae3a88749092cef1dd7f5cbb4d3b7be8715a938384ef3139790884251f3
size 149061

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 11 16:40:32 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2.15
* Add option -m to allow setting timestamp type
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 11 01:10:59 UTC 2014 - jengelh@inai.de Mon Aug 11 01:10:59 UTC 2014 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package arping2 # spec file for package arping2
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: arping2 Name: arping2
Version: 2.14 Version: 2.15
Release: 0 Release: 0
Summary: Layer-2 Ethernet pinger Summary: Layer-2 Ethernet pinger
License: GPL-2.0+ License: GPL-2.0+
@ -25,14 +25,10 @@ Group: Productivity/Networking/Diagnostic
Url: http://www.habets.pp.se/synscan/programs.php?prog=arping Url: http://www.habets.pp.se/synscan/programs.php?prog=arping
#Git-Clone: git://github.com/ThomasHabets/arping #Git-Clone: git://github.com/ThomasHabets/arping
Source: http://www.habets.pp.se/synscan/files/arping-2.14.tar.gz Source: http://www.habets.pp.se/synscan/files/arping-%version.tar.gz
Patch1: arping-setgroups.diff Patch1: arping-setgroups.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} <= 1130
BuildRequires: libnet
%else
BuildRequires: libnet-devel BuildRequires: libnet-devel
%endif
BuildRequires: libpcap-devel BuildRequires: libpcap-devel
%description %description
@ -50,7 +46,7 @@ make %{?_smp_mflags}
%install %install
b="%buildroot"; b="%buildroot";
make install DESTDIR="$b"; %make_install
# Avoid collision with iputils's inferior arping. # Avoid collision with iputils's inferior arping.
mv "$b/%_sbindir"/{arping,%name}; mv "$b/%_sbindir"/{arping,%name};
mv "$b/%_mandir/man8"/{arping.8,%name.8}; mv "$b/%_mandir/man8"/{arping.8,%name.8};