Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-control-center for openSUSE:Factory checked in at 2021-07-25 20:09:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-control-center (Old) and /work/SRC/openSUSE:Factory/.yast2-control-center.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-control-center" Sun Jul 25 20:09:05 2021 rev:84 rq:907674 version:4.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes 2021-05-02 18:36:08.488941303 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-control-center.new.1899/yast2-control-center.changes 2021-07-25 20:09:07.363453089 +0200 @@ -1,0 +2,8 @@ +Wed Jul 21 14:43:12 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez <jlo...@suse.com> + +- Run clients with nohup to avoid signal error messages when the + control center is closed before than the client window + (bsc#1154854). +- 4.4.1 + +------------------------------------------------------------------- Old: ---- yast2-control-center-4.4.0.tar.bz2 New: ---- yast2-control-center-4.4.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-control-center.spec ++++++ --- /var/tmp/diff_new_pack.FrHAc4/_old 2021-07-25 20:09:08.679451624 +0200 +++ /var/tmp/diff_new_pack.FrHAc4/_new 2021-07-25 20:09:08.683451619 +0200 @@ -17,7 +17,7 @@ Name: yast2-control-center -Version: 4.4.0 +Version: 4.4.1 Release: 0 URL: https://github.com/yast/yast-control-center Summary: YaST2 - Control Center ++++++ yast2-control-center-4.4.0.tar.bz2 -> yast2-control-center-4.4.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-4.4.0/package/yast2-control-center.changes new/yast2-control-center-4.4.1/package/yast2-control-center.changes --- old/yast2-control-center-4.4.0/package/yast2-control-center.changes 2021-04-30 18:14:26.000000000 +0200 +++ new/yast2-control-center-4.4.1/package/yast2-control-center.changes 2021-07-22 10:50:50.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Wed Jul 21 14:43:12 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez <jlo...@suse.com> + +- Run clients with nohup to avoid signal error messages when the + control center is closed before than the client window + (bsc#1154854). +- 4.4.1 + +------------------------------------------------------------------- Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz> - 4.4.0 (bsc#1185510) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-4.4.0/package/yast2-control-center.spec new/yast2-control-center-4.4.1/package/yast2-control-center.spec --- old/yast2-control-center-4.4.0/package/yast2-control-center.spec 2021-04-30 18:14:26.000000000 +0200 +++ new/yast2-control-center-4.4.1/package/yast2-control-center.spec 2021-07-22 10:50:50.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-control-center -Version: 4.4.0 +Version: 4.4.1 Release: 0 Url: https://github.com/yast/yast-control-center Summary: YaST2 - Control Center diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-4.4.0/src/main_window.cpp new/yast2-control-center-4.4.1/src/main_window.cpp --- old/yast2-control-center-4.4.0/src/main_window.cpp 2021-04-30 18:14:26.000000000 +0200 +++ new/yast2-control-center-4.4.1/src/main_window.cpp 2021-07-22 10:50:50.000000000 +0200 @@ -290,7 +290,8 @@ QString argument = d->modmodel->data( i2, Qt::UserRole ).toString(); QString name = d->modmodel->data( i3, Qt::UserRole ).toString(); - QString cmd = QString("/sbin/yast2 "); + // Do not send HUP signal when control center is closed, bsc#1154854. + QString cmd = QString("/usr/bin/nohup /sbin/yast2 "); cmd += client; if ( d->noBorder )