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: 5%{?dist}.1 |
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 |
12 |
Patch0: booty-0.80.4-multipath.patch |
Patch0: booty-0.80.4-multipath.patch |
13 |
Patch1: booty-0.80.4-bz464791-serial-init.patch |
Patch1: booty-0.80.4-bz464791-serial-init.patch |
14 |
Patch2: booty-0.80.6-no-ia64-com-on-vmm.patch |
Patch2: booty-0.80.6-no-ia64-com-on-vmm.patch |
15 |
Patch100: booty-0.80.6-smepatches.patch |
Patch3: booty-0.80-add-zipl.conf-ramdisk-address.patch |
16 |
|
Patch4: booty-0.80.6-add-hvargs-kickstart-option.patch |
17 |
|
Patch5: booty-0.80.6-write-out-hvargs-option-into-generated-ks.patch |
18 |
|
Patch6: booty-0.80.6-Be-a-bit-more-clever-recognizing-partitions-from-nam.patch |
19 |
|
Patch7: booty-0.80.6-Do-not-duplicate-getDiskPart-everywhere.patch |
20 |
|
Patch8: booty-0.80.6-Translate-dm-0-to-devicename.patch |
21 |
|
Patch9: booty-0.80.6-md-raid1.patch |
22 |
|
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 |
34 |
%patch0 -p1 |
%patch0 -p1 |
35 |
%patch1 -p1 |
%patch1 -p1 |
36 |
%patch2 -p1 |
%patch2 -p1 |
37 |
%patch100 -p1 |
%patch3 -p1 |
38 |
|
%patch4 -p1 |
39 |
|
%patch5 -p1 |
40 |
|
%patch6 -p1 |
41 |
|
%patch7 -p1 |
42 |
|
%patch8 -p1 |
43 |
|
%patch9 -p1 |
44 |
|
%patch10 -p1 |
45 |
|
|
46 |
|
# SME specific patches |
47 |
|
%patch1001 -p1 |
48 |
|
|
49 |
%build |
%build |
50 |
make |
make |
63 |
|
|
64 |
|
|
65 |
%changelog |
%changelog |
66 |
* Tue Apr 14 2009 Shad L. Lords <slords@mail.com> - 0.80.6-5.sme.1 |
* Sat Sep 17 2011 Shad L. Lords <slords@mail.com> - 0.80.6-10.sme |
67 |
- Make bootloader install on all drives that contain /boot. |
- Use SME labels on grub screen |
68 |
- Make grub look in e-smith-release instead of redhat-release |
|
69 |
|
* Tue May 17 2011 Ales Kozumplik <akozumpl@redhat.com> - 0.80.6-10 |
70 |
|
- Fix cutting of the partition 'p' in getDiskPart(). |
71 |
|
Related: rhbz#572862 |
72 |
|
|
73 |
|
* Fri Apr 8 2011 Ales Kozumplik <akozumpl@redhat.com> - 0.80.6-9 |
74 |
|
- Fix grub stage1 installation for /boot on md raid1. (rvykydal) |
75 |
|
Resolves: #213578 |
76 |
|
|
77 |
|
* Thu Mar 3 2011 Ales Kozumplik <akozumpl@redhat.com> - 0.80.6-8 |
78 |
|
- Translate dm-0 to <devicename>. |
79 |
|
Resolves: #667014 |
80 |
|
- Do not duplicate getDiskPart() everywhere. |
81 |
|
Related: #572862 |
82 |
|
- Be a bit more clever recognizing partitions from names. |
83 |
|
Resolves: #572862 |
84 |
|
|
85 |
|
* Fri Jan 08 2010 Radek Vykydal <rvykydal@redhat.com> - 0.80.6-7 |
86 |
|
- Add bootloader --hvargs kickstart option. |
87 |
|
Resolves: rhbz#552957 |
88 |
|
- Write out --hvargs kickstart option into anaconda-ks.cfg. |
89 |
|
Related: rhbz#552957 |
90 |
|
|
91 |
|
* Tue Oct 27 2009 Peter Jones <pjones@redhat.com> - 0.80.6-6 |
92 |
|
- Include zipl.conf ramdisk size parameter by default. |
93 |
|
Resolves: rhbz#429906 |
94 |
|
|
95 |
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5 |
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5 |
96 |
- Fix dropped changelog entries. |
- Fix dropped changelog entries. |