/[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.3 - (hide annotations) (download)
Wed Apr 9 13:51:41 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
Changes since 1.2: +2 -0 lines
Add Id to top of spec

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

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