Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libpulp for openSUSE:Factory checked in at 2026-08-14 22:09:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpulp (Old) and /work/SRC/openSUSE:Factory/.libpulp.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpulp" Fri Aug 14 22:09:50 2026 rev:17 rq:1371220 version:0.3.17 Changes: -------- --- /work/SRC/openSUSE:Factory/libpulp/libpulp.changes 2026-02-11 19:42:54.466128615 +0100 +++ /work/SRC/openSUSE:Factory/.libpulp.new.1258/libpulp.changes 2026-08-14 22:10:17.750198071 +0200 @@ -1,0 +2,7 @@ +Fri Aug 14 09:49:34 UTC 2026 - Matej Cepl <[email protected]> + +- Add libpulp-use-configured-python.patch which makes Makefile to + use configured Python interpreter instead of python3 + (gh#SUSE/libpulp!265). + +------------------------------------------------------------------- New: ---- libpulp-use-configured-python.patch ----------(New B)---------- New: - Add libpulp-use-configured-python.patch which makes Makefile to use configured Python interpreter instead of python3 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpulp.spec ++++++ --- /var/tmp/diff_new_pack.VuTmIP/_old 2026-08-14 22:10:18.371219967 +0200 +++ /var/tmp/diff_new_pack.VuTmIP/_new 2026-08-14 22:10:18.372220003 +0200 @@ -1,7 +1,7 @@ # # spec file for package libpulp # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,6 +29,9 @@ Source3: selinux-ulp.conf Source4: ulp-tmp.conf Source99: libpulp.rpmlintrc +# PATCH-FIX-UPSTREAM libpulp-use-configured-python.patch gh#SUSE/libpulp!265 [email protected] +# make Makefile use configured Python interpreter instead of python3 +Patch0: libpulp-use-configured-python.patch # Required to hardlink identical files. BuildRequires: fdupes # Required to run the tests. @@ -36,10 +39,10 @@ # Required to build the tools, which are needed to run the tests. BuildRequires: libjson-c-devel BuildRequires: libelf-devel +BuildRequires: libseccomp-devel BuildRequires: procps BuildRequires: python3-pexpect BuildRequires: python3-psutil -BuildRequires: libseccomp-devel BuildRequires: systemd # Disable ptrace_scope on tumbleweed ++++++ libpulp-use-configured-python.patch ++++++ Index: libpulp-0.3.17/Makefile.common =================================================================== --- libpulp-0.3.17.orig/Makefile.common 2024-12-19 23:08:39.000000000 +0100 +++ libpulp-0.3.17/Makefile.common 2026-08-14 11:18:30.753321239 +0200 @@ -63,7 +63,7 @@ # does not create .so targets). %.dsc: %.in $(check_LTLIBRARIES) sed -e "s|__ABS_BUILDDIR__|$(abs_builddir)|" $< > $*.tmp - $(top_srcdir)/tests/offsets.py $*.tmp $@ + $(PYTHON) -B $(top_srcdir)/tests/offsets.py $*.tmp $@ rm -f $*.tmp # This rule build the .ulp file, which at some point were used to hold Index: libpulp-0.3.17/tests/Makefile.in =================================================================== --- libpulp-0.3.17.orig/tests/Makefile.in 2026-01-27 23:18:15.000000000 +0100 +++ libpulp-0.3.17/tests/Makefile.in 2026-08-14 11:18:30.755321267 +0200 @@ -3345,7 +3345,7 @@ # does not create .so targets). %.dsc: %.in $(check_LTLIBRARIES) sed -e "s|__ABS_BUILDDIR__|$(abs_builddir)|" $< > $*.tmp - $(top_srcdir)/tests/offsets.py $*.tmp $@ + $(PYTHON) -B $(top_srcdir)/tests/offsets.py $*.tmp $@ rm -f $*.tmp # This rule build the .ulp file, which at some point were used to hold
