Accepting request 72345 from security:netfilter

OBS-URL: https://build.opensuse.org/request/show/72345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iproute2?expand=0&rev=43
This commit is contained in:
Marcus Rückert 2011-05-31 19:13:53 +00:00 committed by Git OBS Bridge
commit dbc1fafdba
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 Wed Mar 23 18:57:20 UTC 2011 - bphilips@novell.com

View File

@ -19,8 +19,6 @@
Name: iproute2 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+ License: GPLv2+
Group: Productivity/Networking/Routing Group: Productivity/Networking/Routing
Provides: iproute Provides: iproute
@ -35,6 +33,12 @@ Patch1: %name-HZ.diff
Patch2: %name-pdfdoc.diff Patch2: %name-pdfdoc.diff
Patch3: %name-memleak.diff Patch3: %name-memleak.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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 %description
This package provides the tools ip, tc, and rtmon needed to use the new 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_realms
%config(noreplace) /etc/iproute2/rt_tables %config(noreplace) /etc/iproute2/rt_tables
%config(noreplace) /etc/iproute2/ematch_map %config(noreplace) /etc/iproute2/ematch_map
%if 0%{?with_xt}
%_libdir/m_xt.so %_libdir/m_xt.so
%endif
%dir /usr/share/tc %dir /usr/share/tc
%attr(644,root,root)/usr/share/tc/* %attr(644,root,root)/usr/share/tc/*