--- rpms/booty/sme8/booty.spec 2010/03/04 16:31:07 1.11 +++ rpms/booty/sme8/booty.spec 2010/05/17 16:51:37 1.12 @@ -1,9 +1,7 @@ -# $Id$ - Summary: simple python bootloader config lib Name: booty Version: 0.80.6 -Release: 5%{?dist}.1 +Release: 7%{?dist} License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root @@ -14,6 +12,11 @@ Source0: %{name}-%{version}.tar.bz2 Patch0: booty-0.80.4-multipath.patch Patch1: booty-0.80.4-bz464791-serial-init.patch Patch2: booty-0.80.6-no-ia64-com-on-vmm.patch +Patch3: booty-0.80-add-zipl.conf-ramdisk-address.patch +Patch4: booty-0.80.6-add-hvargs-kickstart-option.patch +Patch5: booty-0.80.6-write-out-hvargs-option-into-generated-ks.patch + +# SME specific patches Patch1001: 0001-Install-grub-correctly-on-raid1-devices.patch Patch1002: 0002-Use-SME-labels-on-grub-screen.patch @@ -27,6 +30,11 @@ and up2date. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 + +# SME specific patches %patch1001 -p1 %patch1002 -p1 @@ -47,10 +55,20 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Apr 14 2009 Shad L. Lords - 0.80.6-5.sme.1 +* Mon May 17 2010 Shad L. Lords - 0.80.6-7.sme - Install grub correctly on raid1 devices - Use SME labels on grub screen +* Fri Jan 08 2010 Radek Vykydal - 0.80.6-7 +- Add bootloader --hvargs kickstart option. + Resolves: rhbz#552957 +- Write out --hvargs kickstart option into anaconda-ks.cfg. + Related: rhbz#552957 + +* Tue Oct 27 2009 Peter Jones - 0.80.6-6 +- Include zipl.conf ramdisk size parameter by default. + Resolves: rhbz#429906 + * Tue Oct 07 2008 Peter Jones - 0.80.6-5 - Fix dropped changelog entries. Related: rhbz#465454