Update to iputils-s20121125 (#879952)
This commit is contained in:
parent
01e652aa1d
commit
e773cafb78
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ ifenslave.tar.gz
|
||||
/iputils-s20121106.tar.bz2
|
||||
/iputils-s20121112.tar.bz2
|
||||
/iputils-s20121121.tar.bz2
|
||||
/iputils-s20121125.tar.bz2
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- iputils-s20121121/Makefile.orig 2012-11-22 07:33:01.000000000 +0100
|
||||
+++ iputils-s20121121/Makefile 2012-11-22 07:33:54.886547891 +0100
|
||||
@@ -45,7 +45,7 @@
|
||||
LIB_SYSFS = -lsysfs
|
||||
endif
|
||||
|
||||
-ifneq ($(USE_IDN),no)
|
||||
+ifneq ($(USE_IDN),yes)
|
||||
DEF_IDN = -DUSE_IDN
|
||||
LIB_IDN = -lidn
|
||||
endif
|
||||
--- iputils-s20121125/Makefile.orig 2012-11-26 11:27:31.000000000 +0100
|
||||
+++ iputils-s20121125/Makefile 2012-11-26 11:28:02.128803095 +0100
|
||||
@@ -21,7 +21,7 @@
|
||||
# sysfs support (with libsysfs - deprecated)
|
||||
USE_SYSFS=no
|
||||
# IDN support (experimental)
|
||||
-USE_IDN=no
|
||||
+USE_IDN=yes
|
||||
# Do not use getifaddrs
|
||||
WITHOUT_IFADDRS=no
|
||||
# arping default device
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Network monitoring tools including ping
|
||||
Name: iputils
|
||||
Version: 20121121
|
||||
Release: 2%{?dist}
|
||||
Version: 20121125
|
||||
Release: 1%{?dist}
|
||||
# some parts are under the original BSD (ping.c)
|
||||
# some are under GPLv2+ (tracepath.c)
|
||||
License: BSD and GPLv2+
|
||||
@ -149,6 +149,9 @@ mv -f RELNOTES.tmp RELNOTES
|
||||
%{_sysconfdir}/rc.d/init.d/rdisc
|
||||
|
||||
%changelog
|
||||
* Mon Nov 26 2012 Jan Synáček <jsynacek@redhat.com> - 20121125-1
|
||||
- Update to iputils-s20121125 (#879952)
|
||||
|
||||
* Mon Nov 26 2012 Jan Synáček <jsynacek@redhat.com> - 20121121-2
|
||||
- Re-fix arping's default device search logic (#879807)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user