1 |
Summary: simple python bootloader config lib |
Summary: simple python bootloader config lib |
2 |
Name: booty |
Name: booty |
3 |
Version: 0.80.6 |
Version: 0.80.6 |
4 |
Release: 10 |
Release: 10%{?dist} |
5 |
License: LGPL |
License: LGPL |
6 |
Group: System Environment/Libraries |
Group: System Environment/Libraries |
7 |
BuildRoot: %{_tmppath}/%{name}-root |
BuildRoot: %{_tmppath}/%{name}-root |
21 |
Patch9: booty-0.80.6-md-raid1.patch |
Patch9: booty-0.80.6-md-raid1.patch |
22 |
Patch10: booty-0.80.6-Fix-cutting-of-the-partition.patch |
Patch10: booty-0.80.6-Fix-cutting-of-the-partition.patch |
23 |
|
|
24 |
|
# SME specific patches |
25 |
|
Patch1001: 0001-Use-SME-labels-on-grub-screen.patch |
26 |
|
|
27 |
%description |
%description |
28 |
Small python library for use with bootloader configuration by anaconda |
Small python library for use with bootloader configuration by anaconda |
29 |
and up2date. |
and up2date. |
43 |
%patch9 -p1 |
%patch9 -p1 |
44 |
%patch10 -p1 |
%patch10 -p1 |
45 |
|
|
46 |
|
# SME specific patches |
47 |
|
%patch1001 -p1 |
48 |
|
|
49 |
%build |
%build |
50 |
make |
make |
51 |
|
|
63 |
|
|
64 |
|
|
65 |
%changelog |
%changelog |
66 |
|
* Sat Sep 17 2011 Shad L. Lords <slords@mail.com> - 0.80.6-10.sme |
67 |
|
- Use SME labels on grub screen |
68 |
|
|
69 |
* Tue May 17 2011 Ales Kozumplik <akozumpl@redhat.com> - 0.80.6-10 |
* Tue May 17 2011 Ales Kozumplik <akozumpl@redhat.com> - 0.80.6-10 |
70 |
- Fix cutting of the partition 'p' in getDiskPart(). |
- Fix cutting of the partition 'p' in getDiskPart(). |
71 |
Related: rhbz#572862 |
Related: rhbz#572862 |