/[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.3 - (hide annotations) (download)
Tue Mar 18 23:03:10 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: booty-0_44_6-1_2_el4_sme
Changes since 1.2: +6 -1 lines
Booty updates

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

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