/[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.5 - (hide annotations) (download)
Fri Sep 12 03:55:39 2008 UTC (15 years, 9 months ago) by slords
Branch: MAIN
Changes since 1.4: +33 -1 lines
Update anaconda

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

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