--- rpms/booty/sme7/booty.spec 2008/04/09 13:51:45 1.4 +++ rpms/booty/sme7/booty.spec 2008/08/01 18:21:14 1.6 @@ -1,14 +1,12 @@ -# $Id$ - Summary: simple python bootloader config lib Name: booty -Version: 0.44.6 -Release: 1.2%{?dist} +Version: 0.44.8 +Release: 1.1%{?dist} License: LGPL Source0: %{name}-%{version}.tar.bz2 Patch1000: raid-bootloader.patch Patch1001: pick-kernel.patch -Patch1002: booty-0.44.6-smeserver.patch +Patch1002: booty-0.44.8-smeserver.patch Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root Requires: rhpl @@ -41,13 +39,19 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/booty %changelog -* Tue Mar 18 2008 Shad L. Lords - 0.44.6-1.2.sme +* Fri Aug 1 2008 Shad L. Lords - 0.44.8-1.1.sme - Make grub look in e-smith-release instead of redhat-release - -* Fri Nov 30 2007 Shad L. Lords - 0.44.6-1.1.sme - Make bootloader install on all drives that contain /boot. - Pick correct kernel instead of assuming smp. +* 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