/[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.7 - (show annotations) (download)
Mon Aug 24 16:54:50 2009 UTC (14 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: booty-0_44_9-1
Changes since 1.6: +5 -12 lines
Import CentOS 4.8 sources

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

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