Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nano-image for openSUSE:Factory 
checked in at 2026-05-21 18:28:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nano-image (Old)
 and      /work/SRC/openSUSE:Factory/.nano-image.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nano-image"

Thu May 21 18:28:00 2026 rev:5 rq:1354286 version:%OS_VERSION_ID_SP%.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nano-image/nano-image.changes    2026-05-19 
17:49:04.313393381 +0200
+++ /work/SRC/openSUSE:Factory/.nano-image.new.2084/nano-image.changes  
2026-05-21 18:30:06.841404529 +0200
@@ -1,0 +2,5 @@
+Wed May 20 16:33:29 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- improve pause.c handling
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pause.c ++++++
--- /var/tmp/diff_new_pack.d3CdLg/_old  2026-05-21 18:30:07.641437462 +0200
+++ /var/tmp/diff_new_pack.d3CdLg/_new  2026-05-21 18:30:07.645437627 +0200
@@ -2,20 +2,13 @@
 // SPDX-FileCopyrightText: (c) 2026 SUSE LLC
 
 #include <sys/syscall.h>
-#ifdef __aarch64__
-#include <signal.h>
-#endif
 #include <unistd.h>
-#ifdef __aarch64__
-sigset_t mask;
-#endif
 
 void _start() {
-#ifdef __aarch64__
-    sigemptyset(&mask);
-    syscall(SYS_rt_sigsuspend, &mask, 8);
-#else
+#ifdef SYS_pause
     syscall(SYS_pause);
+#else
+    syscall(SYS_ppoll, NULL, 0, NULL, NULL);
 #endif
 }
 

Reply via email to