commit installation-images
Hello community, here is the log from the commit of package installation-images checked in at Wed Oct 29 12:14:05 CET 2008. -------- --- installation-images/installation-images.changes 2008-10-29 10:34:33.000000000 +0100 +++ /mounts/work_src_done/STABLE/installation-images/installation-images.changes 2008-10-29 12:12:38.693763000 +0100 @@ -1,0 +2,5 @@ +Wed Oct 29 12:12:21 CET 2008 - ro@suse.de + +- drop installation-kernel-tapeipl for now (s390) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- needed_space_in_mb New: ---- installation-images-no_tapeipl.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ installation-images.spec ++++++ --- /var/tmp/diff_new_pack.x14532/_old 2008-10-29 12:13:08.000000000 +0100 +++ /var/tmp/diff_new_pack.x14532/_new 2008-10-29 12:13:08.000000000 +0100 @@ -64,7 +64,7 @@ BuildRequires: efibootmgr elilo fpswa ia32el pmtools %endif %ifarch s390 s390x -BuildRequires: installation-kernel-tapeipl yast2-reipl +BuildRequires: yast2-reipl %endif %ifarch s390x BuildRequires: glibc-32bit @@ -95,8 +95,9 @@ AutoReqProv: off Summary: Installation Image Files Version: 11.31 -Release: 2 +Release: 3 Source: installation-images-11.31.tar.bz2 +Patch: installation-images-no_tapeipl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define _binary_payload w.ufdio @@ -112,7 +113,7 @@ AutoReqProv: off Summary: Create initrd for Installation Version: 1.0 -Release: 481 +Release: 482 %description -n install-initrd You can create an initrd for installation. Useful, for example, to set @@ -122,6 +123,7 @@ %prep %setup +%patch rm -f /usr/lib/build/checks/04-check-filelist %build @@ -186,6 +188,8 @@ %changelog * Wed Oct 29 2008 ro@suse.de +- drop installation-kernel-tapeipl for now (s390) +* Wed Oct 29 2008 ro@suse.de - drop cpint from buildrequires (unused since March 2006, see changelog) * Mon Oct 27 2008 snwint@suse.de ++++++ installation-images-no_tapeipl.patch ++++++ --- install.s390 +++ install.s390 @@ -28,7 +28,7 @@ perl -e "print pack('N', -s '$DESTDIR/CD1/boot/$ARCH/initrd')" >$DESTDIR/CD1/boot/$ARCH/initrd.siz perl -e "print pack('N', 0x800000)" >$DESTDIR/CD1/boot/$ARCH/initrd.off -install -m 644 /boot/installation-kernel-tapeipl/image $DESTDIR/CD1/boot/$ARCH/tapeipl.ikr +#install -m 644 /boot/installation-kernel-tapeipl/image $DESTDIR/CD1/boot/$ARCH/tapeipl.ikr install -m 644 /boot/image-* $DESTDIR/CD1/boot/$ARCH/vmrdr.ikr install -m 644 data/initrd/s390/suse.ins.root.$ARCH $DESTDIR/CD1/suse.ins --- install.s390x +++ install.s390x @@ -28,7 +28,7 @@ perl -e "print pack('N', -s '$DESTDIR/CD1/boot/$ARCH/initrd')" >$DESTDIR/CD1/boot/$ARCH/initrd.siz perl -e "print pack('N', 0x800000)" >$DESTDIR/CD1/boot/$ARCH/initrd.off -install -m 644 /boot/installation-kernel-tapeipl/image $DESTDIR/CD1/boot/$ARCH/tapeipl.ikr +#install -m 644 /boot/installation-kernel-tapeipl/image $DESTDIR/CD1/boot/$ARCH/tapeipl.ikr install -m 644 /boot/image-* $DESTDIR/CD1/boot/$ARCH/vmrdr.ikr install -m 644 data/initrd/s390/suse.ins.root.$ARCH $DESTDIR/CD1/suse.ins ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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