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

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

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


Revision 1.2 - (hide annotations) (download)
Sat Dec 1 03:37:30 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: anaconda-10_1_1_81-1_centos4_1_el4_sme
Changes since 1.1: +126 -45 lines
Content type: text/plain
Import on branch sme7 of package anaconda-10.1.1.81-1.centos4.1.el4.sme.src.rpm

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

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