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:
parent
bb79ff2962
commit
27b8b4bdb0
10
iproute2-2.6.29-1-ss-pclose.diff
Normal file
10
iproute2-2.6.29-1-ss-pclose.diff
Normal 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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -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
|
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Group: Productivity/Networking/Routing
|
|||||||
Provides: iproute
|
Provides: iproute
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.6.29.1
|
Version: 2.6.29.1
|
||||||
Release: 2
|
Release: 3
|
||||||
%define rversion 2.6.29-1
|
%define rversion 2.6.29-1
|
||||||
Summary: Advanced Routing
|
Summary: Advanced Routing
|
||||||
Url: http://developer.osdl.org/dev/iproute2/
|
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
|
Patch7: %name-2.6.29-1-warnings.diff
|
||||||
Patch8: %name-2.6.29-1-skbedit-memset.diff
|
Patch8: %name-2.6.29-1-skbedit-memset.diff
|
||||||
Patch9: %name-2.6.29-1-iptunnel-fclose.diff
|
Patch9: %name-2.6.29-1-iptunnel-fclose.diff
|
||||||
|
Patch10: %name-2.6.29-1-ss-pclose.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%package -n libnetlink-devel
|
%package -n libnetlink-devel
|
||||||
@ -78,6 +79,7 @@ Authors:
|
|||||||
%patch7
|
%patch7
|
||||||
%patch8
|
%patch8
|
||||||
%patch9
|
%patch9
|
||||||
|
%patch10
|
||||||
find . -name *.orig -print0 | xargs -r0 rm -v
|
find . -name *.orig -print0 | xargs -r0 rm -v
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user