OBS User unknown 2007-09-20 12:00:26 +00:00 committed by Git OBS Bridge
parent 50ecb5d9ea
commit a79998b1b2
3 changed files with 22 additions and 2 deletions

8
gnome
View File

@ -77,6 +77,14 @@ if [ ! -e $HOME/.skel/.gnome2-run-10.3 ] ; then
cp -u /usr/share/dist/desktop-files/SuSE.desktop ~/Desktop
fi
# Install the live install desktop icon this way until there is
# a better solution. The actual files reside in gnome2-SuSE
# the /etc/YaST2/live-install.xml only exists on a live install system
if [ -e /etc/YaST2/live-install.xml ] ; then
mkdir -p ~/Desktop
cp -u /usr/share/dist/desktop-files/live-installer.desktop ~/Desktop
fi
# Uncomment after SLED12, remove after SLED14:
#rm -f ~/.skel/gnome2-run ~/.skel/gnome2-run-9.2 ~/.skel/sled10-run

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 19 22:56:08 CEST 2007 - cgaisford@suse.de
- Updated gnome script to create live install desktop file if the
system is booted into a live install configuration. Also depends
on an update to the gnome2-SuSE package which contains the desktop
file. Bug #310543
-------------------------------------------------------------------
Wed Sep 19 03:36:55 CEST 2007 - mauro@suse.de

View File

@ -16,7 +16,7 @@ BuildRequires: CASA-devel control-center2-devel fdupes gnome-common gnome-deskt
License: GPL v2 or later, LGPL v2 or later
Group: System/GUI/GNOME
Version: 2.20.0
Release: 1
Release: 2
Summary: Session Tools for the GNOME 2.x Desktop
Source: %{name}-%{version}.tar.bz2
Source1: gnome
@ -158,8 +158,12 @@ rm -rf $RPM_BUILD_ROOT
%endif
%files lang -f %{name}-2.0.lang
%changelog
* Wed Sep 19 2007 - cgaisford@suse.de
- Updated gnome script to create live install desktop file if the
system is booted into a live install configuration. Also depends
on an update to the gnome2-SuSE package which contains the desktop
file. Bug #310543
* Wed Sep 19 2007 - mauro@suse.de
- Update to version 2.20.0
+ Updated translations