/[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.4 - (hide annotations) (download)
Wed Apr 9 13:51:45 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
Changes since 1.3: +2 -0 lines
Add Id to top of spec

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

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