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

Annotation of /rpms/booty/sme7/booty.spec

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


Revision 1.6 - (hide annotations) (download)
Fri Aug 1 18:21:14 2008 UTC (15 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: booty-0_44_8-1_1_el4_sme
Changes since 1.5: +12 -1 lines
Updates

1 slords 1.1 Summary: simple python bootloader config lib
2     Name: booty
3 slords 1.5 Version: 0.44.8
4 slords 1.6 Release: 1.1%{?dist}
5 slords 1.1 License: LGPL
6     Source0: %{name}-%{version}.tar.bz2
7 slords 1.6 Patch1000: raid-bootloader.patch
8     Patch1001: pick-kernel.patch
9     Patch1002: booty-0.44.8-smeserver.patch
10 slords 1.1 Group: System Environment/Libraries
11     BuildRoot: %{_tmppath}/%{name}-root
12     Requires: rhpl
13     BuildRequires: python-devel
14    
15     %description
16     Small python library for use with bootloader configuration by anaconda
17     and up2date.
18    
19    
20     %prep
21     %setup -q
22 slords 1.6 %patch1000 -p1
23     %patch1001 -p1
24     %patch1002 -p1
25 slords 1.1
26     %build
27     make
28    
29     %install
30     rm -rf $RPM_BUILD_ROOT
31     make DESTDIR=$RPM_BUILD_ROOT install
32    
33     %clean
34     rm -rf $RPM_BUILD_ROOT
35    
36     %files
37     %defattr(-,root,root)
38     %doc README TODO
39     /usr/lib/booty
40    
41     %changelog
42 slords 1.6 * Fri Aug 1 2008 Shad L. Lords <slords@mail.com> - 0.44.8-1.1.sme
43     - Make grub look in e-smith-release instead of redhat-release
44     - Make bootloader install on all drives that contain /boot.
45     - Pick correct kernel instead of assuming smp.
46    
47 slords 1.5 * 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 slords 1.1
55 slords 1.2 * 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 slords 1.1 * 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