--- rpms/booty/sme8/booty.spec 2010/03/04 16:31:07 1.11 +++ rpms/booty/sme8/booty.spec 2011/09/17 21:19:44 1.14 @@ -1,9 +1,7 @@ -# $Id$ - Summary: simple python bootloader config lib Name: booty Version: 0.80.6 -Release: 5%{?dist}.1 +Release: 10%{?dist} License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root @@ -14,8 +12,17 @@ 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 -Patch1001: 0001-Install-grub-correctly-on-raid1-devices.patch -Patch1002: 0002-Use-SME-labels-on-grub-screen.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 +Patch6: booty-0.80.6-Be-a-bit-more-clever-recognizing-partitions-from-nam.patch +Patch7: booty-0.80.6-Do-not-duplicate-getDiskPart-everywhere.patch +Patch8: booty-0.80.6-Translate-dm-0-to-devicename.patch +Patch9: booty-0.80.6-md-raid1.patch +Patch10: booty-0.80.6-Fix-cutting-of-the-partition.patch + +# SME specific patches +Patch1001: 0001-Use-SME-labels-on-grub-screen.patch %description Small python library for use with bootloader configuration by anaconda @@ -27,8 +34,17 @@ and up2date. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 + +# SME specific patches %patch1001 -p1 -%patch1002 -p1 %build make @@ -47,10 +63,35 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Apr 14 2009 Shad L. Lords - 0.80.6-5.sme.1 -- Install grub correctly on raid1 devices +* Sat Sep 17 2011 Shad L. Lords - 0.80.6-10.sme - Use SME labels on grub screen +* Tue May 17 2011 Ales Kozumplik - 0.80.6-10 +- Fix cutting of the partition 'p' in getDiskPart(). + Related: rhbz#572862 + +* Fri Apr 8 2011 Ales Kozumplik - 0.80.6-9 +- Fix grub stage1 installation for /boot on md raid1. (rvykydal) + Resolves: #213578 + +* Thu Mar 3 2011 Ales Kozumplik - 0.80.6-8 +- Translate dm-0 to . + Resolves: #667014 +- Do not duplicate getDiskPart() everywhere. + Related: #572862 +- Be a bit more clever recognizing partitions from names. + Resolves: #572862 + +* 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