diff --git a/iputils-arping-set_device_broadcast.diff b/iputils-arping-set_device_broadcast.diff deleted file mode 100644 index 2ee101d..0000000 --- a/iputils-arping-set_device_broadcast.diff +++ /dev/null @@ -1,16 +0,0 @@ ---- arping.c -+++ arping.c -@@ -335,8 +335,8 @@ void set_device_broadcast(char *device, unsigned char *ba, size_t balen) - exit(2); - } - -- for (p = ba, ch = 0; p < ba + balen; p++, ch += 3) -- *p++ = strtoul(brdcast->value + ch * 3, NULL, 16); -+ for (p = ba, ch = 0; p < ba + balen; ch += 3) -+ *p++ = strtoul(brdcast->value + ch, NULL, 16); - - return; - } --- -1.7.1 - diff --git a/iputils.changes b/iputils.changes index ce60da3..ebe048c 100644 --- a/iputils.changes +++ b/iputils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 19 09:55:18 UTC 2010 - coolo@novell.com + +- remove no longer needed patches + ------------------------------------------------------------------- Mon Nov 8 10:32:37 UTC 2010 - lnussel@suse.de diff --git a/iputils.spec b/iputils.spec index 8e7ca85..3353ee3 100644 --- a/iputils.spec +++ b/iputils.spec @@ -46,13 +46,6 @@ PreReq: permissions This package contains some small network tools for IPv4 and IPv6 like rdisc, ping6, traceroute6, tracepath, and tracepath6. - - -Authors: --------- - Alexey Kuznetsov - YOSHIFUJI Hideaki - %prep %setup -q cp -a %SOURCE1 .