Mailinglist Archive: opensuse-commit (1421 mails)

< Previous Next >
commit installation-images
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 16 May 2008 14:24:04 +0200
  • Message-id: <20080516122404.4463567816D@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package installation-images
checked in at Fri May 16 14:24:03 CEST 2008.


--------
--- installation-images/installation-images.changes 2008-05-13
15:57:04.000000000 +0200
+++
/mounts/work_src_done/STABLE/installation-images/installation-images.changes
2008-05-16 12:45:18.000000000 +0200
@@ -1,0 +2,18 @@
+Fri May 16 12:43:10 CEST 2008 - uli@xxxxxxx
+
+- s390: new path to iucv module
+
+-------------------------------------------------------------------
+Thu May 15 17:49:08 CEST 2008 - snwint@xxxxxxx
+
+- provide the linux32/initrd32 files on install media to simplify
+ install on oldworld macs
+- drop pata_isapnp (bnc #388948)
+- adjust to new gfxboot package
+
+-------------------------------------------------------------------
+Wed May 14 11:15:32 CEST 2008 - olh@xxxxxxx
+
+- remove unneeded /SuSE/SuSE/ppc/boot/ directory
+
+-------------------------------------------------------------------



Old:
----
installation-images-10.38.tar.bz2

New:
----
installation-images-10.39.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.tZ8002/_old 2008-05-16 14:23:46.000000000 +0200
+++ /var/tmp/diff_new_pack.tZ8002/_new 2008-05-16 14:23:46.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package installation-images (Version 10.38)
+# spec file for package installation-images (Version 10.39)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -123,9 +123,9 @@
Obsoletes: y2image
AutoReqProv: off
Summary: Installation Image Files
-Version: 10.38
+Version: 10.39
Release: 1
-Source: installation-images-10.38.tar.bz2
+Source: installation-images-10.39.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _binary_payload w.ufdio

@@ -333,8 +333,6 @@
%endif
%ifarch ppc
bash -x bin/mk_ppc_installation-images_bootbinaries.sh `pwd`
%{buildroot}/SuSE/$theme
-mkdir -vp %{buildroot}/SuSE/$theme/ppc/boot
-mv initrd-* %{buildroot}/SuSE/$theme/ppc/boot
find %{buildroot}/SuSE/$theme -type f -print0 | xargs -0 chmod 644
%endif
%ifarch mips
@@ -412,6 +410,15 @@
/CD1

%changelog
+* Fri May 16 2008 uli@xxxxxxx
+- s390: new path to iucv module
+* Thu May 15 2008 snwint@xxxxxxx
+- provide the linux32/initrd32 files on install media to simplify
+ install on oldworld macs
+- drop pata_isapnp (bnc #388948)
+- adjust to new gfxboot package
+* Wed May 14 2008 olh@xxxxxxx
+- remove unneeded /SuSE/SuSE/ppc/boot/ directory
* Tue May 13 2008 snwint@xxxxxxx
- we need liblzmadec
* Tue May 13 2008 snwint@xxxxxxx


++++++ installation-images-10.38.tar.bz2 -> installation-images-10.39.tar.bz2
++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore
old/installation-images-10.38/bin/mk_ppc_installation-images_bootbinaries.sh
new/installation-images-10.39/bin/mk_ppc_installation-images_bootbinaries.sh
---
old/installation-images-10.38/bin/mk_ppc_installation-images_bootbinaries.sh
2007-12-03 16:45:03.000000000 +0100
+++
new/installation-images-10.39/bin/mk_ppc_installation-images_bootbinaries.sh
2008-05-15 15:33:02.000000000 +0200
@@ -1,5 +1,5 @@
#!/bin/bash
-# $Id: mk_ppc_installation-images_bootbinaries.sh 2295 2007-11-13 11:57:08Z
olh $
+# $Id: mk_ppc_installation-images_bootbinaries.sh 2442 2008-05-14 08:46:21Z
olh $
set -ex
echo foo
bdir=$1
@@ -23,9 +23,9 @@
cp -pfv /usr/share/ps3/otheros.bld $CD1/PS3/otheros
cp -pfv /lib/lilo/pmac/yaboot $CD1/suseboot/yaboot
cp -pfv /lib/lilo/chrp/yaboot.chrp $CD1/suseboot/yaboot.ibm
-cp -pfv $bdir/initrd-kernel-default-ppc $CD2/suseboot/initrd32
+cp -pfv $bdir/initrd-kernel-default-ppc $CD1/suseboot/initrd32
cp -pfv $bdir/initrd-kernel-ppc64 $CD2/suseboot/initrd64
-gzip -fcv9 /boot/vmlinux-*-default > $CD2/suseboot/linux32.gz
+gzip -fcv9 /boot/vmlinux-*-default > $CD1/suseboot/linux32.gz
gzip -fcv9 /boot/vmlinux-*-ppc64 > $CD2/suseboot/linux64.gz

if [ -f /lib/lilo/chrp/mkzimage_cmdline ] ; then
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/installation-images-10.38/Changelog
new/installation-images-10.39/Changelog
--- old/installation-images-10.38/Changelog 2008-05-13 15:56:24.000000000
+0200
+++ new/installation-images-10.39/Changelog 2008-05-16 12:41:37.000000000
+0200
@@ -1,3 +1,10 @@
+15/5/2008: v10.39
+ - s390: new path to iucv
+ - provide the linux32/initrd32 files on install media to simplify
+ install on oldworld macs
+ - drop pata_isapnp (bnc #388948)
+ - adjust to new gfxboot package
+
13/5/2008: v10.38
- we need liblzmadec

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/installation-images-10.38/data/boot/boot.file_list
new/installation-images-10.39/data/boot/boot.file_list
--- old/installation-images-10.38/data/boot/boot.file_list 2008-04-09
15:14:11.000000000 +0200
+++ new/installation-images-10.39/data/boot/boot.file_list 2008-05-16
12:41:15.000000000 +0200
@@ -26,9 +26,6 @@
R s/\ngfxboot.*?\n/\n/s /syslinux.cfg
else
e cp /<theme>/cdrom/* .
- x gfxboot.cfg /foo
- e cat foo >>gfxboot.cfg
- e rm foo
endif

if initramfs
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/installation-images-10.38/etc/module.config
new/installation-images-10.39/etc/module.config
--- old/installation-images-10.38/etc/module.config 2008-05-09
17:02:55.000000000 +0200
+++ new/installation-images-10.39/etc/module.config 2008-05-15
16:17:34.000000000 +0200
@@ -279,7 +279,7 @@
pata_triflex,Compaq Triflex PATA,,,,1
pata_via,VIA PATA,,,,1
pata_winbond,Winbond VL ATA,,,,1
-pata_isapnp,low-level driver for ISA PnP ATA,,,,1
+; pata_isapnp,low-level driver for ISA PnP ATA,,,,1
pata_legacy,low-level driver for legacy ATA,,,,1
pata_acpi,"SCSI low-level driver for ATA in ACPI mode",,,,1
pata_oldpiix,SCSI low-level driver for early PIIX series controllers,,,,1
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/installation-images-10.38/etc/module.list
new/installation-images-10.39/etc/module.list
--- old/installation-images-10.38/etc/module.list 2008-05-08
18:13:01.000000000 +0200
+++ new/installation-images-10.39/etc/module.list 2008-05-15
16:19:14.000000000 +0200
@@ -122,6 +122,7 @@

kernel/arch/s390/
kernel/drivers/s390/
+kernel/net/iucv/
kernel/net/ipv6/ipv6.ko
kernel/lib/zlib_inflate/
kernel/lib/crc-ccitt.ko
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/installation-images-10.38/VERSION
new/installation-images-10.39/VERSION
--- old/installation-images-10.38/VERSION 2008-05-13 15:55:52.000000000
+0200
+++ new/installation-images-10.39/VERSION 2008-05-15 15:33:14.000000000
+0200
@@ -1 +1 @@
-10.38
+10.39



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >