[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/iputils/devel iputils-20070202-traffic_class.patch, NONE, 1.1 iputils.spec, 1.54, 1.55
- From: Martin Nagy (mnagy) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/iputils/devel iputils-20070202-traffic_class.patch, NONE, 1.1 iputils.spec, 1.54, 1.55
- Date: Fri, 1 Feb 2008 05:38:57 -0500
Author: mnagy
Update of /cvs/extras/rpms/iputils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12736
Modified Files:
iputils.spec
Added Files:
iputils-20070202-traffic_class.patch
Log Message:
* Fri Feb 01 2008 Martin Nagy <mnagy redhat com> - 20070202-7
- fix -Q option of ping6 (#213544)
iputils-20070202-traffic_class.patch:
--- NEW FILE iputils-20070202-traffic_class.patch ---
diff -up iputils-s20070202/ping6.c.flowlabel iputils-s20070202/ping6.c
--- iputils-s20070202/ping6.c.flowlabel 2008-02-01 11:10:53.000000000 +0100
+++ iputils-s20070202/ping6.c 2008-02-01 11:16:47.000000000 +0100
@@ -86,6 +86,10 @@ char copyright[] =
#define SOL_ICMPV6 IPPROTO_ICMPV6
#endif
+#ifndef IVP6_FLOWINFO_SEND
+#define IPV6_FLOWINFO_SEND 33
+#endif
+
/* RFC3542 */
#ifndef ICMP6_DST_UNREACH_BEYONDSCOPE
#define ICMP6_DST_UNREACH_BEYONDSCOPE ICMP6_DST_UNREACH_NOTNEIGHBOR
Index: iputils.spec
===================================================================
RCS file: /cvs/extras/rpms/iputils/devel/iputils.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- iputils.spec 17 Jan 2008 07:23:03 -0000 1.54
+++ iputils.spec 1 Feb 2008 10:38:18 -0000 1.55
@@ -1,7 +1,7 @@
Summary: Network monitoring tools including ping
Name: iputils
Version: 20070202
-Release: 6%{?dist}
+Release: 7%{?dist}
License: BSD
URL: http://www.skbuff.net/iputils
Group: System Environment/Daemons
@@ -20,6 +20,7 @@
Patch25: iputils-20020927-arping-infiniband.patch
Patch26: iputils-20070202-idn.patch
Patch27: iputils-20070202-open-max.patch
+Patch28: iputils-20070202-traffic_class.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: docbook-utils perl-SGMLSpm
@@ -52,6 +53,7 @@
%patch25 -p1 -b .infiniband
%patch26 -p1 -b .idn
%patch27 -p1 -b .open-max
+%patch28 -p1 -b .traffic_class
%build
%ifarch s390 s390x
@@ -152,6 +154,9 @@
%{_sysconfdir}/rc.d/init.d/rdisc
%changelog
+* Fri Feb 01 2008 Martin Nagy <mnagy redhat com> - 20070202-7
+- fix -Q option of ping6 (#213544)
+
* Mon Jan 14 2008 Martin Nagy <mnagy redhat com> - 20070202-6
- fix absolute symlinks and character encoding for RELNOTES (#225909)
- preserve file timestamps (#225909)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]