--- rpms/booty/sme8/booty.spec 2008/06/24 16:34:40 1.6 +++ rpms/booty/sme8/booty.spec 2008/06/24 16:50:06 1.7 @@ -1,12 +1,13 @@ Summary: simple python bootloader config lib Name: booty Version: 0.80.4 -Release: 6 +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 @@ -23,6 +24,7 @@ and up2date. %patch0 -p 1 -b .multipath %patch1 -p1 -b .ia64-vmm %patch2 -p1 -b .dmraid-partitions +%patch100 -p1 %build make @@ -41,6 +43,10 @@ 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