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

Annotation of /rpms/anaconda/sme7/anaconda.spec

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


Revision 1.9 - (hide annotations) (download)
Thu Mar 4 16:31:07 2010 UTC (14 years, 3 months ago) by slords
Branch: MAIN
Changes since 1.8: +2 -0 lines
Fix headers

1 slords 1.9 # $Id$
2    
3 slords 1.1 ExcludeArch: ppc64
4     Name: anaconda
5 slords 1.6 Version: 10.1.1.103
6 slords 1.7 Release: 1.centos4.1%{?dist}
7 slords 1.1 License: GPL
8     Summary: Graphical system installer
9     Group: Applications/System
10     Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
11     Source1: anaconda.centos.spec.txt
12     Patch10: centos4-anaconda.patch
13     Patch11: centos4-buildi586.patch
14     Patch12: centos4-isolinux-colors.patch
15 slords 1.2 Patch13: centos4-use-discinfo.patch
16 slords 1.8 Patch1001: 0001-Fix-goto-previous-if-unable-to-go-back.patch
17     Patch1002: 0002-Display-NEVRA-when-installing-upgrading-packages.patch
18     Patch1003: 0003-Add-interface-method-to-post-action.patch
19     Patch1004: 0004-Progress-window-for-install-upgrade.patch
20     Patch1005: 0005-Always-pick-best-arch-for-package.patch
21     Patch1006: 0006-No-warnings-if-kernel-not-upgraded.patch
22     Patch1007: 0007-Allow-creating-mounting-degraded-raid-arrays.patch
23     Patch1008: 0008-Start-boot-raid-device-first-so-it-will-be-in-sync.patch
24     Patch1009: 0009-Force-time-to-be-based-on-UTC.patch
25     Patch1010: 0010-Pick-keyboard-based-on-language-selection.patch
26     Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info.patch
27     Patch1012: 0012-Add-final-warning-before-installing.patch
28     Patch1013: 0013-Dont-email-root-on-raid-events.patch
29     Patch1014: 0014-Remove-super-minor-from-mdadm.conf.patch
30     Patch1015: 0015-Make-install-window-wider.patch
31     Patch1016: 0016-Make-boot-loader-use-SME-labels.patch
32     Patch1017: 0017-Determine-upgradability-of-SME-server.patch
33     Patch1018: 0018-Run-SME-post-install-scripts-on-kickstart-install-up.patch
34     Patch1019: 0019-Install-kmods-that-follow-kernel.patch
35     Patch1020: 0020-Direct-bugs-to-sme-server-bugtracker.patch
36     Patch1021: 0021-Limit-languages-to-those-supported-by-SME.patch
37 slords 1.6
38     BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.26, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel
39 slords 1.1 %ifarch i386
40     BuildRequires: dietlibc
41     %endif
42 slords 1.6 Requires: rpm-python >= 4.2-0.61, rhpl > 0.63, parted >= 1.6.19-23, booty, kudzu
43 slords 1.1 Requires: pyparted, libxml2-python, dosfstools >= 2.8-17
44     Requires: anaconda-help, system-logos
45     Obsoletes: anaconda-images <= 10
46     Url: http://fedora.redhat.com/projects/anaconda-installer/
47    
48     BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
49    
50     %description
51     The anaconda package contains the program which was used to install your
52     system. These files are of little use on an already installed system.
53    
54     %package runtime
55     Summary: Graphical system installer portions needed only for fresh installs.
56     Group: Applications/System
57     AutoReqProv: false
58     Requires: libxml2-python, python, rpm-python >= 4.2-0.61
59    
60     %description runtime
61     The anaconda-runtime package contains parts of the installation system which
62     are needed for installing new systems. These files are used to build media
63     sets, but are not meant for use on already installed systems.
64    
65     %prep
66    
67     %setup -q
68     %patch10 -p1
69     %patch11 -p1
70     %patch12 -p1
71     %patch13 -p1
72     cp -f %{SOURCE1} anaconda.spec
73 slords 1.8 %patch1001 -p1
74     %patch1002 -p1
75     %patch1003 -p1
76     %patch1004 -p1
77     %patch1005 -p1
78     %patch1006 -p1
79     %patch1007 -p1
80     %patch1008 -p1
81     %patch1009 -p1
82     %patch1010 -p1
83     %patch1011 -p1
84     %patch1012 -p1
85     %patch1013 -p1
86     %patch1014 -p1
87     %patch1015 -p1
88     %patch1016 -p1
89     %patch1017 -p1
90     %patch1018 -p1
91     %patch1019 -p1
92     %patch1020 -p1
93     %patch1021 -p1
94 slords 1.1
95     %build
96     make depend
97     make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
98    
99     %install
100     rm -rf $RPM_BUILD_ROOT
101     make DESTDIR=$RPM_BUILD_ROOT install
102     #strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe
103    
104     strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so
105    
106     rm -f $RPM_BUILD_ROOT/usr/lib/anaconda-runtime/keymaps-override-s390x
107     rm -f $RPM_BUILD_ROOT/usr/lib/anaconda-runtime/keymaps-override-s390
108    
109     %clean
110     rm -rf $RPM_BUILD_ROOT
111    
112     %files
113     %defattr(-,root,root)
114     %doc COPYING
115     %doc docs/command-line.txt
116     %doc docs/install-methods.txt
117     %doc docs/kickstart-docs.txt
118     %doc docs/kickstart-docs.html
119     %doc docs/mediacheck.txt
120     %doc docs/anaconda-release-notes.txt
121     /usr/bin/mini-wm
122     /usr/sbin/anaconda
123     /usr/share/anaconda
124     /usr/share/locale/*/*/*
125     /usr/lib/anaconda
126    
127     %files runtime
128     %defattr(-,root,root)
129     /usr/lib/anaconda-runtime
130    
131     %triggerun -- anaconda < 8.0-1
132     /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
133    
134     %changelog
135 slords 1.7 * Mon Aug 24 2009 Shad L. Lords <slords@mail.com> 10.1.1.103-1.centos4.1.sme
136 slords 1.8 - Fix goto previous if unable to go back
137     - Display NEVRA when installing/upgrading packages
138     - Add interface method to post action
139     - Progress window for install/upgrade
140     - Always pick best arch for package
141     - No warnings if kernel not upgraded
142     - Allow creating/mounting degraded raid arrays
143     (log info about degraded arrays instead of not starting them)
144     - Start /boot raid device first so it will be in sync for grub install
145     - Force time to be based on UTC
146     - Pick keyboard based on language selection
147     - Make install headless but still write keyboard info out
148     - Add final warning before installing
149     - Dont email root on raid events
150     - Remove super-minor from mdadm.conf
151     - Make install window wider
152     (fix titlebar spacing)
153     - Make boot loader use SME labels
154     - Determine upgradability of SME server
155     - Run SME post-install scripts on kickstart install/upgrade
156     - Install kmods that follow kernel
157     - Direct bugs to sme server bugtracker
158     - Limit languages to those supported by SME
159 slords 1.7
160 slords 1.6 * Fri Jul 3 2009 Tru Huynh <tru@centos.org> - 10.1.1.103-1.centos4
161 slords 1.1 - modified to include the centos anaconda spec file in the build as it is used
162     in the build process (SOURCE1).
163 slords 1.2 - rolled in centos patches 10, 11, 12, 13
164 slords 1.1
165 slords 1.6 * Tue Mar 31 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.103-1
166     - libwrap is now located in /LIBDIR/libwrap (msivak).
167     Resolves: rhbz:#493005
168    
169     * Thu Mar 26 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.102-1
170     - Fix the size of the vmlinuz images for i386 and ia64 (msivak).
171     Resolves: rhbz:#492331
172    
173     * Wed Mar 25 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.101-1
174     - Add the qla2500 to the table of known modules (msivak).
175     Resolves: rhbz:#491982
176    
177     * Wed Mar 11 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.100-1
178     - Fix clamping of VG size in case when it is not sufficient for lvm metadata (rvykydal).
179     Resolves: rhbz:#489549
180    
181     * Wed Mar 4 2009 Joel Granados <jgranados@redhat.com> - 10.1.1.99-1
182     - We have to first refresh the devices and _then_ set the protected list (msivak).
183     Resolves: rhbz:#461855
184    
185     * Thu Feb 26 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.98-1
186     - LVM VG size is not same as the device where PV is (jgranado).
187     Patch in partRequest.py instead of autopart.py.
188     Resolves: rhbz:#480793
189    
190     * Mon Feb 23 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.97-1
191     - LVM VG size is not same as the device where PV is (jgranado).
192     Resolves: rhbz:#480793
193    
194     * Wed Feb 4 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.96-1
195     - Don't show the root password dialog, make patch work better (msivak).
196     Resolves: rhbz:#481597
197     - Clamp the lv size on LV device creation (jgranados).
198     Resolves: rhbz:#480793
199    
200     * Fri Jan 30 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.95-1
201     - Avoid devices where the lvm metadata is not present (jgranado).
202     Resolves: rhbz:#481698
203     - Don't show the root password dialog, password was provided by ks file (msivak).
204     Resolves: rhbz:#481597
205    
206     * Tue Jan 27 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.94-1
207     - Remove missing PVs before removing obsolete VG (jgranado).
208     Resolves: rhbz:#481698
209    
210     * Mon Jan 26 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.93-1
211     - Correct backport from RHEL5 (jgranados).
212     Resolves: rhbz:#480793
213    
214     * Thu Jan 15 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.92-1
215     - Flush the drive dict first so CD-ROM device nodes get made (clumens).
216     Resolves: rhbz:#435926
217     - Protect installation source partition from deletion (msivak).
218     Resolves: rhbz:#461855
219     - Allow bootloader on mbr when /boot is dmraid1 (hdegoede).
220     Resolves: rhbz:#217176
221     - Allow empty DNS variable in s390 CMS conf file (dcantrell).
222     Resolves: rhbz:#465175
223     - Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell).
224     Resolves: rhbz:#459730
225     - docs update for driveorder ks command (msivak).
226     Resolves: rhbz:#430476
227     - Fix detection of xen environment for kbd setting (rvykydal).
228     Resolves: rhbz:#459785
229     - Fix clamping of size of lvm physical volumes (backport) (rvykydal).
230     Resolves: rhbz:#233050
231     - Add virtio support (clalance).
232     Related: rhbz:#479134,446215
233     - Do a check in lvm grow to catch negative sizes (jgranado).
234     Related: rhbz:#144676
235    
236 slords 1.4 * Tue Jul 08 2008 Peter Jones <pjones@redhat.com> - 10.1.1.91-1
237     - Add initrd.size to the generic.ins files on s390. (I think this should
238     solve #454492 , and indicates that the verification of #449617 was an error.)
239 slords 1.6 Related: rhbz#454492
240    
241 slords 1.4 * Wed Jun 25 2008 Peter Jones <pjones@redhat.com> - 10.1.1.90-1
242     - Add support for automatically determining the initramfs size on s390x
243     Resolves: rhbz#449617
244    
245     * Mon May 05 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.89-1
246     - Fix field separator spec in awk commands in linuxrc.s390 (jgranado)
247     Resolves: rhbz#444674
248     - Fix IPv6 address verification functions in linuxrc.s390 (jgranado)
249     Resolves: rhbz#362411
250     - Revert previous change to notify NFS server when we finish install (jgranado)
251     Related: rhbz#208103
252    
253     * Thu Apr 24 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.88-1
254     - Increase ia64 initrd image size (jgranado)
255     Resolves: rhbz#443373
256     - Specify mode when running mdadm
257     Resolves: rhbz#443844
258    
259     * Tue Apr 22 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.87-1
260     - Fix traceback trying to access non-existent anaconda instance
261     Resolves: rhbz#443412
262    
263     * Fri Apr 18 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.86-1
264     - Fix dispatch traceback (msivak)
265     Resolves: rhbz#442750
266     - Fix loader crash from freeing static bufer (clumens)
267     Resolves: rhbz#442863
268    
269     * Tue Apr 15 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.85-1
270     - Fix detection of xen para-virt environment (msivak)
271     Resolves: rhbz#441729
272     - Add bnx2x driver
273     Resolves: rhbz#442563
274     - Add myri10ge driver
275     Resolves: rhbz#442545
276    
277     * Mon Apr 14 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.84-1
278     - Tell the nfs server when we unmount the nfs mountpoints (jgranado)
279     Resolves: rhbz#208103
280     - Fix logic in patch for protecting hard drive install source (msivak)
281     Related: rhbz#220161
282     - Remove defunct VG before creating a new one of the same name
283     Resolves: rhbz#257161
284     - Use the search path when running mdadm
285     Related: rhbz#185674
286     - Support SHA256/SHA512 password encoding from kickstart
287     Resolves: rhbz#427384
288    
289     * Fri Mar 28 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.83-1
290     - Fix a typo in the dhcptimeout patch
291     Related: rhbz#246483
292     - Fix various problems with the no-duplicate-hostadapters patch
293     Related: rhbz#248619
294    
295     * Thu Mar 27 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.82-1
296     - Add dhcptimeout parameter to loader (msivak)
297     Resolves: rhbz#246483
298     - Fix swap size recommendation to match manuals (msivak)
299     Resolves: rhbz#339001
300     - Add ixgbe module
301     Resolves: rhbz#350921
302     - Fix segfault with driver disk image in initrd
303     Resolves: rhbz#249241
304     - Avoid duplicate scsi_hostadapter lines in modprobe.conf
305     Resolves: rhbz#248619
306     - Prevent modification to partitions containing harddrive install media (msivak)
307     Resolves: rhbz#220161
308     - Use mdadm to generate mdadm.conf (jgranado)
309     Resolves: rhbz#185674
310     - Add IP address validation routines for s390 (jgranado)
311     Resolves: rhbz#362411
312     - Close RAID devices after collecting device labels (jgranado)
313     Resolves: rhbz#434949
314    
315 slords 1.2 * Tue Oct 30 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.81-1
316     - Copy loaderData->macaddr in to cfg->macaddr
317     Related: rhbz#233357
318    
319     * Mon Oct 29 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.80-1
320     - Copy in usr/sbin/ip for the s390 & s390x initrd.img files
321     Related: rhbz#233357
322    
323 slords 1.4 * Fri Oct 26 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.79-1
324     - Make e100e description in module-info unique (pjones)
325     Related: rhbz#253791
326    
327 slords 1.2 * Tue Oct 23 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.78-1
328     - Add sbin/ip to KEEPFILE list on s390 & s390x
329     Related: rhbz#233357
330    
331     * Wed Oct 10 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.77-1
332     - Add /sbin/ip command to the initrd.img file on s390 & s390x
333     Related: rhbz#233357
334    
335     * Wed Oct 10 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.76-1
336     - ChangeLog corrections caught by rpmdiff
337     Related: rhbz#234134
338    
339     * Tue Oct 09 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.75-1
340     - use /sbin/ip in init to set the MAC address on s390/s390x (bhinson)
341     Resolves: rhbz#233357
342    
343     * Tue Oct 09 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.74-1
344     - add qla4xxx driver
345     Resolves: rhbz#234134
346    
347     * Tue Sep 25 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.73-1
348     - look for labels on all fstypes
349     Resolves: rhbz#251579
350     - add e1000e driver (pjones)
351     Resolves: rhbz#253791
352    
353     * Mon Sep 17 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.72-1
354     - fix handling of MACADDR when configuring OSA layer2 networking (dcantrell)
355     - Related: rhbz#233357
356    
357     * Tue Sep 11 2007 Peter Jones <pjones@redhat.com> - 10.1.1.71-2
358     - rebuild with COLLECTION=dist-4E-U6-candidate to pick up newer kudzu.
359    
360     * Thu Sep 06 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.71-1
361     - Fix raid --useexisting.
362     Resolves: rhbz#207541.
363    
364     * Mon Sep 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.70-1
365     - Increase the size of x86_64 diskboot.img so everything fits (pjones)
366     Resolves: rhbz#240561
367     - Fix MAC address specification with OSA layer2 networking, based on patch
368     from Brad Hinson (dcantrell)
369     Resolves: rhbz#252021
370     - Fix biosdisk install problems on certain hardware (dcantrell)
371     Resolves: rhbz#247303
372     - Enable igb network devices (dcantrell)
373     Resolves: rhbz#253711
374    
375     * Mon Aug 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.69-1
376     - Fix py-compile failure introduced in .68-1 .
377    
378     * Fri Aug 10 2007 Peter Jones <pjones@redhat.com> - 10.1.1.68-1
379     - Add missing pata_* and sata_* HBA drivers
380     Resolves: rhbz#251718
381     - Fix UI for drive selection for partitioning (clumens)
382     Resolves: rhbz#251150
383    
384     * Thu Aug 02 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.67-1
385     - Handle return value from waitLinkSleep() correctly (pjones)
386     Related: rhbz#207546
387     - Only show >15 partitions message if there is a user interface (dlehman)
388     Related: rhbz#238708
389    
390     * Fri Jul 13 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.66-1
391     - Don't read filesystem labels from drives we cleared with clearpart.
392     Resolves: #209291
393     - Don't display an error if mount fails when searching for a root (dlehman).
394     Resolves: #214008
395     - Check for SCSI disks containing more than 15 partitions (dlehman).
396     Resoles: #238708
397     - Fix PATH assignment in linuxrc.s390 (dlehman).
398     Resolves: #190215
399     - Add netxen_nic support (dlehman).
400     Resolves: #233639
401     - Add ignoredisk --only-use option.
402     Resolves: #198526
403     - Document nfsmountopts command line option.
404     Resolves: #234185
405    
406     * Wed Jun 20 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.65-1
407     - Support FTP and HTTP URLs with auth info (dcantrell).
408     Resolves: #194247
409     - Increase DHCP timeout to 45 seconds and retries to 10 (dcantrell).
410     Resolves: #207546
411     - Remove invalid preexisting RAID requests.
412     Resolves: #233308
413     - Don't traceback on keeping preexisting partitions and logical volumes.
414     Resolves: #182943
415     - Fix probing for RAID superblocks.
416     Resolves: #172648
417     - Document the nicdelay command line option.
418     Resolves: #232721
419     - Change the cciss module description.
420     Resolves: #210414
421     - Add support for qla3xxx and the Areca RAID adapter.
422     Resolves: #233672, #242113
423     - Support OSA Layer 2 networking (bhinson).
424     Resolves: #233357
425     - Merge in the following changelog entries from devel-cvs spec file:
426     - Ignore disks listed in ignoredisks, even if we have clearpart --all (pjones)
427 slords 1.1 Resolves: #186438
428 slords 1.2 - Label fat filesystems on ia64 during upgrade (pjones)
429 slords 1.1 Resolves: #234815
430    
431 slords 1.2 * Wed Apr 14 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.64-1
432     - Fix rescue mode selinuxfs mount
433     - Add stex driver to module-info
434     - Add OSA layer 2 network support for zSeries (dcantrell)
435     Resolves: #233357
436     - Add size and model info to text mode drive selection (dcantrell)
437     Resolves: #233606
438     - Honor nicdelay when ksdevice=link is used (dcantrell)
439     Resolves: #207546
440     - Actually create the /bin/echo symlink on all arches
441     - Detect FBA storage devices on zSeries
442 slords 1.1
443 slords 1.4 * Fri Apr 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-4
444     - Ignore disks listed in ignoredisks, even if we have clearpart --all
445     Resolves: #186438
446    
447     * Mon Apr 09 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-3
448     - Label fat filesystems on ia64 during upgrade
449     Resolves: #234815
450    
451     * Wed Apr 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-2
452     - Fix rescue mode selinuxfs mount (#234137)
453     - Add stex driver to module-info (#230214)
454    
455 slords 1.1 * Tue Mar 06 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-1
456     - Allow graphical xen installs to proceed with no mouse
457     Resolves: #229588
458     - Add qla2400 to the list of drivers that get loaded later than ipr
459     Resolves: #230644
460     - Add support for IBM HEA devices
461     Resolves: #225451
462    
463     * Fri Feb 16 2007 Peter Jones <pjones@redhat.com> - 10.1.1.62-1
464     - Update the keymaps in our cache from ones generated on recent installs,
465     so they won't be missing anything.
466     Resolves: #229030
467    
468     * Thu Feb 15 2007 Peter Jones <pjones@redhat.com> - 10.1.1.61-1
469     - Put the keymap for ppc with all the other keymaps, so it actually gets
470     pulled in correctly.
471     Related: #182325
472    
473     * Fri Feb 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.60-1
474     - Don't use the bootLoaderInfo drivelist to determine bootloader choices
475     on zFCP-only zSeries machines (dcantrell)
476     Resolves: #165098
477    
478     * Fri Feb 9 2007 Peter Jones <pjones@redhat.com> - 10.1.1.59-1
479     - Handle the kernel's new representation of unformatted DASD devices (dlehman)
480     Resolves: #227546
481    
482     * Tue Feb 6 2007 Peter Jones <pjones@redhat.com> - 10.1.1.58-1
483     - Fix installation of cached keymaps so we actually use them during
484     buildinstall runs
485     Resolves: #182325
486    
487     * Fri Feb 2 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.57-1
488     - Fix handling of requests w/o drives in new usb-storage code
489     Resolves: #227045
490    
491     * Wed Jan 31 2007 Peter Jones <pjones@redhat.com> - 10.1.1.56-1
492     - Add usb-storage support for the root filesystem
493     Resolves: #180550
494    
495     * Tue Jan 30 2007 Peter Jones <pjones@redhat.com> - 10.1.1.55-1
496     - Close xvc in the loader so graphical xen works (katzj)
497     Resolves: #224405
498     - Don't load fb modules like xencons in the loader (katzj)
499     Resolves: #224200
500     - Make the fonts for bogl when building the instroot
501     Resolves: #180113
502     - Fix zfcp usage in kickstart (dlehman)
503     Resolves: #188610
504    
505     * Tue Jan 9 2007 Peter Jones <pjones@redhat.com> - 10.1.1.54-1
506     - Check all CD-Roms for ks.cfg (dlehman, #203344)
507     - Save result from upgrade vs install UI page across forward->back movement
508     (dlehman, #208053)
509    
510     * Tue Nov 28 2006 Jeremy Katz <katzj@redhat.com> - 10.1.1.53-1
511     - Ensure we only install kernel-xenU on paravirt xen
512    
513     * Mon Nov 20 2006 Jeremy Katz <katzj@redhat.com> - 10.1.1.52-1
514     - Fix /bin/echo symlink (dlehman, #178781)
515     - Add audit-libs (dlehman, #203391)
516     - Improve handling of local stage2 with URL installs (dlehman, #189262)
517     - xen fix
518    
519     * Mon Oct 23 2006 Jeremy Katz <katzj@redhat.com> - 10.1.1.50-1
520     - fix build
521    
522     * Thu Oct 19 2006 Jeremy Katz <katzj@redhat.com> - 10.1.1.48-1
523     - Start to support installation of paravirt Xen guests (#201613)
524    
525     * Wed Oct 04 2006 David Cantrell <dcantrell@redhat.com> - 10.1.1.47-1
526     - ia64 detection fixes (#201397, pnasrat)
527     - Include lapic_status on ia64 images (#201397, pnasrat)
528     - VNC override text on kickstart installs (190099, clumens)
529     - Get stdin from the correct file descriptor (#192067, clumens)
530     - Mount /selinux under the chrooted system environment (#189489, clumens)
531     - Blacklist by arch support backport (#198545, pnasrat)
532     - Blacklist x86_64 multilib packages (#181742, pnasrat)
533     - Only try to init uninitialized zfcp devices (#200333, jwhiter)
534    
535     * Wed Jun 28 2006 Peter Jones <pjones@redhat.com> - 10.1.1.46-1
536     - Add Marvell SATA driver to module-info (#181852)
537    
538     * Tue Jun 27 2006 Peter Jones <pjones@redhat.com> - 10.1.1.45-1
539     - Revert bogus translation changes (#194153)
540     - Backport new runShell code from HEAD so rescue mode works (#193285)
541    
542     * Mon Jun 5 2006 Peter Jones <pjones@redhat.com> - 10.1.1.44-2
543     - Don't traceback if /proc/lapics is missing (#192818)
544     - Fix another weird cpu counting issue on i386 HT Xeons (#193816)
545     - Add more mpt drivers (#194036)
546    
547     * Thu May 25 2006 Peter Jones <pjones@redhat.com> - 10.1.1.43-1
548     - Add adp94xx to module whitelist (#193083)
549    
550     * Wed May 24 2006 Peter Jones <pjones@redhat.com> - 10.1.1.42-1
551     - Fix lapic_status import issues (#171930)
552     - Fix console corruption from fprintf in #168384 .
553    
554     * Tue May 23 2006 Peter Jones <pjones@redhat.com> - 10.1.1.41-1
555     - Fix circular import issue (#192819)
556    
557     * Fri May 19 2006 Paul Nasrat <pnasrat@redhat.com> - 10.1.1.40-1
558     - Create lock file dir (#192383)
559    
560     * Mon May 8 2006 Peter Jones <pjones@redhat.com> - 10.1.1.39-1
561     - Only probe ACPI on x86_64, not i386 (#171930)
562     - Use /proc/lapics for ACPI probing (#171930)
563     - Add support for nfs mount options on boot command line (#168384)
564     - Handle tty1 mode for rescue mode shell correctly (#126620)
565     - Don't put removable drives in the isys hard drive list (#147504)
566     - Check for missing vg declaration earlier so the error message
567     makes sense (#176989)
568     - Quote ethtool opts properly (#176918)
569     - Add selinux to kickstart doics (#175868)
570     - Add qla2xxx to module-info (#174993)
571     - Always reset terminal attributes in loader on ppc (#166302)
572     - Eliminate dupe vnc entries in command line docs (#175368)
573     - Fix RAID error messages to be more clear (#184246)
574    
575     * Thu Mar 2 2006 Peter Jones <pjones@redhat.com> - 10.1.1.38-1
576     - Make the ACPI probe happen when isys is imported, and return cached
577     data from there on out.
578    
579     * Mon Feb 20 2006 Peter Jones <pjones@redhat.com> - 10.1.1.37-1
580     - Fix ACPI probing on amd64 (reported by pjones)
581     - Fix cpuid fn 0x80000008 (cores-per-package) probe on amd64 (reported by katzj)
582     - Fix return value reset across multiple isys.acpicpus() calls (#181612)
583     - Fix variable name in smp acpi test (#181612)
584     - Don't count disabled cpus (empty socket or disabled in bios) towards largesmp
585     detection (#181612)
586    
587     * Fri Feb 17 2006 Peter Jones <pjones@redhat.com> - 10.1.1.36-1
588     - Use ACPI for cpu probing where an MADT is available.
589    
590     * Thu Feb 16 2006 Peter Jones <pjones@redhat.com> - 10.1.1.35-1
591     - probe threads per core and device threads per cpu by that to get a
592     real number
593    
594     * Thu Jan 26 2006 Peter Jones <pjones@redhat.com> - 10.1.1.34-1
595     - Change minimum cpu count for largesmp kernel selection on ppc
596     to 64. (pjones, #179027)
597    
598     * Wed Dec 21 2005 Peter Jones <pjones@redhat.com> - 10.1.1.33-2
599     - rebuild for fixed gcc
600    
601     * Wed Dec 14 2005 Peter Jones <pjones@redhat.com> - 10.1.1.33-1
602     - put sk98lin back, and change description for sky2
603    
604     * Wed Dec 14 2005 Peter Jones <pjones@redhat.com> - 10.1.1.32-1
605     - add sky2 driver to the list
606    
607     * Mon Dec 12 2005 Peter Jones <pjones@redhat.com> - 10.1.1.31-1
608     - add -largesmp to grub config and "everything" install exclude list
609     (katzj, #175548)
610     - handle ia32e as an arch, not just x86_64 (pjones, #175548)
611    
612     * Wed Dec 7 2005 Peter Jones <pjones@redhat.com> - 10.1.1.30-1
613     - use the right numbers to test for largesmp
614     - Avoid the rpmlib segfault with ts.order (workaround for #174621)
615    
616     * Tue Dec 6 2005 Peter Jones <pjones@redhat.com> - 10.1.1.29-1
617     - add smp/ht detection for ia64
618     - fix boot.img creation for ia64
619    
620     * Mon Dec 5 2005 Peter Jones <pjones@redhat.com> - 10.1.1.28-1
621     - fix a typo that prevents smp installs
622     - revamp x86 HT detection to be much simpler
623    
624     * Fri Dec 2 2005 Peter Jones <pjones@redhat.com> - 10.1.1.27-1
625     - Fix largesmp detection on x86_64 and powerpc
626    
627     * Fri Dec 2 2005 Peter Jones <pjones@redhat.com> - 10.1.1.26-1
628     - Fix verious problems with LVM support (#145183, #161652)
629     - Add modules for storage devices (#167065)
630     - Fix NFS mounting when DNS is not in use (#168957)
631     - Fix s390x installation with no DASD devices (#165098)
632     - Fix various dialog boxes and installer text (#172030, #172588)
633     - Add support for ksdevice=bootif (#170713)
634     - Fix argument handling for kickstart sections (#170331)
635     - Fix handling of "noparport" option (#170333)
636    
637     * Thu Sep 22 2005 Peter Jones <pjones@redhat.com> - 10.1.1.25-1
638     - Fix all the lvm calls similar to vg size fix, including pe size
639     in vglist. (#165141)
640    
641     * Tue Aug 16 2005 Peter Jones <pjones@redhat.com> - 10.1.1.24-1
642     - Fix the lvm call for vglist so it doesn't truncate a character
643     from the vg size. (#165141)
644    
645     * Mon Aug 1 2005 Jeremy Katz <katzj@redhat.com> - 10.1.1.23-1
646     - Get pesize for preexisting LVM (#162408)
647    
648     * Fri Jul 22 2005 Paul Nasrat <pnasrat@redhat.com> - 10.1.1.22-1
649     - Fix text installation traceback (#163722)
650    
651     * Thu Jul 21 2005 Paul Nasrat <pnasrat@redhat.com> - 10.1.1.21-1
652     - Include audit libraries in stage1 (#162821)
653    
654     * Wed Jul 13 2005 Peter Jones <pjones@redhat.com> - 10.1.1.20-1
655     - Fix file descriptor leak (#160720)
656     - Prefer kernel-devel over kernel-smp devel (#160533, #162581)
657     - Support for setting MTU on command line (#155414)
658     - Support booting off of software raid on ppc (#159902)
659     - Write resolv.conf correctly when using kickstart and dhcp (#151472)
660     - Include audit libraries (#162821)
661    
662     * Tue May 10 2005 Paul Nasrat <pnasrat@redhat.com> - 10.1.1.19-1
663     - Quieten package downloads in cmdline mode (#155250)
664     - name.arch logic error
665     - Ensure kernel written to PReP on iSeries upgrades (#146915)
666    
667     * Tue Apr 12 2005 Paul Nasrat <pnasrat@redhat.com> - 10.1.1.18-1
668     - Don't free needed string (clumens, #149871, #150844, #153072)
669     - Correct name.arch (#133396, #154407)
670     - hostname option isn't greyed out when using static IP (#149116)
671    
672     * Wed Mar 23 2005 Jeremy Katz <katzj@redhat.com> - 10.1.1.17-1
673     - Load SElinux booleans file if it exists (#151896)
674    
675     * Mon Mar 14 2005 Chris Lumens <clumens@redhat.com> - 10.1.1.16-1
676     - Fix typo in Xvnc parameters (#150498).
677    
678     * Wed Mar 2 2005 Jeremy Katz <katzj@redhat.com> - 10.1.1.15-1
679     - Ensure Xvnc exits when the last client goes away (#137337)
680     - Allow logical partitions to go all the way to the end of an
681     extended (clumens, #101432)
682     - Don't install a bootloader if --location=none (clumens, #146448)
683    
684     * Thu Feb 24 2005 Jeremy Katz <katzj@redhat.com> - 10.1.1.14-1
685     - Fix multiple DNS servers being specified on the command line. Patch
686     from mattdm (#84409)
687     - Fix dhcpclass specification on the command-line (#144006)
688     - Fix formatting of new fcp disks (#144199)
689     - Support parsing pxelinux IPAPPEND (bnocera, #134054)
690     - Reset package selection to defaults when selected (#142415)
691     - More tree sanity checking instead of traceback'ing (#143930)
692     - Fix some partitioning corner cases (clumens, #137119, #145145)
693     - Fix iSeries upgrades (pnasrat, #146915)
694     - Fix hostname display (clumens, #132826, #149116)
695     - Fix mtab writing in rescue mode (#149091)
696     - Use ethtool settings in more places (pnasrat, #145422)
697    
698     * Thu Dec 30 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.13-1
699     - fix typo with kernel*devel (#143257)
700    
701     * Thu Dec 23 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.12-1
702     - improved handling for kernel*devel (#143257)
703     - make images look better (#143276)
704     - make sure hwaddr gets written (#143535)
705     - handle newer swap label format (#143447)
706    
707     * Thu Dec 16 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.11-1
708     - more powerpc console fixing (nasrat, #134397)
709    
710     * Tue Dec 14 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.10-1
711     - Add support for specifying biosdisk in the driverdisk kickstart
712     directive, patch from Rez Kabir (#142738)
713     - Fix LVM on RAID1 (nasrat, #141781)
714     - Better error handling of a few cases (#142273)
715     - Fixes for bits of SX8 handling
716    
717     * Wed Dec 8 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.9-1
718     - Fix traceback with partial volume groups (#142304)
719    
720     * Fri Dec 3 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.8-1
721     - Kill pygtk warning
722     - Fix writing out of wep keys (#140645)
723     - Skip ISOs which don't have an RPMs dir to avoid problems with src ISOs in
724     the same dir (#106017)
725     - Include pesize in the ks.cfg (#141370)
726     - Loop less on shutdown
727     - Improved handling of VGs that aren't completely present (#139058)
728     - Disable read-ahead for the last meg of the CD to try to fix mediacheck
729     problems. Disable this behavior with "nocdhack" on the boot
730     command line. (#131051, ...)
731     - Turn off beta nag
732    
733     * Tue Nov 30 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.7-1
734     - More iiimf upgrade fun (#129218)
735     - Disable the linuxconf removal stuff. Has caused sporadic problems and
736     won't trigger on RHEL3 -> RHEL4 upgrades
737     - CTCPROT fix (karsten, #133088)
738     - Fix removal and editing of zfcp devices in GUI (#140559)
739     - Fix LVM size becoming negative (nasrat, #141268)
740     - Fix segfault better (#140876, #140541)
741     - Fix traceback with pre-existing partitions on drives which don't have a
742     partition type we let you use (#131333)
743    
744     * Mon Nov 22 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.6-1
745     - Fix serial console magic to work with console= and not just
746     explicit serial again (#137971)
747     - Allow going back and manually changing the network device used even
748     if ksdevice= is passed (#136903)
749     - Allow passing --notksdevice on the network line to avoid using it as
750     the install dev (#136903)
751     - Be less aggressive about disabling LVM (#134263)
752     - Set a default when we can't determine boot loader (#139603)
753     - More fixes for going back when out of space (#133773)
754     - Fix ia64 loader segfault (#140093)
755     - Improved ppc console detection (nasrat, #134397)
756    
757     * Mon Nov 15 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.5-1
758     - Fix exception handling reading jfs, xfs and swap labels
759     - Don't ask for input if PORTNAME is set (from karsten)
760     - Fallback to English on langs that can't do text-mode (#138308)
761     - Better handling of out of space (#133773)
762     - Fix for obsoletes E being long (nasrat, #138485)
763     - serial should imply nofb (#134167)
764     - Set fstype to vfat if user selected /boot/efi in the mountpoint dropdown (#138580)
765     - Copy X logs to the installed system
766     - Add patch from HJ Lu to fix hang if no boot loader being installed (#138932)
767     - Ignore IBM *STMF disks (#137920)
768    
769     * Thu Nov 4 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.4-1
770     - Fix traceback with CJK upgrades (#137345)
771     - Allow 128 bit WEP keys (#137447)
772     - Fix race condition with X client startup (krh, #108777)
773     - Fix segfault in hd kickstart install (twaugh, #137533)
774     - Better handling of errors reading labels (#137846)
775     - Try harder to find LCS interface names (karsten)
776     - Improve CTCPROT handling (karsten)
777     - Fix traceback going back in rescue mode network config (#137844)
778     - Don't use busybox shutdown, poweroff, reboot (#137948)
779     - Set permissions on anaconda logs
780     - Make autopartioning better with native storage on legacy iSeries
781     - Sync onboot behavior of gui/text network screens (#138011)
782     - Load some drivers later to try to avoid having FC disks be sda
783     - Sizes in ks.cfg need to be an integer (#138109)
784    
785     * Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.3-1
786     - Pull in firefox on upgrade if mozilla/netscape were installed (#137244)
787     - Fix s390 tracebacks (#130123, #137239)
788    
789     * Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.2-1
790     - Handle our LVM autopart lines slightly better (#137120)
791     - Use busybox sleep for s390 since sleep requires librt again (#131167)
792     - Handle onboot in ks.cfg properly in the loader (#136903)
793     - Punjabi shouldn't try to do text mode (#137030)
794     - Add sgiioc4 driver for Altix CD installs (#136730)
795     - pci.ids trimming (notting)
796    
797     * Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.1-1
798     - Create a netboot.img again for ppc64 (#125129)
799    
800     * Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.0-1
801     - Lowercase OSA addresses from the parm file too (karsten)
802    
803     * Tue Oct 19 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.21-1
804     - Lowercase OSA addresses to make the kernel happy (#133190)
805     - Don't hard code the VG name used for auto-partitioning to avoid
806     colliding with existing ones
807     - Make sure that we don't do runlevel 5 if people don't have X, etc
808     installed (#135895)
809     - Update for new Indic font filenames
810    
811     * Mon Oct 18 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.20-1
812     - Fix traceback with %post logging (Gijs Hollestelle, #136154)
813     - When using a local stage2.img for FTP/HTTP install, give an error earlier
814     if you point at an invalid tree (#135603, #117155, #120101)
815     - Add a trailing newline to /etc/sysconfig/kernel
816     - Try to fix the icon theme
817     - Rebuild against new dietlibc, hopefully fixes CJK text installs
818    
819     * Sun Oct 17 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.19-1
820     - Fix font size to fit on disk display better (#135731)
821     - Write out part lines for autopart lvm correctly (#135714)
822     - Remove empty row in drive order for boot loader (#135944)
823     - Replace % in URLs to avoid format string weirdness (#135929)
824     - Bind mount /dev for rescue mode (#135860)
825     - Fix Dutch and Danish keyboard defaults (#135839)
826     - add s2io 10GbE driver
827    
828     * Thu Oct 14 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.18-1
829     - Add fonts for ta, gu, bn, hi, pa (#119283)
830     - Re-enable bterm for testing (#113910)
831     - Fix segfault when using biospart with a ks hdinstall. Patch from
832     Rez Kabir (#135609)
833     - Write out /etc/sysconfig/kernel for use with new-kernel-pkg changes (#135161)
834     - Fix telnet logins for s390 (karsten)
835     - Hardcode LCS as eth instead of tr (karsten)
836    
837     * Tue Oct 12 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.17-1
838     - Only use "our" LVM partitions with auto-partitioning (#135440)
839     - Remove localboot option from syslinux.cfg for diskboot.img (#135263)
840     - Handle the great input method switch on upgrade (#129218)
841     - Don't save the hwaddr for qeth (#135023)
842     - Add rhgb boot loader arguments in postinstall (msw)
843     - Reverse Norwegian blacklisting (#129453) (notting)
844     - Add sata_nv, sata_sx4, ixgb, ahci, sx8 modules to the initrd (notting)
845    
846     * Thu Oct 7 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.16-1
847     - s390/s390x: Fix traceback with unpartitioned disks (karsten)
848     - improve fit of bengali network screen (#134762)
849     - don't allow formatting of a pre-existing partition without also
850     mounting it (#134865)
851     - Don't show "0" as a mountpoint for an LV that's not being mounted (#134867)
852     - Add prelink config bits (#117867)
853     - Sort packages in text package group details (#123437)
854     - Don't traceback on upgrade if /dev/mapper/control exists (#124092)
855    
856     * Tue Oct 5 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.15-1
857     - Fix creation of scsi device nodes (#134709)
858     - Fix multiple kickstart scriptlets with different interpreters (#134707)
859    
860     * Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.14-1
861     - Some zfcp fixes
862     - Don't traceback if we have a %%include inside a scriptlet (#120252)
863     - Fix SELinux for text-mode ftp/http installs (#134549)
864    
865     * Mon Oct 4 2004 Mike McLean <mikem@redhat.com> - 10.0.3.12-1
866     - add command line options to pkgorder (mikem)
867    
868     * Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.11-1
869     - Handle 32 raid devs (#134438)
870     - Fix LCS PORTNAME (#134487)
871     - Add logging of kickstart scripts with --log to %post/%pre
872     - Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log
873     and /var/log/anaconda.syslog respectively (#124370)
874     - Fix Polish (#134554)
875     - Add arch-specific package removal (#133396)
876     - Include PPC PReP Boot partition in anaconda-ks.cfg (#133934)
877     - Fix changing of VG name going through to boot loader setup (#132213)
878     - Add support for > 128 SCSI disks (#134575)
879    
880     * Fri Oct 1 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.10-1
881     - add kickstart zfcp configuration (#133288, #130070)
882     - Use NFSv3 for NFS installs. Fixes NFSISO installs from DVD (#122032)
883     - Fix megaraid_mbox module name (#134369)
884     - Another uninitialized fix (#133996)
885     - Add the zh_CN font (#133330)
886    
887     * Thu Sep 30 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.9-1
888     - translation updates
889     - Install compat-arch-support by default (#133514)
890     - Warn if an older version is chosen for upgrading if product is RHEL (#134523)
891     - Fix traceback on upgrade with possible lvm1 (#134258)
892     - Make changing the DNS server work (#122554)
893     - More fixes from pnasrat for arch handling on upgrade
894    
895     * Thu Sep 30 2004 Paul Nasrat <pnasrat@redhat.com> - 10.0.3.8-1
896     - Fix missing rpm.ts (#133045)
897    
898     * Wed Sep 29 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.7-1
899     - Don't ask about mouse type on remote X display (#133902)
900     - Label swap filesystems (#127892)
901     - Fix possible crash on hd kickstart installs (#133996)
902     - Improve multiarch upgrade (#133045)
903     - Avoid changing the default language when selecting additional
904     language support (#134040)
905     - Remove spurious blank option in upgrade combo (#134058)
906     - Fix driver disk hang (#131112, #122952)
907     - Fix detection of unformatted dasd (#130123)
908    
909     * Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.6-1
910     - Fix traceback from auto-partitioning if you don't have enough space (#131325)
911     - Update FCP config for adding SCSI LUNs (#133290)
912    
913     * Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.5-1
914     - Fix driver disk segfault when using a partition (#133036)
915     - Let driver disk images on ext2 partitions work
916     - Fix nonet/nostorage
917     - Allow name.arch syntax in ks.cfg (#124456)
918     - Fix traceback unselecting last language (#133164)
919     - Skip version 0 swap (#122101)
920     - Handle /dev being present in device names of ks.cfg (#121486)
921     - Use no instead of no-latin1 for Norwegian keyboard (#133757)
922     - include other dm modules (#132001)
923    
924     * Fri Sep 24 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.4-1
925     - fix megaraid module name (notting)
926     - don't prompt for a driver disk on pSeries boxes with just
927     virtual devices (#135292)
928     - don't use PROBE_LOADED for cd probe (#131033)
929     - i2o devices don't use a "p" separator (#133379)
930     - switch back zh_CN font to default (#133330)
931     - add 3w-9xxx to modules.cgz (#133525)
932     - fix showing of freespace (#133425)
933    
934     * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.3-1
935     - fix going back unmount of /dev/pts (#133301)
936     - fix SRPMs disc (#122737)
937     - add localboot option to isolinux.cfg (#120687)
938     - fix tree build on ia64 and x86_64
939     - fix a syntax error for text mode selinux config
940    
941     * Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.2-1
942     - some fixes for Arabic (#122228)
943     - support using ksdevice=macaddr (#130605)
944     - add an images/pxeboot directory on ia64
945    
946     * Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.1-1
947     - improve handling of non-physical consoles on some ppc and ia64 machines
948     - add Bengali(India) and Gujarati to the lang-table (#126108)
949     - add support for setting the CTC protocol on s/390 (#132324, #132325)
950     - don't offer to do vnc if we don't have active nwtorking (#132833)
951     - various typo/grammar fixes
952     - add support for 'nostorage' and 'nonet' command line options to avoid
953     auto-loading just network or storage devices
954     - fix editing of pre-existing lvm (#132217)
955     - fix going back from the partitions list on a driver disk (#132096)
956     - don't show login error if silent errors (#132673)
957    
958     * Thu Jun 3 2004 Jeremy Katz <katzj@redhat.com>
959     - require system-logos and anaconda-help, obsolete anaconda-images
960    
961     * Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com>
962     - Update description, remove prereq on stuff that was only needed
963     for reconfig mode
964    
965     * Tue Feb 24 2004 Jeremy Katz <katzj@redhat.com>
966     - buildrequire libselinux-devel
967    
968     * Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com>
969     - require booty (#109272)
970    
971     * Tue Oct 8 2002 Jeremy Katz <katzj@redhat.com>
972     - back to mainstream rpm instead of rpm404
973    
974     * Mon Sep 9 2002 Jeremy Katz <katzj@redhat.com>
975     - can't buildrequire dietlibc and kernel-pcmcia-cs since they don't always
976     exist
977    
978     * Wed Aug 21 2002 Jeremy Katz <katzj@redhat.com>
979     - added URL
980    
981     * Thu May 23 2002 Jeremy Katz <katzj@redhat.com>
982     - add require and buildrequire on rhpl
983    
984     * Tue Apr 02 2002 Michael Fulbright <msf@redhat.com>
985     - added some more docs
986    
987     * Fri Feb 22 2002 Jeremy Katz <katzj@redhat.com>
988     - buildrequire kernel-pcmcia-cs as we've sucked the libs the loader needs
989     to there now
990    
991     * Thu Feb 07 2002 Michael Fulbright <msf@redhat.com>
992     - goodbye reconfig
993    
994     * Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
995     - update the BuildRequires a bit
996    
997     * Fri Jan 4 2002 Jeremy Katz <katzj@redhat.com>
998     - ddcprobe is now done from kudzu
999    
1000     * Wed Jul 18 2001 Jeremy Katz <katzj@redhat.com>
1001     - own /usr/lib/anaconda and /usr/share/anaconda
1002    
1003     * Fri Jan 12 2001 Matt Wilson <msw@redhat.com>
1004     - sync text with specspo
1005    
1006     * Thu Aug 10 2000 Matt Wilson <msw@redhat.com>
1007     - build on alpha again now that I've fixed the stubs
1008    
1009     * Wed Aug 9 2000 Michael Fulbright <drmike@redhat.com>
1010     - new build
1011    
1012     * Fri Aug 4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1013     - allow also subvendorid and subdeviceid in trimpcitable
1014    
1015     * Fri Jul 14 2000 Matt Wilson <msw@redhat.com>
1016     - moved init script for reconfig mode to /etc/init.d/reconfig
1017     - move the initscript back to /etc/rc.d/init.d
1018     - Prereq: /etc/init.d
1019    
1020     * Thu Feb 03 2000 Michael Fulbright <drmike@redhat.com>
1021     - strip files
1022     - add lang-table to file list
1023    
1024     * Wed Jan 05 2000 Michael Fulbright <drmike@redhat.com>
1025     - added requirement for rpm-python
1026    
1027     * Mon Dec 06 1999 Michael Fulbright <drmike@redhat.com>
1028     - rename to 'anaconda' instead of 'anaconda-reconfig'
1029    
1030     * Fri Dec 03 1999 Michael Fulbright <drmike@redhat.com>
1031     - remove ddcprobe since we don't do X configuration in reconfig now
1032    
1033     * Tue Nov 30 1999 Michael Fulbright <drmike@redhat.com>
1034     - first try at packaging reconfiguration tool
1035    

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