Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libbpf for openSUSE:Factory checked in at 2021-08-24 10:54:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbpf (Old) and /work/SRC/openSUSE:Factory/.libbpf.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbpf" Tue Aug 24 10:54:16 2021 rev:5 rq:913292 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libbpf/libbpf.changes 2021-08-18 08:55:08.631026213 +0200 +++ /work/SRC/openSUSE:Factory/.libbpf.new.1899/libbpf.changes 2021-08-24 10:55:05.608303415 +0200 @@ -1,0 +2,5 @@ +Fri Aug 20 08:47:47 UTC 2021 - Michal Suchanek <msucha...@suse.com> + +- Depend on new enough Linux headers. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbpf.spec ++++++ --- /var/tmp/diff_new_pack.LF8JAM/_old 2021-08-24 10:55:06.072302800 +0200 +++ /var/tmp/diff_new_pack.LF8JAM/_new 2021-08-24 10:55:06.076302795 +0200 @@ -29,6 +29,7 @@ # PATCH-FIX-UPSTREAM https://github.com/libbpf/libbpf/issues/337 Patch: libdir.patch BuildRequires: libelf-devel +BuildRequires: linux-glibc-devel >= 4.5 BuildRequires: python3 BuildRequires: zlib-devel ++++++ libdir.patch ++++++ --- /var/tmp/diff_new_pack.LF8JAM/_old 2021-08-24 10:55:06.128302726 +0200 +++ /var/tmp/diff_new_pack.LF8JAM/_new 2021-08-24 10:55:06.128302726 +0200 @@ -1,8 +1,11 @@ -From 60ab75597d2735e8f7bf91e4423feab87568d1e7 Mon Sep 17 00:00:00 2001 +From 6eb5e25905d2258c595d7fc75624c60a357c1c3b Mon Sep 17 00:00:00 2001 From: Michal Suchanek <msucha...@suse.de> Date: Sun, 18 Jul 2021 22:05:01 +0200 Subject: [PATCH] Makefile: Default LIBSUBDIR to lib64 on 64bit architectures. +Upstream: merged (expected v0.5.0) +Git-commit: 6eb5e25905d2258c595d7fc75624c60a357c1c3b + commit a82a66e ("Extend build and add install rules to Makefile") adds special handling for LIBSUBDIR on x86_64. Expand this to all architectures with 64 in name which suggests a 32bit variant exists, and