Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bpftool for openSUSE:Factory checked 
in at 2023-03-02 23:01:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bpftool (Old)
 and      /work/SRC/openSUSE:Factory/.bpftool.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bpftool"

Thu Mar  2 23:01:50 2023 rev:8 rq:1068377 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/bpftool/bpftool.changes  2023-02-28 
12:48:04.204257448 +0100
+++ /work/SRC/openSUSE:Factory/.bpftool.new.31432/bpftool.changes       
2023-03-02 23:01:53.502726651 +0100
@@ -1,0 +2,5 @@
+Wed Mar  1 08:15:33 UTC 2023 - Martin Liška <mli...@suse.cz>
+
+- Add -lzstd as libbfd is linked against the compression library.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bpftool.spec ++++++
--- /var/tmp/diff_new_pack.FORMn7/_old  2023-03-02 23:01:54.130729496 +0100
+++ /var/tmp/diff_new_pack.FORMn7/_new  2023-03-02 23:01:54.138729532 +0100
@@ -29,6 +29,7 @@
 BuildRequires:  docutils
 BuildRequires:  kernel-source
 BuildRequires:  libelf-devel
+BuildRequires:  libzstd-devel
 
 %description
 bpftool allows for inspection and simple modification of BPF objects (programs

++++++ binutils-2.40.patch ++++++
--- /var/tmp/diff_new_pack.FORMn7/_old  2023-03-02 23:01:54.170729677 +0100
+++ /var/tmp/diff_new_pack.FORMn7/_new  2023-03-02 23:01:54.174729695 +0100
@@ -1,5 +1,5 @@
 diff --git a/tools/bpf/bpftool/Makefile b/tools/bpf/bpftool/Makefile
-index f610e184ce02..afef9c65614e 100644
+index f610e184ce02..21cd7505e871 100644
 --- a/tools/bpf/bpftool/Makefile
 +++ b/tools/bpf/bpftool/Makefile
 @@ -154,6 +154,8 @@ else
@@ -7,7 +7,7 @@
    ifeq ($(feature-libbfd),1)
      LIBS += -lbfd -ldl -lopcodes
 +  else ifeq ($(feature-libbfd-liberty-sframe),1)
-+    LIBS += -lbfd -ldl -lopcodes -liberty -lsframe
++    LIBS += -lbfd -ldl -lopcodes -liberty -lsframe -lzstd
    else ifeq ($(feature-libbfd-liberty),1)
      LIBS += -lbfd -ldl -lopcodes -liberty
    else ifeq ($(feature-libbfd-liberty-z),1)

Reply via email to