--- rpms/booty/sme7/booty.spec 2007/12/01 02:35:01 1.2 +++ rpms/booty/sme7/booty.spec 2009/08/24 17:12:32 1.8 @@ -1,11 +1,10 @@ Summary: simple python bootloader config lib Name: booty -Version: 0.44.6 +Version: 0.44.9 Release: 1.1%{?dist} License: LGPL Source0: %{name}-%{version}.tar.bz2 -Patch1000: raid-bootloader.patch -Patch1001: pick-kernel.patch +Patch100: booty-0.44.9-smepatches.patch Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root Requires: rhpl @@ -18,8 +17,7 @@ and up2date. %prep %setup -q -%patch1000 -p1 -%patch1001 -p1 +%patch100 -p1 %build make @@ -37,10 +35,23 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/booty %changelog -* Fri Nov 30 2007 Shad L. Lords - 0.44.6-1.1.sme +* Mon Aug 24 2009 Shad L. Lords - 0.44.9-1.1.sme +- Make grub look in e-smith-release instead of redhat-release - Make bootloader install on all drives that contain /boot. - Pick correct kernel instead of assuming smp. +* Thu Jan 15 2009 Joel Granados - 0.44.9-1 +- Look for the boot loader both in /ROOT/dev/DEVICE and /dev/DEVICE + Related: rhbz:#452223 + +* Thu Feb 14 2008 Peter Jones - 0.44.8-1 +- Revert changes introduced by a git-cvsimport bug. + Related: rhbz#220356 + +* Tue Feb 12 2008 Peter Jones - 0.44.7-1 +- Add pci= and clock= to preserved boot argument list. + Resolves: rhbz#220356 + * Tue Aug 15 2007 Dave Lehman - 0.44.6-1 - Fix duplicate entries in boot= line on ppc Resolves: #189469