diff --git a/linux32.changes b/linux32.changes index bcdf5c8..f81c7a6 100644 --- a/linux32.changes +++ b/linux32.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 22 15:50:47 CEST 2009 - sf@suse.de + +- quote command in linux32.desktop correctly (bnc #496724) + ------------------------------------------------------------------- Wed Nov 5 09:03:21 CET 2008 - sf@suse.de diff --git a/linux32.desktop b/linux32.desktop index 71bab35..41e2255 100644 --- a/linux32.desktop +++ b/linux32.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Exec="xterm -e linux32 \\$SHELL" +Exec=xterm -e "linux32 \\$SHELL" Icon=konsole-linux32 Terminal=false X-KDE-StartupNotify=true diff --git a/linux32.spec b/linux32.spec index 22114eb..c3bcb04 100644 --- a/linux32.spec +++ b/linux32.spec @@ -1,7 +1,7 @@ # # spec file for package linux32 (Version 1.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -24,7 +24,7 @@ License: GPL v2 or later Group: System/Kernel Summary: 32-Bit Emulation Utility for x86-64 Version: 1.0 -Release: 475 +Release: 476 BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: x86_64 #Recommends: kdebase3 @@ -76,6 +76,8 @@ ln linux32 linux64 /usr/share/pixmaps/* %changelog +* Wed Apr 22 2009 sf@suse.de +- quote command in linux32.desktop correctly (bnc #496724) * Wed Nov 05 2008 sf@suse.de - fix desktop file to start in an xterm - for non-KDE-user (bnc #408320)