Hello community, here is the log from the commit of package installation-images checked in at Tue May 27 16:09:36 CEST 2008. -------- --- installation-images/installation-images.changes 2008-05-27 01:47:48.000000000 +0200 +++ /mounts/work_src_done/STABLE/installation-images/installation-images.changes 2008-05-27 15:58:48.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 27 15:58:40 CEST 2008 - snwint@suse.de + +- add default openSUSE DUD location + +------------------------------------------------------------------- Old: ---- installation-images-10.41.dif installation-images-10.41.tar.bz2 New: ---- installation-images-10.42.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ installation-images.spec ++++++ --- /var/tmp/diff_new_pack.vZ8327/_old 2008-05-27 16:09:06.000000000 +0200 +++ /var/tmp/diff_new_pack.vZ8327/_new 2008-05-27 16:09:06.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package installation-images (Version 10.41) +# spec file for package installation-images (Version 10.42) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -124,10 +124,9 @@ Obsoletes: y2image AutoReqProv: off Summary: Installation Image Files -Version: 10.41 -Release: 2 -Source: installation-images-10.41.tar.bz2 -Patch: installation-images-10.41.dif +Version: 10.42 +Release: 1 +Source: installation-images-10.42.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %define _binary_payload w.ufdio @@ -139,7 +138,6 @@ %prep %setup -%patch %build # files go to CD1/boot/$boot_arch/ @@ -413,6 +411,8 @@ /CD1 %changelog +* Tue May 27 2008 snwint@suse.de +- add default openSUSE DUD location * Tue May 27 2008 ro@suse.de - scsi package has been split up, adapt rescue filelist * Mon May 26 2008 snwint@suse.de ++++++ installation-images-10.41.tar.bz2 -> installation-images-10.42.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-10.41/Changelog new/installation-images-10.42/Changelog --- old/installation-images-10.41/Changelog 2008-05-26 18:57:40.000000000 +0200 +++ new/installation-images-10.42/Changelog 2008-05-27 15:58:14.000000000 +0200 @@ -1,3 +1,7 @@ +27/5/2008: v10.42 + - scsi package has been split up, adapt rescue filelist + - add default openSUSE DUD location + 26/5/2008: v10.41 - fix cpufreq config (part 2) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-10.41/data/base/base.file_list new/installation-images-10.42/data/base/base.file_list --- old/installation-images-10.41/data/base/base.file_list 2008-04-28 17:51:27.000000000 +0200 +++ new/installation-images-10.42/data/base/base.file_list 2008-05-27 15:46:36.000000000 +0200 @@ -122,6 +122,10 @@ syslinux: /usr/bin /usr/share/syslinux + + gfxboot: + /usr/sbin/gfxboot + endif freetype2: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-10.41/data/boot/boot.file_list new/installation-images-10.42/data/boot/boot.file_list --- old/installation-images-10.41/data/boot/boot.file_list 2008-05-15 17:45:19.000000000 +0200 +++ new/installation-images-10.42/data/boot/boot.file_list 2008-05-27 15:48:05.000000000 +0200 @@ -26,6 +26,7 @@ R s/\ngfxboot.*?\n/\n/s /syslinux.cfg else e cp /<theme>/cdrom/* . + e gfxboot --config-file=gfxboot.cfg --change-config install::dud.url=http://download.opensuse.org/update/11.0/driverupdate endif if initramfs diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-10.41/data/boot/gfxboot.cfg new/installation-images-10.42/data/boot/gfxboot.cfg --- old/installation-images-10.41/data/boot/gfxboot.cfg 2008-04-09 15:03:58.000000000 +0200 +++ new/installation-images-10.42/data/boot/gfxboot.cfg 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -# optional mediacheck menu item name -mediacheck=mediachk -# menu items that don't need boot options -nobootoptions=harddisk,memtest -# menu items that don't need an 'install' option -noinstallopt=harddisk,firmware,memtest diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-10.41/data/rescue/rescue.file_list new/installation-images-10.42/data/rescue/rescue.file_list --- old/installation-images-10.41/data/rescue/rescue.file_list 2008-05-08 18:12:21.000000000 +0200 +++ new/installation-images-10.42/data/rescue/rescue.file_list 2008-05-27 11:33:25.000000000 +0200 @@ -231,10 +231,14 @@ /sbin endif -scsi: - / - r /usr/include - r /usr/share +lsscsi: + /usr/bin + +sdparm: + /sbin + +smp_utils: + /usr/bin if arch eq 'ia32' || arch eq 'x86_64' grub: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-10.41/VERSION new/installation-images-10.42/VERSION --- old/installation-images-10.41/VERSION 2008-05-26 13:18:16.000000000 +0200 +++ new/installation-images-10.42/VERSION 2008-05-27 11:33:48.000000000 +0200 @@ -1 +1 @@ -10.41 +10.42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de