Accepting request 959517 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/959517 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iproute2?expand=0&rev=124
This commit is contained in:
commit
01d6b24e1c
@ -18,7 +18,8 @@ Match the directory layout of openSUSE and SLE.
|
||||
-SBINDIR?=/sbin
|
||||
+SBINDIR?=/usr/sbin
|
||||
CONFDIR?=/etc/iproute2
|
||||
NETNS_RUN_DIR?=/var/run/netns
|
||||
-NETNS_RUN_DIR?=/var/run/netns
|
||||
+NETNS_RUN_DIR?=/run/netns
|
||||
NETNS_ETC_DIR?=/etc/netns
|
||||
DATADIR?=$(PREFIX)/share
|
||||
@@ -31,7 +31,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 4 09:43:42 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Add eBPF(libbpf) support
|
||||
- Adjust NETNS_RUN_DIR from /var/run to /run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 21:22:27 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -42,6 +42,7 @@ BuildRequires: db-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: libbpf-devel
|
||||
BuildRequires: pkgconfig >= 0.21
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libmnl)
|
||||
|
Loading…
Reference in New Issue
Block a user