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

Annotation of /rpms/anaconda/sme7/anaconda.spec

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


Revision 1.6 - (hide annotations) (download)
Mon Aug 24 15:09:08 2009 UTC (14 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: anaconda-10_1_1_103-1_centos4
Changes since 1.5: +79 -39 lines
Import CentOS 4.8 sources

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

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