Accepting request 19149 from network:utilities

Copy from network:utilities/iproute2 based on submit request 19149 from user sax2

OBS-URL: https://build.opensuse.org/request/show/19149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iproute2?expand=0&rev=22
This commit is contained in:
OBS User autobuild 2009-08-28 18:15:49 +00:00 committed by Git OBS Bridge
parent bb79ff2962
commit 27b8b4bdb0
3 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- misc/ss.c 2009-08-28 16:14:59.000000000 +0200
+++ misc/ss.c 2009-08-28 16:16:00.000000000 +0200
@@ -464,6 +464,7 @@
}
}
}
+ pclose (fp);
}
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 28 16:18:11 CEST 2009 - ms@suse.de
- added missing pclose (bnc #534912)
-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de

View File

@ -25,7 +25,7 @@ Group: Productivity/Networking/Routing
Provides: iproute
AutoReqProv: on
Version: 2.6.29.1
Release: 2
Release: 3
%define rversion 2.6.29-1
Summary: Advanced Routing
Url: http://developer.osdl.org/dev/iproute2/
@ -40,6 +40,7 @@ Patch6: %name-2.6.29-1-DCCP-redefine
Patch7: %name-2.6.29-1-warnings.diff
Patch8: %name-2.6.29-1-skbedit-memset.diff
Patch9: %name-2.6.29-1-iptunnel-fclose.diff
Patch10: %name-2.6.29-1-ss-pclose.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package -n libnetlink-devel
@ -78,6 +79,7 @@ Authors:
%patch7
%patch8
%patch9
%patch10
find . -name *.orig -print0 | xargs -r0 rm -v
%build