Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xdp-tools for openSUSE:Factory checked in at 2026-09-01 15:46:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdp-tools (Old) and /work/SRC/openSUSE:Factory/.xdp-tools.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdp-tools" Tue Sep 1 15:46:34 2026 rev:12 rq:1374818 version:1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/xdp-tools/xdp-tools.changes 2026-05-21 18:25:22.073703080 +0200 +++ /work/SRC/openSUSE:Factory/.xdp-tools.new.1265/xdp-tools.changes 2026-09-01 15:47:01.787978421 +0200 @@ -1,0 +2,5 @@ +Thu Aug 27 06:14:03 UTC 2026 - Hoyeon Lee <[email protected]> + +- Use pkgconfig, %autosetup and %ldconfig_scriptlets + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdp-tools.spec ++++++ --- /var/tmp/diff_new_pack.B6CdFe/_old 2026-09-01 15:47:02.490002965 +0200 +++ /var/tmp/diff_new_pack.B6CdFe/_new 2026-09-01 15:47:02.495003140 +0200 @@ -41,12 +41,12 @@ BuildRequires: gcc BuildRequires: libbpf-devel BuildRequires: libelf-devel -BuildRequires: libpcap-devel BuildRequires: llvm >= 10.0.0 BuildRequires: m4 BuildRequires: make -BuildRequires: pkg-config -BuildRequires: zlib-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(libpcap) +BuildRequires: pkgconfig(zlib) # For README.org file, but pulls in too much dependency #BuildRequires: emacs-nox # Always keep xdp-tools and libxdp packages in sync @@ -74,8 +74,7 @@ libxdp. %prep -%setup -q -%autopatch -p1 +%autosetup -p1 %build # Not Autoconf-based, so need to set environmental variables @@ -105,8 +104,7 @@ # Remove test file to avoid rpmlint's arch-dependent-file-in-usr-share error rm -rf %{buildroot}%{_datadir}/xdp-tools/ -%post -n %{libname} -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname} %files %{_sbindir}/xdp-filter
