--- rpms/booty/sme8/booty.spec 2011/09/17 21:16:16 1.13 +++ rpms/booty/sme8/booty.spec 2011/09/17 21:19:44 1.14 @@ -1,7 +1,7 @@ Summary: simple python bootloader config lib Name: booty Version: 0.80.6 -Release: 10 +Release: 10%{?dist} License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root @@ -21,6 +21,9 @@ Patch8: booty-0.80.6-Translate-dm-0-to-d Patch9: booty-0.80.6-md-raid1.patch Patch10: booty-0.80.6-Fix-cutting-of-the-partition.patch +# SME specific patches +Patch1001: 0001-Use-SME-labels-on-grub-screen.patch + %description Small python library for use with bootloader configuration by anaconda and up2date. @@ -40,6 +43,9 @@ and up2date. %patch9 -p1 %patch10 -p1 +# SME specific patches +%patch1001 -p1 + %build make @@ -57,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Sep 17 2011 Shad L. Lords - 0.80.6-10.sme +- Use SME labels on grub screen + * Tue May 17 2011 Ales Kozumplik - 0.80.6-10 - Fix cutting of the partition 'p' in getDiskPart(). Related: rhbz#572862