Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package criu for openSUSE:Factory checked in 
at 2026-06-10 17:36:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/criu (Old)
 and      /work/SRC/openSUSE:Factory/.criu.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "criu"

Wed Jun 10 17:36:59 2026 rev:71 rq:1358555 version:4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/criu/criu.changes        2026-03-04 
21:12:31.766553984 +0100
+++ /work/SRC/openSUSE:Factory/.criu.new.2375/criu.changes      2026-06-10 
17:37:03.358989380 +0200
@@ -1,0 +2,7 @@
+Wed Jun 10 13:12:00 UTC 2026 - Takashi Iwai <[email protected]>
+
+- Fix the build on TW; by some reason, rseq detection didn't work, so
+  make it more explicitly conflicting with the existing definition:
+  criu-rseq-feature-test-fix-for-TW.patch
+
+-------------------------------------------------------------------

New:
----
  criu-rseq-feature-test-fix-for-TW.patch

----------(New B)----------
  New:  make it more explicitly conflicting with the existing definition:
  criu-rseq-feature-test-fix-for-TW.patch
----------(New E)----------

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

Other differences:
------------------
++++++ criu.spec ++++++
--- /var/tmp/diff_new_pack.ZlUXFs/_old  2026-06-10 17:37:04.531037940 +0200
+++ /var/tmp/diff_new_pack.ZlUXFs/_new  2026-06-10 17:37:04.531037940 +0200
@@ -48,6 +48,7 @@
 Patch102:       0002-Fix-build-with-nftables-installed-in-different-direc.patch
 Patch104:       plugin-dir-path.patch
 Patch105:       criu-ns-python3-shebang.patch
+Patch106:       criu-rseq-feature-test-fix-for-TW.patch
 BuildRequires:  libcap-devel
 BuildRequires:  libgnutls-devel
 BuildRequires:  libnet-devel

++++++ criu-rseq-feature-test-fix-for-TW.patch ++++++
diff --git a/scripts/feature-tests.mak b/scripts/feature-tests.mak
index 727e9689ea77..65f686f8f372 100644
--- a/scripts/feature-tests.mak
+++ b/scripts/feature-tests.mak
@@ -165,8 +165,7 @@ define FEATURE_TEST_NO_LIBC_RSEQ_DEFS
 #endif
 
 enum rseq_cpu_id_state {
-       RSEQ_CPU_ID_UNINITIALIZED = -1,
-       RSEQ_CPU_ID_REGISTRATION_FAILED = -2,
+       XXX_RSEQ_CPU_ID_UNINITIALIZED = -1, // let conflict
 };
 
 int main(void)

Reply via email to