--- rpms/booty/sme8/booty.spec 2008/03/18 22:33:40 1.3 +++ rpms/booty/sme8/booty.spec 2008/04/09 13:51:45 1.5 @@ -1,11 +1,14 @@ +# $Id$ + Summary: simple python bootloader config lib Name: booty Version: 0.80.4 -Release: 5 +Release: 5.1%{?dist} License: LGPL Source0: %{name}-%{version}.tar.bz2 Patch0: %{name}-0.80.4-multipath.patch Patch1: %{name}-0.80.4-ia64-vmm.patch +Patch1000: booty-0.80.4-smeserver.patch Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root Requires: rhpl @@ -21,6 +24,7 @@ and up2date. %setup -q %patch0 -p 1 -b .multipath %patch1 -p1 -b .ia64-vmm +%patch1000 -p1 %build make @@ -39,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 18 2008 Shad L. Lords - 0.80.4-5.1.sme +- Make bootloader install on all drives that contain /boot. +- Make grub look in e-smith-release instead of redhat-release + * Tue Aug 14 2007 David Cantrell - 0.80.4-5 - Do not use LABEL= for non-dm devices, prevents boot failures Resolves: rhbz#250631