Steffen Winterfeldt 2009-06-03 12:50:42 +00:00 committed by Git OBS Bridge
parent 22107e29a8
commit da219067ec
4 changed files with 20 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c99976084487646775aa09851cf9f5b82f6b766edfb9736658a324fadcca35f4
size 171116

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc300b1de641698d460f2a268e64e01e90f6ada252d4788da296ffa7e2d24277
size 171898

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 3 14:48:41 CEST 2009 - snwint@suse.de
- handle firmware files automatically
- yast2-storage-lib is now libstorage
- fix Zen theme, enable it for x86_64 (bnc #476443)
-------------------------------------------------------------------
Tue Jun 2 17:21:08 CEST 2009 - snwint@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package installation-images (Version 12.4)
# spec file for package installation-images (Version 12.5)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -30,7 +30,7 @@ BuildRequires: Mesa xkeyboard-config xmset xorg-x11 xorg-x11-Xnest xorg-x11-Xvf
#BuildRequires: tightvnc
BuildRequires: bzip2 cracklib cracklib-dict-full curl libcap libexpat1 libfuse2 libreiserfs libreiserfs-devel module-init-tools nfs-client ntfs-3g parted procinfo procps psmisc satsolver-tools squashfs strace vim xntp xz yast2-devtools
BuildRequires: alsa alsa-utils bind-libs bind-utils chkrootkit espeak lsscsi openldap2-client portaudio portmap python rpcbind sdparm smp_utils uuid-runtime xorg-x11-xauth yast2-multipath
BuildRequires: graphviz kernel-default-extra sax2 sax2-ident sax2-tools yast2-qt-graph
BuildRequires: graphviz kernel-default-extra sax2 sax2-ident sax2-tools yast2-qt-graph kernel-firmware
# kmps
%ifarch %ix86 x86_64
BuildRequires: atmel-firmware ipw-firmware iwl3945-ucode iwl4965-ucode iwl5000-ucode ralink-firmware wireless-tools wpa_supplicant
@ -99,9 +99,9 @@ Provides: y2image
Obsoletes: y2image
AutoReqProv: off
Summary: Installation Image Files
Version: 12.5
Release: 2
Source: installation-images-12.5.tar.bz2
Version: 12.6
Release: 1
Source: installation-images-12.6.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _binary_payload w.ufdio
@ -118,7 +118,7 @@ Recommends: install-initrd-branding
AutoReqProv: off
Summary: Create initrd for Installation
Version: 1.0
Release: 538
Release: 539
PreReq: /bin/ln
%description -n install-initrd
@ -264,6 +264,10 @@ rm -rf %{buildroot}
%ghost /usr/lib/install-initrd/branding
%changelog
* Tue Jun 02 2009 snwint@suse.de
- pmtools gets split into dmidecode and acpica -> adjust BuildRequires
and whatever else is needed
- adjust to new kernel
* Sun May 17 2009 coolo@suse.de
- take gcc44 libraries
* Mon May 11 2009 snwint@suse.de