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

Contents of /rpms/anaconda/sme7/anaconda.spec

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 14:39:14 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: anaconda-10_1_1_63-4_centos4_1_el4_sme
Import on branch sme7 of package anaconda-10.1.1.63-4.centos4.1.el4.sme.src.rpm

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

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