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