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

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

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

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