--- rpms/booty/sme8/booty.spec 2010/05/17 16:51:37 1.12 +++ rpms/booty/sme8/booty.spec 2011/09/17 21:16:16 1.13 @@ -1,7 +1,7 @@ Summary: simple python bootloader config lib Name: booty Version: 0.80.6 -Release: 7%{?dist} +Release: 10 License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root @@ -15,10 +15,11 @@ Patch2: booty-0.80.6-no-ia64-com-on-vmm. 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 +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 %description Small python library for use with bootloader configuration by anaconda @@ -33,10 +34,11 @@ and up2date. %patch3 -p1 %patch4 -p1 %patch5 -p1 - -# SME specific patches -%patch1001 -p1 -%patch1002 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 %build make @@ -55,9 +57,21 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Mon May 17 2010 Shad L. Lords - 0.80.6-7.sme -- Install grub correctly on raid1 devices -- 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.