/[smeserver]/rpms/booty/sme7/booty.spec
ViewVC logotype

Contents of /rpms/booty/sme7/booty.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.8 - (show annotations) (download)
Mon Aug 24 17:12:32 2009 UTC (14 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: booty-0_44_9-1_1_el4_sme
Changes since 1.7: +8 -1 lines
* Mon Aug 24 2009 Shad L. Lords <slords@mail.com> - 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.

1 Summary: simple python bootloader config lib
2 Name: booty
3 Version: 0.44.9
4 Release: 1.1%{?dist}
5 License: LGPL
6 Source0: %{name}-%{version}.tar.bz2
7 Patch100: booty-0.44.9-smepatches.patch
8 Group: System Environment/Libraries
9 BuildRoot: %{_tmppath}/%{name}-root
10 Requires: rhpl
11 BuildRequires: python-devel
12
13 %description
14 Small python library for use with bootloader configuration by anaconda
15 and up2date.
16
17
18 %prep
19 %setup -q
20 %patch100 -p1
21
22 %build
23 make
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 make DESTDIR=$RPM_BUILD_ROOT install
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(-,root,root)
34 %doc README TODO
35 /usr/lib/booty
36
37 %changelog
38 * Mon Aug 24 2009 Shad L. Lords <slords@mail.com> - 0.44.9-1.1.sme
39 - Make grub look in e-smith-release instead of redhat-release
40 - Make bootloader install on all drives that contain /boot.
41 - Pick correct kernel instead of assuming smp.
42
43 * Thu Jan 15 2009 Joel Granados <jgranado@redhat.com> - 0.44.9-1
44 - Look for the boot loader both in /ROOT/dev/DEVICE and /dev/DEVICE
45 Related: rhbz:#452223
46
47 * Thu Feb 14 2008 Peter Jones <pjones@redhat.com> - 0.44.8-1
48 - Revert changes introduced by a git-cvsimport bug.
49 Related: rhbz#220356
50
51 * Tue Feb 12 2008 Peter Jones <pjones@redhat.com> - 0.44.7-1
52 - Add pci= and clock= to preserved boot argument list.
53 Resolves: rhbz#220356
54
55 * Tue Aug 15 2007 Dave Lehman <dlehman@redhat.com> - 0.44.6-1
56 - Fix duplicate entries in boot= line on ppc
57 Resolves: #189469
58
59 * Fri Aug 3 2007 Peter Jones <pjones@redhat.com> - 0.44.5-1
60 - Always specify --stage2 on grub's "install" command
61 Resolves: #202101
62
63 * Wed Apr 19 2006 Peter Jones <pjones@redhat.com> - 0.44.4-1
64 - Add "console=tty0" when using a serial console (#171810)
65
66 * Tue Aug 11 2005 Peter Jones <pjones@redhat.com> - 0.44.3-1
67 - Fix bootloader setup on non-RAID pSeries (and maybe other ppc as well?)
68
69 * Wed Jul 13 2005 Peter Jones <pjones@redhat.com> - 0.44.2-1
70 - typo fix
71
72 * Wed Jul 13 2005 Peter Jones <pjones@redhat.com> - 0.44.1-1
73 - support RAID1 /boot on ppc.
74
75 * Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 0.44-1
76 - don't include /dev/ in the console name (#134336)
77 - fix installing boot loader to partition with RAID1 /boot (#127557)
78
79 * Mon Sep 13 2004 Jeremy Katz <katzj@redhat.com> - 0.43-1
80 - preserve some more consoles (#131301)
81 - add magicboot for Power Mac (from <pnasrat@redhat.com>)
82
83 * Tue Aug 10 2004 Jeremy Katz <katzj@redhat.com> - 0.42-1
84 - don't write the unencrypted password to lilo.conf.anaconda if
85 we're not using lilo (#129280)
86
87 * Tue Aug 3 2004 Jeremy Katz <katzj@redhat.com> - 0.41-1
88 - don't duplicate boot loader arguments (#128492)
89
90 * Mon Jul 12 2004 Jeremy Katz <katzj@redhat.com> - 0.40-1
91 - another tweak to the timeout
92
93 * Mon Jun 28 2004 Jeremy Katz <katzj@redhat.com> - 0.39-1
94 - tweak timeouts to be shorter
95 - use hiddenmenu by default with grub
96
97 * Wed Jun 9 2004 Jeremy Katz <katzj@redhat.com>
98 - quote appended args (#114174)
99
100 * Thu May 13 2004 Jeremy Katz <katzj@redhat.com>
101 - compile fix for newer versions of gcc from Jeff Law
102
103 * Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 0.38-1
104 - remove ide-scsi from bootloader config on upgrade (#116622)
105
106 * Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 0.37-1
107 - clean up the xfs fix (#122606)
108 - altix boxes need relocatable (#120851)
109
110 * Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com> - 0.36-1
111 - some xfs fixes (#117968)
112
113 * Fri Apr 16 2004 Jeremy Katz <katzj@redhat.com> - 0.35-1
114 - allow booting windows from grub on x86_64 (#121005)
115
116 * Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> - 0.34-1
117 - use vmlinuz for ppc now
118
119 * Mon Dec 1 2003 Jeremy Katz <katzj@redhat.com> 0.33-1
120 - no ide-scsi with 2.6
121
122 * Fri Nov 28 2003 Jeremy Katz <katzj@redhat.com>
123 - add buildrequires (#111150)
124
125 * Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com> 0.32-1
126 - rebuild for python 2.3
127
128 * Thu Sep 25 2003 Jeremy Katz <katzj@redhat.com>
129 - modernize label for other OS (#71565)
130
131 * Fri Aug 15 2003 Jeremy Katz <katzj@redhat.com> 0.31.1-1
132 - preserve video= (#102370)
133
134 * Fri Aug 1 2003 Jeremy Katz <katzj@redhat.com> 0.31-1
135 - write out noauto in chandev.conf if we have chandev args (#101381)
136
137 * Fri Jul 25 2003 Jeremy Katz <katzj@redhat.com>
138 - only include message= or splashimage if the file exists (#99301)
139
140 * Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com>
141 - support yaboot passwords (#100618)
142
143 * Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com> 0.30-1
144 - pass through acpi= boot arguments
145
146 * Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.2-1
147 - read product name from /tmp/product/.buildstamp if it exists
148
149 * Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.1-1
150 - yaboot: really fix kernel/initrd path
151
152 * Wed Jul 9 2003 Jeremy Katz <katzj@redhat.com> 0.29-1
153 - yaboot: quotes around append
154 - yaboot: nonvram for pSeries
155 - yaboot: fix partition=
156 - yaboot: fix kernel path
157
158 * Mon Jul 7 2003 Jeremy Katz <katzj@redhat.com> 0.28.1-1
159 - fix a typo (#98691)
160
161 * Thu Jul 3 2003 Jeremy Katz <katzj@redhat.com> 0.28-1
162 - write our own yaboot.conf to work better with lvm/raid (#98308)
163 - ensure the iSeries cmdline gets blanked
164
165 * Fri Jun 20 2003 Jeremy Katz <katzj@redhat.com> 0.27-1
166 - handle /boot as a separate partition on pSeries nicely
167 - setup /etc/elilo.conf symlink on ia64
168
169 * Wed Jun 18 2003 Jeremy Katz <katzj@redhat.com> 0.26.1-1
170 - remove efi boot entries based on product name, not just hardcoding
171 Red Hat Linux (#97653)
172
173 * Sun Jun 1 2003 Jeremy Katz <katzj@redhat.com> 0.26-1
174 - write kernel to side B on iSeries as well (#91038)
175
176 * Mon May 12 2003 Jeremy Katz <katzj@redhat.com> 0.25.9-1
177 - if there's not an old default on lilo upgrade, we don't need to
178 delete it (#88582)
179
180 * Fri May 2 2003 Jeremy Katz <katzj@redhat.com> 0.25.8-1
181 - really get the PReP partition writing right for iSeries
182
183 * Thu May 1 2003 Jeremy Katz <katzj@redhat.com> 0.25.7-1
184 - use root=LABEL= on s/390
185
186 * Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.6-1
187 - iSeries tweak to get the kernel written to the PReP partition
188
189 * Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.5-1
190 - yabootconfig moved to /sbin
191
192 * Tue Apr 29 2003 Jeremy Katz <katzj@redhat.com> 0.25.4-1
193 - tweaks to handle chandev now that it's in /tmp/install.cfg and not from
194 the env var
195
196 * Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 0.25.3-1
197 - use Arjan's suggestion of vmlinitrd for iseries kernel + initrd
198
199 * Wed Apr 23 2003 Jeremy Katz <katzj@redhat.com> 0.25.2-1
200 - pseries tweaks
201
202 * Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com> 0.25.1-1
203 - fix silly typos
204
205 * Mon Apr 14 2003 Jeremy Katz <katzj@redhat.com> 0.25-1
206 - iSeries support
207
208 * Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 0.24.1-1
209 - make target global for zipl.conf
210
211 * Thu Mar 20 2003 Jeremy Katz <katzj@redhat.com> 0.24-1
212 - merge newer yaboot changes from Dan Burcaw
213
214 * Fri Mar 14 2003 Jeremy Katz <katzj@redhat.com> 0.23-1
215 - read product name information dynamically (using /etc/redhat-release and
216 anaconda's /.buildstamp)
217
218 * Wed Mar 12 2003 Jeremy Katz <katzj@redhat.com> 0.22.1-1
219 - fix tyop
220
221 * Tue Mar 4 2003 Jeremy Katz <katzj@redhat.com> 0.22-1
222 - support for yaboot from Dan Burcaw <dburcaw@terrasoftsolutions.com>
223
224 * Mon Feb 24 2003 Karsten Hopp <karsten@redhat.de> 0.21-1
225 - s390 changes: zipl doesn't like lables, use devicename
226 - don't write root= twice
227
228 * Wed Feb 19 2003 Karsten Hopp <karsten@redhat.de> 0.20-1
229 - s390 changes: write correct zipl.conf when bl.args is not set
230
231 * Wed Feb 5 2003 Jeremy Katz <katzj@redhat.com> 0.19-1
232 - make sure our lilo default is sane (#79594)
233
234 * Wed Jan 22 2003 Jeremy Katz <katzj@redhat.com> 0.18-1
235 - fix line for anaconda-ks.cfg when bootloader installed on partition
236
237 * Thu Jan 09 2003 Karsten Hopp <karsten@redhat.de> 0.17-1
238 - minor fixes for S390
239
240 * Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com>
241 - fix for #78380 - parted has fat16 and fat32 types now
242
243 * Tue Nov 5 2002 Jeremy Katz <katzj@redhat.com>
244 - read some kernel arguments when setting up default kernel args (#69904)
245 - pychecker fixups
246
247 * Thu Oct 3 2002 Jeremy Katz <katzj@redhat.com>
248 - some x86_64 support
249
250 * Tue Sep 10 2002 Jeremy Katz <katzj@redhat.com>
251 - merge ia64 changes
252 - add alpha support based on 7.2 alpha code
253
254 * Wed Aug 14 2002 Jeremy Katz <katzj@redhat.com>
255 - fix lilo entry removal
256
257 * Fri Aug 2 2002 Jeremy Katz <katzj@redhat.com>
258 - include bootloader location in kickstart line
259
260 * Thu Aug 1 2002 Jeremy Katz <katzj@redhat.com>
261 - make sure old entries get removed from lilo.conf on upgrade
262
263 * Wed Jul 17 2002 Jeremy Katz <katzj@redhat.com>
264 - set up serial consoles properly during install
265
266 * Thu Jul 11 2002 Jeremy Katz <katzj@redhat.com>
267 - count first ntfs found as alternative os as its just as likely
268
269 * Fri Jun 28 2002 Jeremy Katz <katzj@redhat.com>
270 - write out root=LABEL= if using an initrd and rootfs has a label
271
272 * Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com>
273 - grubby can do stuff with lilo.conf now, so we don't have to worry
274 about updating lilo.conf in the upgrade only mode
275
276 * Thu Jun 20 2002 Jeremy Katz <katzj@redhat.com>
277 - add lilo password support
278
279 * Mon Jun 10 2002 Jeremy Katz <katzj@redhat.com>
280 - fix some missing iutil->butil bits
281
282 * Fri May 31 2002 Jeremy Katz <katzj@redhat.com>
283 - minor fixes
284
285 * Tue May 28 2002 Jeremy Katz <katzj@redhat.com>
286 - require rhpl
287
288 * Mon Jan 21 2002 Jeremy Katz <katzj@redhat.com>
289 - Initial build.

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed