revert r141 (copyback r140) as per comments in SR513179
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=143
This commit is contained in:
parent
4423d6cd47
commit
519fa2226d
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jul 31 12:23:04 UTC 2017 - schwab@suse.de
|
|
||||||
|
|
||||||
- tc-headers.patch: add missing header
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 11 12:26:19 UTC 2017 - mkubecek@suse.cz
|
Tue Jul 11 12:26:19 UTC 2017 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ Url: http://www.linuxfoundation.org/collaborate/workgroups/networking
|
|||||||
Source: http://kernel.org/pub/linux/utils/net/iproute2/iproute2-%rversion.tar.xz
|
Source: http://kernel.org/pub/linux/utils/net/iproute2/iproute2-%rversion.tar.xz
|
||||||
Source2: http://kernel.org/pub/linux/utils/net/iproute2/iproute2-%rversion.tar.sign
|
Source2: http://kernel.org/pub/linux/utils/net/iproute2/iproute2-%rversion.tar.sign
|
||||||
Patch1: iproute2-3.16.0-fix-bashisms.patch
|
Patch1: iproute2-3.16.0-fix-bashisms.patch
|
||||||
Patch2: tc-headers.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -59,7 +58,6 @@ as well as examples and other outdated files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -qn iproute2-%rversion
|
%setup -qn iproute2-%rversion
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# build with -fPIC. For details see
|
# build with -fPIC. For details see
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jul 31 12:23:04 UTC 2017 - schwab@suse.de
|
|
||||||
|
|
||||||
- tc-headers.patch: add missing header
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 11 12:26:19 UTC 2017 - mkubecek@suse.cz
|
Tue Jul 11 12:26:19 UTC 2017 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -39,7 +39,6 @@ Patch4: revert-bison-fix.diff
|
|||||||
Patch5: kernel_xfrm6_raw.patch
|
Patch5: kernel_xfrm6_raw.patch
|
||||||
Patch6: man-fix-documentation-references-in-manual-pages.patch
|
Patch6: man-fix-documentation-references-in-manual-pages.patch
|
||||||
Patch7: iproute2-split-make.patch
|
Patch7: iproute2-split-make.patch
|
||||||
Patch8: tc-headers.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
@ -92,7 +91,6 @@ bash command line completion support for iproute.
|
|||||||
%patch -P 4 -p1
|
%patch -P 4 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch -P 5 -P 6 -P 7 -p1
|
%patch -P 5 -P 6 -P 7 -p1
|
||||||
%patch8 -p1
|
|
||||||
find . -name *.orig -delete
|
find . -name *.orig -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
From: Andreas Schwab <schwab@suse.de>
|
|
||||||
Date: Mon, 31 Jul 2017 12:24:30 +0000
|
|
||||||
|
|
||||||
add missing header
|
|
||||||
|
|
||||||
Index: iproute2-4.11.0/tc/tc_core.c
|
|
||||||
===================================================================
|
|
||||||
--- iproute2-4.11.0.orig/tc/tc_core.c
|
|
||||||
+++ iproute2-4.11.0/tc/tc_core.c
|
|
||||||
@@ -20,6 +20,7 @@
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
#include <string.h>
|
|
||||||
+#include <stdint.h>
|
|
||||||
|
|
||||||
#include "tc_core.h"
|
|
||||||
#include <linux/atm.h>
|
|
Loading…
Reference in New Issue
Block a user