Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libstorage-ng for openSUSE:Factory checked in at 2026-06-15 19:40:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old) and /work/SRC/openSUSE:Factory/.libstorage-ng.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage-ng" Mon Jun 15 19:40:20 2026 rev:343 rq:1359276 version:4.5.331 Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes 2026-06-12 19:24:49.891420908 +0200 +++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.1981/libstorage-ng.changes 2026-06-15 19:41:57.583682645 +0200 @@ -1,0 +2,7 @@ +Sun Jun 14 16:13:30 UTC 2026 - [email protected] + +- merge gh#openSUSE/libstorage-ng#1079 +- fixed error message +- 4.5.331 + +-------------------------------------------------------------------- Old: ---- libstorage-ng-4.5.330.tar.xz New: ---- libstorage-ng-4.5.331.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-ng.spec ++++++ --- /var/tmp/diff_new_pack.hC93Rj/_old 2026-06-15 19:41:58.435718349 +0200 +++ /var/tmp/diff_new_pack.hC93Rj/_new 2026-06-15 19:41:58.439718516 +0200 @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.5.330 +Version: 4.5.331 Release: 0 Summary: Library for storage management License: GPL-2.0-only ++++++ libstorage-ng-4.5.330.tar.xz -> libstorage-ng-4.5.331.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.330/VERSION new/libstorage-ng-4.5.331/VERSION --- old/libstorage-ng-4.5.330/VERSION 2026-06-10 18:12:48.000000000 +0200 +++ new/libstorage-ng-4.5.331/VERSION 2026-06-14 18:13:30.000000000 +0200 @@ -1 +1 @@ -4.5.330 +4.5.331 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.330/storage/Utils/SystemCmd.cc new/libstorage-ng-4.5.331/storage/Utils/SystemCmd.cc --- old/libstorage-ng-4.5.330/storage/Utils/SystemCmd.cc 2026-06-10 18:12:48.000000000 +0200 +++ new/libstorage-ng-4.5.331/storage/Utils/SystemCmd.cc 2026-06-14 18:13:30.000000000 +0200 @@ -412,13 +412,13 @@ y2deb("step fork and exec"); if (fcntl(stdin_pipe.write_end.fd, F_SETFL, O_NONBLOCK) != 0) - SYSCALL_FAILED("pipe stdin O_NONBLOCK failed"); + SYSCALL_FAILED("fcntl stdin O_NONBLOCK failed"); if (fcntl(stdout_pipe.read_end.fd, F_SETFL, O_NONBLOCK) != 0) - SYSCALL_FAILED("pipe stdout O_NONBLOCK failed"); + SYSCALL_FAILED("fcntl stdout O_NONBLOCK failed"); if (fcntl(stderr_pipe.read_end.fd, F_SETFL, O_NONBLOCK) != 0) - SYSCALL_FAILED("pipe stderr O_NONBLOCK failed"); + SYSCALL_FAILED("fcntl stderr O_NONBLOCK failed"); Pipe child_failure_info_pipe;
