Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bpftune for openSUSE:Factory checked in at 2026-02-01 22:02:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bpftune (Old) and /work/SRC/openSUSE:Factory/.bpftune.new.1995 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bpftune" Sun Feb 1 22:02:32 2026 rev:3 rq:1330168 version:0.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/bpftune/bpftune.changes 2024-12-20 15:27:44.244895510 +0100 +++ /work/SRC/openSUSE:Factory/.bpftune.new.1995/bpftune.changes 2026-02-01 22:03:53.600711460 +0100 @@ -1,0 +2,14 @@ +Mon Jan 12 22:02:37 UTC 2026 - Bret Towe <[email protected]> + +- version bump to 0.4-2 + * add multiple strategy support + * bpftune: support rollback mode (-R) for bpftune + * IP fragmentation auto-tuning + * bpftune: add bpftune -q client/server to allow local queries + * add optional summarize function to tuners + * bpftune: add adaptive sampling + * libbpftune: add support for json queries of tunables + * many upstream improvements and bug fixes +- update spec file to use release source tarballs + +------------------------------------------------------------------- Old: ---- _service _servicedata bpftune-0.1~20241219.obscpio bpftune.obsinfo New: ---- bpftune-0.4-2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bpftune.spec ++++++ --- /var/tmp/diff_new_pack.hpwTi0/_old 2026-02-01 22:03:54.148734721 +0100 +++ /var/tmp/diff_new_pack.hpwTi0/_new 2026-02-01 22:03:54.148734721 +0100 @@ -1,6 +1,7 @@ # # spec file for package bpftune # +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2024 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -16,14 +17,15 @@ # -%define soname 0_1_3 +%define soname 0_4_2 +%define tarversion 0.4-2 Name: bpftune -Version: 0.1~20241219 +Version: 0.4.2 Release: 0 Summary: BPF/tracing tools for auto-tuning Linux License: GPL-2.0-only WITH Linux-syscall-note URL: https://github.com/oracle/bpftune/ -Source: %{name}-%{version}.tar.xz +Source: https://github.com/oracle/bpftune/archive/refs/tags/%{tarversion}.tar.gz#/%{name}-%{tarversion}.tar.gz BuildRequires: bpftool >= 4.18 BuildRequires: clang >= 11 BuildRequires: llvm >= 11 @@ -55,7 +57,7 @@ developing BPF shared object tuners that use %{name} %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-%{tarversion} %build %make_build \ @@ -84,14 +86,21 @@ %ldconfig_scriptlets -n libbpftune%{soname} %files +%exclude %{_sysconfdir}/conf.d/bpftune +%exclude %{_initddir}/bpftune %license LICENSE.txt %{_sbindir}/bpftune %{_unitdir}/bpftune.service %dir %{_libdir}/bpftune %{_libdir}/bpftune/*.so %{_mandir}/man8/*.gz +%dir %{_localstatedir}/lib/pcp +%dir %{_localstatedir}/lib/pcp/pmdas +%dir %{_localstatedir}/lib/pcp/pmdas/bpftune +%{_localstatedir}/lib/pcp/pmdas/bpftune/* %files -n libbpftune%{soname} +%exclude %{_sysconfdir}/ld.so.conf.d/libbpftune.conf %license LICENSE.txt %{_sysconfdir}/ld.so.conf.d/libbpftune.conf %{_libdir}/libbpftune.so.*
