compile without Token ring support (http://lwn.net/Articles/497397/)
This commit is contained in:
parent
fe6b2b4d87
commit
5e8b5ca6a5
@ -51,7 +51,7 @@
|
||||
#define HAVE_HWPPP 1
|
||||
#define HAVE_HWTUNNEL 1
|
||||
#define HAVE_HWSTRIP 1
|
||||
#define HAVE_HWTR 1
|
||||
#define HAVE_HWTR 0
|
||||
#define HAVE_HWAX25 1
|
||||
#define HAVE_HWROSE 1
|
||||
#define HAVE_HWNETROM 1
|
||||
|
@ -18,7 +18,7 @@ HAVE_HWSLIP=1
|
||||
HAVE_HWPPP=1
|
||||
HAVE_HWTUNNEL=1
|
||||
HAVE_HWSTRIP=1
|
||||
HAVE_HWTR=1
|
||||
HAVE_HWTR=0
|
||||
HAVE_HWAX25=1
|
||||
HAVE_HWROSE=1
|
||||
HAVE_HWNETROM=1
|
||||
|
@ -3,7 +3,7 @@
|
||||
Summary: Basic networking tools
|
||||
Name: net-tools
|
||||
Version: 1.60
|
||||
Release: 136.%{checkout}%{?dist}
|
||||
Release: 137.%{checkout}%{?dist}
|
||||
License: GPL+
|
||||
Group: System Environment/Base
|
||||
URL: http://net-tools.sourceforge.net
|
||||
@ -160,6 +160,9 @@ fi
|
||||
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
|
||||
|
||||
%changelog
|
||||
* Wed Jun 20 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-137.20120509git
|
||||
- compile without Token ring support (http://lwn.net/Articles/497397/)
|
||||
|
||||
* Tue Jun 19 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-136.20120509git
|
||||
- better SCTP support (#826676)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user