/[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.9 - (hide annotations) (download)
Tue Oct 27 04:23:18 2009 UTC (14 years, 7 months ago) by slords
Branch: MAIN
Changes since 1.8: +9 -5 lines
Updates

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

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