Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2022-03-17 17:01:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iproute2 (Old)
 and      /work/SRC/openSUSE:Factory/.iproute2.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iproute2"

Thu Mar 17 17:01:26 2022 rev:124 rq:959517 version:5.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes        2022-01-14 
23:12:30.442603428 +0100
+++ /work/SRC/openSUSE:Factory/.iproute2.new.25692/iproute2.changes     
2022-03-17 17:01:32.793687570 +0100
@@ -1,0 +2,6 @@
+Fri Mar  4 09:43:42 UTC 2022 - Callum Farmer <[email protected]>
+
+- Add eBPF(libbpf) support
+- Adjust NETNS_RUN_DIR from /var/run to /run
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.cjnvMD/_old  2022-03-17 17:01:33.477688093 +0100
+++ /var/tmp/diff_new_pack.cjnvMD/_new  2022-03-17 17:01:33.481688097 +0100
@@ -42,6 +42,7 @@
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  libelf-devel
+BuildRequires:  libbpf-devel
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libmnl)

++++++ adjust-installation-directories-for-openSUSE-SLE.patch ++++++
--- /var/tmp/diff_new_pack.cjnvMD/_old  2022-03-17 17:01:33.517688124 +0100
+++ /var/tmp/diff_new_pack.cjnvMD/_new  2022-03-17 17:01:33.521688128 +0100
@@ -18,7 +18,8 @@
 -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

Reply via email to