From b6811f6643d98858cf1d63904bcdfe240c705950f2650744b77e8915e788bf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Aug 2016 08:16:29 +0000 Subject: [PATCH] Accepting request 421482 from home:VictorYang:branches:X11:windowmanagers bnc#977233 modify the command to correct one OBS-URL: https://build.opensuse.org/request/show/421482 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=66 --- icewm-preferences.patch | 4 ++-- icewm.changes | 6 ++++++ icewm.spec | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/icewm-preferences.patch b/icewm-preferences.patch index 43c136f..79f3d06 100644 --- a/icewm-preferences.patch +++ b/icewm-preferences.patch @@ -44,11 +44,11 @@ Index: src/preferences # Command to shutdown the system -# ShutdownCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl poweroff; } ||:"" -+ShutdownCommand="/bin/sh -c "systemctl poweroff ||:"" ++ShutdownCommand="/bin/sh -c 'systemctl poweroff ||:'" # Command to reboot the system -# RebootCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl reboot; } ||:"" -+RebootCommand="/bin/sh -c "systemctl reboot ||:"" ++RebootCommand="/bin/sh -c 'systemctl reboot ||:'" # Command to run on CPU status # CPUStatusCommand="xterm -name top -title Process\ Status -e top" diff --git a/icewm.changes b/icewm.changes index 7d6d729..31987f3 100644 --- a/icewm.changes +++ b/icewm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 24 07:55:56 UTC 2016 - tyang@suse.com + +- Modify: icewm-preferences.patch + bnc#977233 modify the command to correct one. + ------------------------------------------------------------------- Thu Jun 2 11:30:11 UTC 2016 - tchvatal@suse.com diff --git a/icewm.spec b/icewm.spec index 4a899d0..7161298 100644 --- a/icewm.spec +++ b/icewm.spec @@ -1,7 +1,7 @@ # # spec file for package icewm # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed