/[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.7 - (show annotations) (download)
Mon Aug 24 16:46:21 2009 UTC (14 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: anaconda-10_1_1_103-1_centos4_1_el4_sme
Changes since 1.6: +11 -1 lines
* Mon Aug 24 2009 Shad L. Lords <slords@mail.com> 10.1.1.103-1.centos4.1.sme
- Add kmods based on selected kernel
- Remove super-minor from mdadm.conf to fix warnings.
- Remove root email from mdadm.conf to remove duplicate emails [SME: 2147]
- Make boot device be created first so raid will be ready for grub
- Apply various SME Server patches [SME: 1277]
- Change location of crash dump report [SME: 1250]

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

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