--- rpms/booty/sme8/booty.spec 2008/06/24 16:34:40 1.6 +++ rpms/booty/sme8/booty.spec 2011/09/17 21:19:44 1.14 @@ -1,17 +1,28 @@ Summary: simple python bootloader config lib Name: booty -Version: 0.80.4 -Release: 6 +Version: 0.80.6 +Release: 10%{?dist} License: LGPL -Source0: %{name}-%{version}.tar.bz2 -Patch0: %{name}-0.80.4-multipath.patch -Patch1: %{name}-0.80.4-ia64-vmm.patch -Patch2: booty-0.80.4-bz236452-dmraid-partitions.patch Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root Requires: rhpl BuildRequires: python-devel BuildArch: noarch +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 +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 @@ -20,9 +31,20 @@ and up2date. %prep %setup -q -%patch0 -p 1 -b .multipath -%patch1 -p1 -b .ia64-vmm -%patch2 -p1 -b .dmraid-partitions +%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 %build make @@ -41,6 +63,60 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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 + +* Tue Oct 07 2008 Peter Jones - 0.80.6-4 +- Don't specify "com=$SPEED" on vmm= line for ia64. + Resolves: rhbz#465454 + +* Tue Sep 30 2008 Peter Jones - 0.80.6-3 +- Rework bootloaderInfo.serial's initialization. + Resolves: rhbz#464791 + +* Fri Sep 26 2008 Peter Jones - 0.80.6-2 +- Re-incorperate dropped changelog entries that rpmdiff caught, + and dropped fix from 0.80.4-5. + Related: rhbz#462843 + +* Thu Sep 25 2008 Peter Jones - 0.80.6-1 +- Fix ia64 xen command line writing + Resolves: rhbz#462843 + +* Mon Jul 21 2008 Dave Lehman - 0.80.5-1 +- Work correctly with root on LUKS encrypted device. + Resolves: rhbz#455343 + * Thu Feb 07 2008 Peter Jones - 0.80.4-6 - Fix installation of boot sector to partitions on dmraid devices. Resolves: rhbz#236452