/[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.8 - (hide annotations) (download)
Tue Oct 27 01:24:44 2009 UTC (14 years, 7 months ago) by slords
Branch: MAIN
Changes since 1.7: +65 -8 lines
Update spec

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

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