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

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