Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libbpf for openSUSE:Factory checked in at 2023-01-06 17:04:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbpf (Old) and /work/SRC/openSUSE:Factory/.libbpf.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbpf" Fri Jan 6 17:04:57 2023 rev:15 rq:1056130 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libbpf/libbpf.changes 2022-12-30 11:08:18.237020072 +0100 +++ /work/SRC/openSUSE:Factory/.libbpf.new.1563/libbpf.changes 2023-01-06 17:05:29.052157279 +0100 @@ -1,0 +2,5 @@ +Thu Jan 5 07:02:19 UTC 2023 - Shung-Hsi Yu <shung-hsi...@suse.com> + +- Remove requirement of linux-glibc-devel >= 5.16 for devel package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbpf.spec ++++++ --- /var/tmp/diff_new_pack.LysZR6/_old 2023-01-06 17:05:29.912162109 +0100 +++ /var/tmp/diff_new_pack.LysZR6/_new 2023-01-06 17:05:29.916162131 +0100 @@ -1,7 +1,7 @@ # # spec file for package libbpf # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,7 +42,6 @@ %package devel Summary: Development files for libbpf Requires: %{libname} = %{version} -Requires: linux-glibc-devel >= 5.16 %description devel libbpf is a C library which provides API for managing eBPF programs and maps. @@ -51,7 +50,6 @@ Summary: Static library for libbpf Requires: %{libname} = %{version} Requires: %{name}-devel = %{version} -Requires: linux-glibc-devel >= 5.16 %description devel-static libbpf is a C library which provides API for managing eBPF programs and maps.