--- rpms/booty/sme8/booty.spec 2007/12/20 16:20:47 1.1 +++ rpms/booty/sme8/booty.spec 2008/06/24 16:50:06 1.7 @@ -1,11 +1,13 @@ Summary: simple python bootloader config lib Name: booty Version: 0.80.4 -Release: 5 +Release: 6%{?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 +Patch100: booty-0.80.4-smeserver.patch Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root Requires: rhpl @@ -21,6 +23,8 @@ and up2date. %setup -q %patch0 -p 1 -b .multipath %patch1 -p1 -b .ia64-vmm +%patch2 -p1 -b .dmraid-partitions +%patch100 -p1 %build make @@ -39,6 +43,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 24 2008 Shad L. Lords - 0.80.4-6.sme +- Make bootloader install on all drives that contain /boot. +- Make grub look in e-smith-release instead of redhat-release + +* Thu Feb 07 2008 Peter Jones - 0.80.4-6 +- Fix installation of boot sector to partitions on dmraid devices. + Resolves: rhbz#236452 + * Tue Aug 14 2007 David Cantrell - 0.80.4-5 - Do not use LABEL= for non-dm devices, prevents boot failures Resolves: rhbz#250631