OBS User unknown 2008-04-17 14:41:19 +00:00 committed by Git OBS Bridge
parent 02d6648448
commit d3deef8631
3 changed files with 14 additions and 3 deletions

4
gnome
View File

@ -73,8 +73,8 @@ 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
# the /usr/share/applications/YaST2/live-installer.desktop exists on a live install system
if [ -e /usr/share/applications/YaST2/live-installer.desktop ] ; then
mkdir -p ~/Desktop
cp -u /usr/share/dist/desktop-files/live-installer.desktop ~/Desktop

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 16 16:12:30 CEST 2008 - jpr@suse.de
- Check for existence of
/usr/share/applications/YaST2/live-installer.desktop to indicate
a live CD in the gnome script
-------------------------------------------------------------------
Mon Apr 14 18:55:56 CEST 2008 - sbrabec@suse.cz

View File

@ -16,7 +16,7 @@ BuildRequires: control-center2-devel fdupes gnome-common gnome-desktop-devel gn
License: GPL v2 or later; LGPL v2.1 or later
Group: System/GUI/GNOME
Version: 2.22.1.1
Release: 4
Release: 7
Summary: Session Tools for the GNOME 2.x Desktop
Source: %{name}-%{version}.tar.bz2
Source1: gnome
@ -181,6 +181,10 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}-2.0.lang
%changelog
* Wed Apr 16 2008 jpr@suse.de
- Check for existence of
/usr/share/applications/YaST2/live-installer.desktop to indicate
a live CD in the gnome script
* Mon Apr 14 2008 sbrabec@suse.cz
- Removed /usr/bin/gnome code modifying default background in user
gconf database (bnc#369924).