Jan Engelhardt 2011-05-30 11:51:21 +00:00 committed by Git OBS Bridge
parent 0b5e45f7ff
commit 14821d810a
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 30 11:50:56 UTC 2011 - jengelh@medozas.de
- Disable building m_xt.so which has not been updated for
iptables 1.4.11
-------------------------------------------------------------------
Wed Mar 23 18:57:20 UTC 2011 - bphilips@novell.com

View File

@ -19,8 +19,6 @@
Name: iproute2
BuildRequires: bison db-devel flex ghostscript-fonts-std ghostscript-x11 libpng-devel libtiff-devel sgmltool texlive-latex xorg-x11-devel
BuildRequires: iptables-devel
License: GPLv2+
Group: Productivity/Networking/Routing
Provides: iproute
@ -35,6 +33,12 @@ Patch1: %name-HZ.diff
Patch2: %name-pdfdoc.diff
Patch3: %name-memleak.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison db-devel flex ghostscript-fonts-std ghostscript-x11 libpng-devel libtiff-devel sgmltool texlive-latex xorg-x11-devel
# iproute2 not adapted for iptables 1.4.11
%define with_xt 0
%if 0%{?with_xt}
BuildRequires: iptables-devel
%endif
%description
This package provides the tools ip, tc, and rtmon needed to use the new
@ -113,7 +117,9 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) /etc/iproute2/rt_realms
%config(noreplace) /etc/iproute2/rt_tables
%config(noreplace) /etc/iproute2/ematch_map
%if 0%{?with_xt}
%_libdir/m_xt.so
%endif
%dir /usr/share/tc
%attr(644,root,root)/usr/share/tc/*