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

Diff of /rpms/anaconda/sme8/anaconda.spec

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

Revision 1.1 by slords, Tue Jun 12 17:57:22 2007 UTC Revision 1.14 by slords, Thu Mar 4 16:31:07 2010 UTC
# Line 1  Line 1 
1    # $Id$
2    
3  Name: anaconda  Name: anaconda
4  Version: 11.1.2.36  Version: 11.1.2.195
5  Release: 1%{?dist}.6  Release: 1%{?dist}.1
6  License: GPL  License: GPL
7  Summary: Graphical system installer  Summary: Graphical system installer
8  Group: Applications/System  Group: Applications/System
9  Source: anaconda-%{PACKAGE_VERSION}.tar.bz2  Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
10  Patch1: anaconda-centos-syslinux-msg.patch  BuildPreReq: kudzu-devel >= 1.2.57.1.18, pciutils-devel
 Patch2: anaconda-centos-installclasses-2.patch  
 Patch3: anaconda-centos-regkey.patch  
 Patch4: anaconda-centos-centos-branding-po_files.patch  
 Patch5: anaconda-centos-inst-type.patch  
 Patch6: anaconda-centos-task.patch  
 Patch7: anaconda-centos-removeStatusText.patch  
 Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch  
 Patch9: anaconda-centos-pkgorder.patch  
 Patch10: anaconda-centos-additional-repos.patch  
   
 BuildPreReq: kudzu-devel >= 1.2.42, pciutils-devel  
11  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
12  BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11  BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11
13  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
# Line 25  BuildPreReq: libXxf86misc-devel, intltoo Line 16  BuildPreReq: libXxf86misc-devel, intltoo
16  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,
17  BuildPreReq: libsepol-devel  BuildPreReq: libsepol-devel
18  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
19  BuildPreReq: glib2-devel >= 2.11.1-5  BuildPreReq: libdhcp-devel >= 1.20-10, mkinitrd-devel >= 5.1.2-1
20  BuildPreReq: libdhcp-devel >= 1.16, mkinitrd-devel >= 5.1.2-1  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5
21  BuildPreReq: audit-libs-devel  BuildPreReq: libdhcp6client >= 1.0.10-17
22    %ifnarch s390 s390x
23    BuildPreReq: iscsi-initiator-utils >= 6.2.0.871-0.0
24    %endif
25  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
26  Requires: parted >= 1.7.1, pyparted >= 1.7.2  Requires: parted >= 1.7.1, pyparted >= 1.7.2
27  Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0  Requires: kudzu >= 1.2.57.1.18, yum >= 2.9.2, pirut >= 1.1.0
28  Requires: libxml2-python, python-urlgrabber  Requires: libxml2-python, python-urlgrabber
29  Requires: system-logos, pykickstart, system-config-date  Requires: system-logos, pykickstart, system-config-date
30  Requires: device-mapper >= 1.01.05-3  Requires: device-mapper >= 1.01.05-3
31  Requires: dosfstools >= 2.11-6.2 e2fsprogs  Requires: dosfstools >= 2.11-6.2 e2fsprogs
32  Requires: python-pyblock >= 0.24-1  Requires: e4fsprogs
33    Requires: python-pyblock >= 0.26-1
34  Requires: libbdevid >= 5.1.2-1, libbdevid-python  Requires: libbdevid >= 5.1.2-1, libbdevid-python
35  Requires: audit-libs  Requires: audit-libs
36  %ifnarch s390 s390x ppc64  %ifnarch s390 s390x ppc64
37  Requires: rhpxl >= 0.25  Requires: rhpxl >= 0.25
38  %endif  %endif
39  Obsoletes: anaconda-images <= 10  Obsoletes: anaconda-images <= 10
40  Url: http://fedora.redhat.com/projects/anaconda-installer/  Url: http://fedoraproject.org/wiki/Anaconda
41    Patch1: anaconda-centos-syslinux-msg.patch
42    Patch2: anaconda-centos-installclasses-2.patch
43    Patch3: anaconda-centos-regkey.patch
44    Patch4: anaconda-centos-centos-branding-po_files.patch
45    Patch5: anaconda-centos-inst-type.patch
46    Patch6: anaconda-centos-task.patch
47    Patch7: anaconda-centos-removeStatusText.patch
48    Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch
49    Patch9: anaconda-centos-pkgorder.patch
50    Patch10: anaconda-centos-additional-repos.patch
51    
52    # SME specific patches
53    Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch
54    Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch
55    Patch1003: 0003-Fix-goto-previous-if-unable-to-go-back.patch
56    Patch1004: 0004-Always-pick-best-arch-for-package.patch
57    Patch1005: 0005-Allow-creating-mounting-degraded-raid-arrays.patch
58    Patch1006: 0006-Start-boot-raid-device-first-so-it-will-be-in-sync.patch
59    Patch1007: 0007-Automatically-upgrade-bootloader-if-necessary.patch
60    Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch
61    Patch1009: 0009-Force-time-to-be-based-on-UTC.patch
62    Patch1010: 0010-Add-final-warning-before-installing.patch
63    Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info.patch
64    Patch1012: 0012-Make-install-window-wider.patch
65    Patch1013: 0013-Don-t-email-root-on-raid-events.patch
66    Patch1014: 0014-Make-boot-loader-use-SME-labels.patch
67    Patch1015: 0015-Determine-upgradability-of-SME-server.patch
68    Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch
69    Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch
70    
71  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
72    
# Line 64  Requires: syslinux Line 88  Requires: syslinux
88  Requires: openssh  Requires: openssh
89  %endif  %endif
90  Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs  Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs
91    Requires: xml-common
92    Requires: libxml2
93    Requires(post): /usr/bin/xmlcatalog
94    Requires(postun): /usr/bin/xmlcatalog
95    
96  %description runtime  %description runtime
97  The anaconda-runtime package contains parts of the installation system which  The anaconda-runtime package contains parts of the installation system which
# Line 73  sets, but are not meant for use on alrea Line 101  sets, but are not meant for use on alrea
101  %prep  %prep
102    
103  %setup -q  %setup -q
104    
105  %patch1 -p1  %patch1 -p1
106  %patch2 -p1  %patch2 -p1
107  %patch3 -p1  %patch3 -p1
# Line 81  sets, but are not meant for use on alrea Line 110  sets, but are not meant for use on alrea
110  %patch6 -p1  %patch6 -p1
111  %patch7 -p1  %patch7 -p1
112  %patch8 -p1  %patch8 -p1
113  %patch9 -p1  #deprecated : %patch9 -p1
114  %patch10 -p1  %patch10 -p1
115    
116    # SME specific patches
117    %patch1001 -p1
118    %patch1002 -p1
119    %patch1003 -p1
120    %patch1004 -p1
121    %patch1005 -p1
122    %patch1006 -p1
123    %patch1007 -p1
124    %patch1008 -p1
125    %patch1009 -p1
126    %patch1010 -p1
127    %patch1011 -p1
128    %patch1012 -p1
129    %patch1013 -p1
130    %patch1014 -p1
131    %patch1015 -p1
132    %patch1016 -p1
133    %patch1017 -p1
134    
135  %build  %build
136  make depend  make depend
137  make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"  make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
# Line 98  strip $RPM_BUILD_ROOT/usr/lib/anaconda/* Line 146  strip $RPM_BUILD_ROOT/usr/lib/anaconda/*
146  %clean  %clean
147  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
148    
149    %post runtime
150    CATALOG=/etc/xml/catalog
151    /usr/bin/xmlcatalog --noout --add "rewriteSystem" \
152        "comps.dtd" \
153        "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
154    /usr/bin/xmlcatalog --noout --add "rewriteURI" \
155        "comps.dtd" \
156        "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
157    
158    %postun runtime
159    if [ $1 = 0 ]; then
160        CATALOG=/etc/xml/catalog
161        /usr/bin/xmlcatalog --noout --del \
162            "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
163    fi
164    
165  %files  %files
166  %defattr(-,root,root)  %defattr(-,root,root)
167  %doc COPYING  %doc COPYING
# Line 119  rm -rf $RPM_BUILD_ROOT Line 183  rm -rf $RPM_BUILD_ROOT
183  %files runtime  %files runtime
184  %defattr(-,root,root)  %defattr(-,root,root)
185  /usr/lib/anaconda-runtime  /usr/lib/anaconda-runtime
186    /usr/share/xml/comps
187    
188  %triggerun -- anaconda < 8.0-1  %triggerun -- anaconda < 8.0-1
189  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
190    
191  %changelog  %changelog
192  * Tue Apr 10 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.6  * Thu Oct 22 2009 Shad L. Lords <slords@mail.com> 11.1.2.195-1.sme.1
193  - Fix typo in additionalrepos patch  - No warnings if kernel not upgraded
194      (recreate initrd if kernel was installed)
195  * Mon Apr  9 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.5  - No warnings if unable to remove rpm databases
196  - Drop update repos from install time selection  - Fix goto previous if unable to go back
197    - Always pick best arch for package
198  * Sun Apr  8 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.4  - Allow creating/mounting degraded raid arrays
199  - Additional repos at install time    (log info about degraded arrays instead of not starting them)
200    - Start /boot raid device first so it will be in sync for grub install
201  * Fri Mar 30 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.3  - Automatically upgrade bootloader if necessary
202  - Drop taskMap mapping  - Search for language updates on upgrade disk
203    - Force time to be based on UTC
204  * Thu Mar 29 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.2  - Add final warning before installing
205  - Added pkgorder patch to make it do what we want it to  - Make install headless but still write keyboard info out
206      (don't ask us to use vnc mode)
207  * Wed Mar 28 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36-1.el5.centos.1  - Make install window wider
208  - Roll in CentOS Change    (fix titlebar spacing)
209    - Don't email root on raid events
210    - Make boot loader use SME labels
211    - Determine upgradability of SME server
212      (change erase disks to upgrade dialog)
213    - Run SME post-install scripts on kickstart install/upgrade
214    - Limit languages to those supported by SME
215    
216    * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 11.1.2.195-1.el5.centos
217    - Roll in CentOS Patch set
218    
219    * Wed Aug 05 2009 Martin Sivak <msivak@redhat.com> 11.1.2.195-1
220    - Update the loader with support code for Mellanox cards
221      Resolves: rhbz#514971
222    
223    * Mon Aug 03 2009 Martin Sivak <msivak@redhat.com> 11.1.2.194-1
224    - comps changed. replaced "virtualization" with "xen" (jgranados)
225      Resolves: rhbz#514885
226    - Add support for Melanox ConnectX mt26448 10Gb/s Infiniband, Ethernet, and FC (msivak)
227      Resolves: rhbz#514971
228    
229    * Thu Jul 23 2009 Joel Granados <jgranado@redhat.com>  11.1.2.193-1
230    - Make sure we include libdrm.so files in the image.
231      Related: rhbz#510397
232    
233    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.192-1
234    - Fix compile errors in the previous patch.
235      Related: rhbz#471883
236    
237    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.191-1
238    - Ignore block devices set to read-only.
239      Related: rhbz#471883
240    
241    * Tue Jul 21 2009 Martin Sivak <msivak@redhat.com> 11.1.2.190-1
242    - Correct a message presented to the user.
243      Related: rhbz#473747
244    - Remove ext4dev
245      Resolves: rhbz#510634
246    
247    * Thu Jul 16 2009 Radek Vykydal <rvykydal@redhat.com> 11.1.2.189-1
248    - Make buildinstall error out if mount of loop device fails (rvykydal).
249      Resolves: rhbz#472552
250    
251    * Tue Jul 11 2009 Joel Granados <jgranado@redhat.com> 11.1.2.188-1
252    - Require libdhcp6client for the build (jgranado).
253      Related: rhbz#506722
254    
255    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.187-1
256    - Add support for the qlge driver (jgranado)
257      Resolves: rhbz#504034
258    
259    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.186-1
260    - update support for ext4 in anaconda (jbastian)
261      Resolves: rhbz#510634
262    
263    * Wed Jul 08 2009 Chris Lumens <clumens@redhat.com> 11.1.2.185-1
264    - Save bootfile, if we have it, from DHCP response (dcantrell).
265      Resolves: rhbz#448006
266    
267    * Wed Jul 1 2009 Martin Sivak <msivak@redhat.com> 11.1.2.184-1
268    - Fix handling of parted exceptions in text mode (rvykydal)
269      Resolves: rhbz#506725
270    
271    * Thu Jun 4 2009 Joel Granados <jgranado@redhat.com> 11.1.2.183-1
272    - Create efirtc device node on ia64 to access hw clock (rvykydal).
273      Resolves: rhbz#485200
274    - Reserve enough space for lvm metadata when computing PV size usable for LVs (rvykydal).
275      Resolves: rhbz#500431
276    
277    * Mon Jun 1 2009 Joel Granados <jgranado@redhat.com> 11.1.2.182-1
278    - Add support for IGB VF device (jgranado).
279      Resolves: rhbz#502875
280    - Fix the error caused by change in fipscheck (again..) (msivak).
281      Resolves: rhbz#498992
282    
283    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.181-1
284    - Look for ipcalc in the right place (jgranado).
285      Resolves: rhbz#502249
286    
287    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.180-1
288    - Look for ipcalc in the right place (jgranado).
289      Resolves: rhbz#502249
290    
291    * Wed May 27 2009 Joel Granados <jgranado@redhat.com> 11.1.2.179-1
292    - Look for ipcalc in the right place (jgranado).
293      Resolves: rhbz#502249
294    
295    * Tue May 26 2009 Joel Granados <jgranado@redhat.com> 11.1.2.178-1
296    - Fix specification of zoneinfo files to be included in stage2 (rvykydal).
297      Resolves: rhbz#481617
298    - Fix the location of libfipscheck in initrd too (msivak).
299      Resolves: rhbz#498992
300    - cryptsetup status reversed its exit codes (dcantrell).
301      Resolves: rhbz#499824
302    - Require latest libdhcp (jgranado).
303      Resolves: rhbz#444919
304    - Do not include removed physical volumes in pvlist (rvykydal).
305      Resolves: rhbz#502438
306    
307    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.177-1
308    - Do not load storage drivers before loading DUD over network (rvykydal).
309      Resolves: rhbz#454478
310    
311    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.176-1
312    - Remove LVM metadata when doing clearpart (rvykydal).
313      Resolves: rhbz#462615
314    - Put lspci in the minstg2.img so inVmware doesn't traceback (clumens).
315      Resolves: rhbz#476476
316    
317    * Mon May 18 2009 Joel Granados <jgranado@redhat.com> 11.1.2.175-1
318    - Change the description of be2net (msivak).
319      Resolves: rhbz#496875
320    - Revert to libdhcp from rhel5.3 (dcantrell).
321      Related: rhbz#500775
322    
323    * Wed May 13 2009 Joel Granados <jgranado@redhat.com> 11.1.2.174-1
324    - Include valid timezones in stage 2 (rvykydal).
325      Resolves: rhbz#481617
326    - Fix traceback in timezone setting (kickstart interactive text mode) (rvykydal).
327      Resolves: rhbz#481617
328    - Compute size of modules buffer in loader (dcantrell).
329      Resolves: rhbz#484092
330    - Include /sbin/ipcalc for IP address validation (dcantrell).
331      Resolves: rhbz#460579
332    - Require latest libdhcp (dcantrell).
333      Resolves rhbz#444919
334    - Make buildinstall error out if mount of loop device fails (rvykydal).
335      Resolves: rhbz#472552
336    - Update Anaconda with new description for Emulex lpfc driver (msivak).
337      Resolves: rhbz#498511
338    - Get the libfipscheck from correct location (library was rebased) (msivak)
339      Resolves: rhbz#498992
340    - Add support for LSI MPT Fusion SAS 2.0 Device Driver (msivak).
341      Resolves: rhbz#475671
342    - IBM improvements to linuxrc.s390 (dcantrell).
343      Resolves: rhbz#475350
344    
345    * Wed May 6 2009 Joel Granados <jgranado@redhat.com> 11.1.2.173-1
346    - Allow bootloader on mbr when /boot is mdraid1 (hansg).
347      Resolves: rhbz#475973
348    - Don't traceback on read only (write protected) disks (hansg).
349      Resolves: rhbz#471883
350    - most noticably it fixes chap / reverse chap in combination with ibft (hansg).
351      Resolves: rhbz#497438
352    - Recognize mpath iscsi setups as using iscsi (hansg).
353      Resolves: rhbz#466614
354    
355    * Tue May 5 2009 Joel Granados <jgranado@redhat.com> 11.1.2.172-1
356    - The lambda function in run() is not needed (jgranado).
357      Resolves: rhbz#498935
358    - Increase max NIC identification duration to 5 minutes (dcantrell).
359      Resolves: rhbz#473747
360    - Correct a spelling error (dcantrell).
361      Resolves: rhbz#489997
362    - Remove noise from isys/nl.c (dcantrell).
363      Resolves: rhbz#490735
364    
365    * Thu Apr 30 2009 Chris Lumens <clumens@redhat.com> 11.1.2.171-1
366    - Remove umask temporarily so device permissions are correct (wmealing).
367      Resolves: rhbz#383531
368    
369    * Tue Apr 28 2009 Chris Lumens <clumens@redhat.com> 11.1.2.170-1
370    - No longer set cachedir since the rebased yum won't let us.
371      Resolves: rhbz#497288
372    - Support a dashed format of MAC in kickstarts (msivak).
373      Resolves: rhbz#480309
374    - Fix a typo in the parted exception ignoring patch
375      Related: rhbz#455465
376    - Add support for Marvell RAID bus controller MV64460/64461/64462 (msivak).
377      Resolves: rhbz#493179
378    - Add support for the "Emulex OneConnect 10GbE NIC" (msivak).
379      Resolves: rhbz#496875
380    
381    * Thu Apr 23 2009 Martin Sivak <msivak@redhat.com> 11.1.2.169-1
382    -  Activate ipv6 nics when an ipv6 ip is defined (jgranado).
383       Resolves: rhbz#445394
384    -  Check for DNS validity (jgranado).
385       Resolves: rhbz#465174
386    -  Do not crash when more than 32 tape devices are present (rvykydal)
387       Resolves: rhbz#476186
388    -  Ignore a subset of parted errors that are not critical (clumens)
389       Resolves: rhbz#455465
390    -  The FTP USER command does not need to be followed by a PASS (msivak)
391       Resolves: rhbz#477536
392    -  patch to skip accounts screen if using autostep and encrypted root password (msivak)
393       Resolves: rhbz#471122
394    -  rhel5 fix for cmdline being overridden by text when graphical install is detected as unworkable (msivak)
395       Resolves: rhbz#456325
396    -  Rewrote parts of pkgorder script to improve it's speed. (mgracik)
397       Resolves: rhbz#451083
398    -  Fix for traceback in Partitions.doMetaDeletes.addSnap() (dcantrell)
399       Resolves: rhbz#433824
400    -  More robust filtering of physical volumes in autopartitioning (rvykydal)
401       Resolves: rhbz#475271
402    -  Fix user --groups kickstart option (rvykydal)
403       Resolves: rhbz#454418
404    -  Let LCS devices come online after s390 installation (dcantrell)
405       Resolves: rhbz#471101
406    -  Added support for mdadm raid10 installs (mgracik)
407       Resolves: rhbz#467996
408    -  Updated the project URL (mgracik)
409       Resolves: rhbz#482781
410    
411    * Thu Dec 18 2008 Joel Granados <jgranado@redhat.com> 11.1.2.168-1
412    -  Make anaconda work with new API change in YUM (jgranado)
413       Resolves: rhbz:#476957
414    
415    * Wed Dec 17 2008 Joel Granados <jgranado@redhat.com> 11.1.2.167-1
416    - Fix anaconda build (hdegoede).
417      Related: rhbz:#476739
418    
419    * Tue Dec 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.166-1
420    - Load the raid45 modules at init time (jgranado).
421      Related: rhbz#475385
422    - Make sure the raid45 modules are in the images (jgranado).
423      Related: rhbz#475385
424    
425    * Mon Dec 15 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.165-1
426    - Final translations for instnum text (clumens)
427      Related: rhbz#474375
428    
429    * Fri Dec 12 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.164-1
430    - Fix non-CHAP iBFT install cases (hdegoede)
431      Resolves: rhbz#432819
432    - More translations for the instnum text (clumens)
433      Related: rhbz#474375
434    
435    * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.163-1
436    - Mark some new translations as fuzzy to fix the build.
437      Related: rhbz#474375
438    
439    * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.162-1
440    - Update translation files for the instnum text change.
441      Related: rhbz#474375
442    
443    * Wed Dec 3 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.161-1
444    - Include the libwrap in the initrd image
445      Resolves: rhbz#473955
446    
447    * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.160-1
448    - Allow ssh and telnet to the install (jgranado).
449      Resolves: rhbz:#473955
450    
451    * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.159-1
452    - The LV size is smaller than the totall sum of the partitions that make it up (jgranado).
453      Resolves: rhbz:#468944
454    
455    * Tue Nov 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.158-1
456    - Fix up ibft use cases (pjones).
457    - Partition requests can be None when populating the tree (dlehman).
458      Resolves: rhbz#472788
459    - Remove the name check on driver disk packages.
460      Resolves: rhbz#472951
461    - Remove missing PVs before removing obsolete VG (rvykydal).
462      Resolves: rhbz#468431
463    - Make the driverdisc label uppercase (msivak).
464      Related: rhbz#316481
465    
466    * Wed Nov 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.157-1
467    - Include ide-cs module into initrd (msivak).
468      Related: rhbz#448009
469    
470    * Wed Nov 12 2008 Chris Lumens <clumens@redhat.com> 11.1.2.156-1
471    - Fix a variety of pychecker errors (clumens, dcantrell, dlehman, rvykydal).
472      Resolves: rhbz#469734
473    - Remove defunct VG before creating new one of the same name (rvykydal).
474      Resolves: rhbz#469700
475    - Fix detection of ext4 on raid in rescue and upgrade (rvykydal).
476      Resolves: rhbz#470221
477    
478    * Tue Nov 11 2008 Joel Granados <jgranado@redhat.com> 11.1.2.155-1
479    - Enable the DD repository if the DD autodetection feature was used (msivak).
480      Related: rhbz:#316631
481    - Call insmod in linuxrc.s390, not insert_module (dcantrell).
482      Related: rhbz:#184648
483    - Load FCP modules early for CD/DVD install (dcantrell).
484      Related: rhbz:#184648
485    - Update mk-s390-cdboot.c to work with large kernel images (dcantrell).
486      Related: rhbz:#184648
487    - Fix all trivial (1 liner fixes) errors found by pychecker (hdegoede).
488      Related: rhbz:#469730
489    
490    * Wed Nov 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.154-1
491    - Include the new fnic driver (jgranado).
492      Related: rhbz#462387
493    - Run the busProbe after we have all driver disks loaded (msivak).
494      Related: rhbz#316481
495    
496    * Wed Nov 5 2008 Joel Granados <jgranado@redhat.com> 11.1.2.153-1
497    - Use struct audit_reply instead of struct auditd_reply_list (hdegoede).
498      Resolves: rhbz:#469873
499    - The Encryption button was missing in one migrate case (msivak).
500      Resolves:#469849
501    - kickstart expects --dhcpclass instead of --class (clumens).
502      Resolves: rhbz:#468972
503    - Fix the mounting procedure for autodetected driverdiscs (msivak).
504      Resolves: rhbz:#316481
505    
506    * Fri Oct 31 2008 Joel Granados <jgranado@redhat.com> 11.1.2.152-1
507    - Prepare environemnt so the AutoDD is properly detected (msivak).
508      Resolves: rhbz:#316481
509    - Don't write luks passphrases to anaconda-ks.cfg (dlehman).
510      Resolves: rhbz:#468907
511    - Write zeros to remove metadata before running luksFormat (dlehman).
512      Resolves: rhbz:#469177
513    
514    * Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.151-1
515    - Write correct OPTIONS line to ifcfg files on s390 for layer2 (dcantrell)
516      Resolves: rhbz#468755
517    
518    * Wed Oct 29 2008 Joel Granados <jgranado@redhat.com> 11.1.2.150-1
519    - Call createrepo in buildinstall only if --pkgorder is present (rvykydal).
520      Resolves: rhbz:#467341
521    
522    * Tue Oct 28 2008 Joel Granados <jgranado@redhat.com> 11.1.2.149-1
523    - Actually use the stderr parameter instead of duping to stdout (dlehman).
524      Resolves: rhbz:#467289
525    - Revert "Specify a default cio_ignore parameter for s390x (#253075)" (dcantrell).
526      Related: rhbz:#253075
527    - Revert "Enable CCW devices used for installation (#253075)" (dcantrell).
528      Related: rhbz:#253075
529    - Revert "Correctly enable ignored CCW devices in linuxrc.s390 (#253075)" (dcantrell).
530      Related: rhbz:#253075
531    
532    * Fri Oct 24 2008 Joel Granados <jgranado@redhat.com> 11.1.2.148-1
533    - Probe the devices to populate cache for DD routines (msivak).
534      Resolves: rhbz:#316481
535    
536    * Thu Oct 23 2008 Joel Granados <jgranado@redhat.com>  11.1.2.147-1
537    - Dont execute the extra information message for all the devices (jgranado).
538      Resolves: rhbz:#466291
539    
540    * Tue Oct 21 2008 David Cantrell <dcnatrell@redhat.com> 11.1.2.146-1
541    - Fix up CCW device enabling on s390x (dcantrell)
542      Resolves: rhbz#253075
543    
544    * Mon Oct 20 2008 Dave Lehman <dlehman@redhat.com> 11.1.2.145-1
545    - Handle device names containing "/" in LUKS name fixup
546      Related: rhbz#464769
547    
548    * Thu Oct 16 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.144-1
549    - Enable CCW devices used for installation (dcantrell)
550      Resolves: rhbz#253075
551    
552    * Wed Oct 15 2008 Joel Granados <jgranado@redhat.com>  11.1.2.143-1
553    - Change order when calling dasdFmt to avoid race condition while formating dasd drives (jgranado).
554      Resolves: rhbz:#466474
555    
556    * Tue Oct 14 2008 Joel Granados <jgranado@redhat.com> 11.1.2.142-1
557    - Add the enic driver (jgranado).
558      Resolves: rhbz:#462387
559    - Get the right list elements for the iscsi text interface (clumens).
560      Resolves: rhbz:#466902
561    - Fix detection of ext4/ext4dev root partitions in rescue (rvykydal).
562      Resolves: rhbz:#466868
563    
564    * Mon Oct 13 2008 Joel Granados <jgranado@redhat.com> 11.1.2.141-1
565    - Prevent creation of encrypted swraid partitions (dlehman).
566      Resolves: rhbz:#456283
567    - Enable the iBFT by default and set the fallbacks to mimic the w/o iBFT behaviour (msivak).
568      Resolves: rhbz:#445721
569    
570    * Fri Oct 10 2008 Peter Jones <pjones@redhat.com> - 11.1.2.140-1
571    - Don't display errors from nl_set_device_mtu() (dcantrell)
572      Resolves: rhbz#466305
573    - Use a correct path for addnote, since the one in the original patch
574      wasn't what the kernel group thought they were telling me.
575      Related: rhbz#462663
576    
577    * Thu Oct 09 2008 Chris Lumens <clumens@redhat.com> 11.1.2.139-1
578    - Handle None in luks device name rectification (pjones).
579      Resolves: rhbz#466348
580    
581    * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-2
582    - Start the iBFT configured drives during iSCSI startup (msivak)
583      Resolves: rhbz#445721
584    
585    * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-1
586    - Add note to bootable kernel image on ppc64 (dhowells)
587      Related: rhbz#462663
588    
589    * Mon Oct 06 2008 Chris Lumens <clumens@redhat.com> 11.1.2.137-2
590    - Better error checking when retrieveing info from iBFT (msivak).
591      Related: rhbz#445721
592    - Fix a typo in the anaconda-runtime %post scriptlets.
593      Resolves: rhbz#465441
594    
595    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-2
596    - Fix build.
597      Related: rhbz:#445721
598    
599    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-1
600    - Rebuild to make brew happy.
601      Related: rhbz:#445721
602    
603    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.135-1
604    - iBFT has MAC addresses with wrong case, use strcasecmp to compare them (msivak).
605      Resolves: rhbz:#445721
606    - Look up correct luks name before trying to decide on our boot device (pjones).
607      Resolves: rhbz:#464769
608    - Add new LUKS devices to partitions.encryptedDevices (dlehman).
609      Resolves: rhbz:#464769
610    - Add a workaround for lvm-on-raid size miscomputation (clumens).
611      Resolves: rhbz:#463431
612    - Do not use labels to specifiy LUKS devices in /etc/fstab (dlehman).
613      Resolves: rhbz:#461702
614    
615    * Thu Oct 2 2008 Joel Granados <jgranado@redhat.com> 11.1.2.134-1
616    - Fix traceback when using kickstart and device encryption (pjones).
617      Resolves: rhbz:#461700
618    - Fix traceback when using encryption with kickstart (pjones).
619      Resolves: rhbz:#461700
620    - Fix ext4/ext4dev detection on existing partitions (rvykydal).
621      Resolves: rhbz:#465248
622    
623    * Tue Sep 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.133-1
624    - Set a label on /etc/sysconfig/keyboard (clumens).
625      Resolves: rhbz:#463785
626    - Add comps.dtd to anaconda-runtime package (dcantrell).
627      Resolves: rhbz:#442138
628    - Make sure /etc/xml/catalog is updated on package removal (dcantrell).
629      Resolves: rhbz:#442138
630    - Fix a logging traceback in the encryption code (clumens).
631      Resolves: rhbz:#464771
632    - Fix lvm partitioning in gui that was broken (rvykydal).
633      Resolves: rhbz:#415871
634    - Fix computing of lvm partition sizes wrt physical extent size in gui (rvykydal).
635      Resolves: rhbz:463780
636    - Add pointer initialization (rvykydal).
637      Resolves: rhbz#439461
638    
639    * Fri Sep 26 2008 Joel Granados <jgranado@redhat.com> 11.1.2.132-1
640    - When we use kickstart with specified UI mode, do not prompt for VNC (msivak).
641      Resolves: rhbz##453551
642    
643    * Thu Sep 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.131-1
644    - Fix rescue mode typo.
645      Resolves: rhbz#463920
646    - Fix traceback accessing obsolete data member (dlehman).
647      Resolves: rhbz#463778
648    
649    * Tue Sep 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.130-1
650    - Fix the test for if we should remove the Virt group.
651      Resolves: rhbz#462907.
652    
653    * Mon Sep 22 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.129-1
654    - Fix mk-s390-cdboot so it doesn't SIGSEGV when generating images (dcantrell)
655      Related: rhbz#184648
656    - Add libfipscheck to initrd for sshd on s390x (clumens)
657      Resolves: rhbz#463273
658    
659    * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.128-1
660    - Include the correct version of the spec file in the source archive.
661      Related: rhbz#461700
662    
663    * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.127-1
664    - Support for system-wide passphrase for encrypted block devices (dlehman).
665      Resolves: rhbz#461700
666    
667    * Wed Sep 17 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.126-1
668    - Add a stub to cmdline UI for getLuksPassphrase (dlehman)
669      Resolves: rhbz#462491
670    - Don't add a LUKSDevice to autopart PVs unless we're encrypting (dlehman)
671      Resolves: rhbz#462640
672    - Support upgrade of systems that use encrypted block devices (dlehman)
673      Resolves: rhbz#461696
674    - Disallow use or creation of encrypted software RAID partitions (dlehman)
675      Resolves: rhbz#456283
676    - Use UUIDs instead of device nodes in crypttab (dlehman)
677      Resolves: rhbz#461702
678    - Add support for OSA Express 2 ports per CHPID (rvykydal)
679      Resolves: rhbz#439461
680    - Fix kickstart timezone value checking (rvykydal)
681      Resolves: rhbz#462595
682      Resolves: rhbz#404321
683    
684    * Tue Sep 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.125-1
685    - Include the programs needed to manage ext4 filesystems (clumens).
686      Resolves: rhbz#462476
687    - Fix a reference to a variable before it exists in network.py (clumens).
688      Resolves: rhbz#462480
689    
690    * Mon Sep 15 2008 Chris Lumens <clumens@redhat.com> 11.1.2.124-1
691    - Fix blkid_dev_next return value checking (rvykydal).
692      Resolves: rhbz#462175
693    - Add the reverse chap bits for kickstart as well (pjones).
694      Related: rhbz#432819
695    - Make iBFT reading explicit from a higher level (pjones).
696    - Fix device nodes creating for more than 8 cciss devices (rvykydal).
697      Resolves: rhbz#445765
698    - Disable iBFT support for s390 and s390x (dcantrell).
699    
700    * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.123-1
701    - Disable iBFT support on s390 and s390x (dcantrell)
702      Related: rhbz#445721
703    
704    * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.122-1
705    - Add full CHAP support to iSCSI (pjones)
706      Resolves: rhbz#432819
707    - Don't set iscsi devices to autostart (pjones)
708      Resolves: rhbz#437891
709    - Support iSCSI CHAP and Reverse CHAP authentication (pjones)
710      Resolves: rhbz#402431
711      Resolves: rhbz#432819
712    - Partitions growing fixed (rvykydal)
713      Resolves: rhbz#442628
714    - Do not traceback when no root partitions are found in upgrade (rvykydal)
715      Resolves: rhbz#444527
716    - Add support for ext4dev/ext4 filesystem (rvykydal)
717      Resolves: rhbz#444527
718    - Add support for reading NIC setup from the iBFT table (msivak)
719      Resolves: rhbz#445721
720    - Add 802.1q driver (rvykydal)
721      Resolves: rhbz#431915
722    - Add libfipscheck to the images (clumens)
723      Resolves: rhbz#461923
724    - Display drive model and size in MB in partitioning UI (dcantrell)
725      Resolves: rhbz#460697
726    
727    * Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.121-1
728    - Enable the dlabel=on for RHEL by default (msivak).
729      Related: rhbz#316481.
730    
731    * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-2
732    - libuuid is provided by e2fsprogs-devel.
733      Related: rhbz#316481.
734    
735    * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-1
736    - Include the nss libraries that the new RPM is linked against.
737      Resolves: rhbz#460375.
738    - Add automatic driver disk detection (msivak).
739      Resolves: rhbz#316481.
740    
741    * Wed Aug 6 2008 Joel Granados <jgranado@redhat.com> 11.1.2.119-1
742    - Support VDSK devices on s390x (dcantrell).
743      Resolves: rhbz#264061
744    
745    * Wed Jul 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.118-1
746    - Use fedorakmod.py plugin from yum-utils package, don't pack it in anaconda (rvykydal).
747      Resolves: rhbz#434804
748    - Make sure bootproto=query settings carry over to stage2 (clumens).
749      Resolves: rhbz#453863
750    - Probe BUS_VIRTIO again after probing BUS_PCI (markmc).
751      Resolves: rhbz#446232
752    - Add virtio drives to multipath blacklist (markmc).
753      Resolves: rhbz#446232
754    - Add virtio max partition count (markmc).
755      Resolves: rhbz#446232
756    - Sort virtio devices first (markmc).
757      Resolves: rhbz#446232
758    - Probe on BUS_VIRTIO for devices (markmc).
759      Resolves: rhbz#446232
760    - Explicitly include virtio_pci in the initrd (markmc).
761      Resolves: rhbz#446232
762    - Add virtio to module-info (markmc).
763      Resolves: rhbz#446232
764    - Add virtio support to devMakeInode() (markmc).
765      Resolves: rhbz#446232
766    - Offer physical NIC identification in stage 1 (dcantrell).
767      Resolves: rhbz:#261101
768    - Suspend the curses interface before calling scripts and resume afterwards (msivak).
769      Resolves: rhbz#435314
770    
771    * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.117-1
772    - Fix the build.
773    - Change the Makefile so it doesn't replace tags.
774    
775    * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.116-1
776    - Specify a default cio_ignore parameter for s390x (dcantrell).
777      Resolves: rhbz#253075
778    - Call dhcpNetDevice() instead of removed pumpNetDevice() (rvykydal).
779      Resolves: rhbz#452664
780    - Add support for the --only-use argument to RHEL5 (rvykydal).
781      Resolves: rhbz#318351
782    - Log a message informing about the critical upgrade error (jgranado).
783      Resolves: rhbz#436865
784    - Support booting from FCP-attached CD/DVD drive on s390 (dcantrell).
785      Resolves: rhbz#184648
786    - The actual size of a logical volume must be rounted down (jgranado).
787      Resolves: rhbz#415871
788    - Set network device MTU if user specified mtu= (dcantrell).
789      Resolves: rhbz#435874
790    
791    * Wed Jul 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.115-1
792    - Pass the cmdline options to the nfs structure (jgranado).
793      Resolves: rhbz#432603
794    - Remove hicolor-icon-theme>gtk2 from whiteout.py (msivak).
795      Resolves: rhbz#369251
796    - Ask the user if he wants to use VNC instead of text mode (msivak).
797      Resolves: rhbz#453551
798    - Leftover bits of encrypted block device support (dlehman).
799      Resolves: rhbz#229865
800    - Rescue of systems containing encrypted block devices (dlehman).
801      Resolves: rhbz#229865
802    - Support preexisting encrypted block devices (dlehman).
803      Resolves: rhbz#229865
804    - Kickstart support for encrypted block devices (dlehman).
805      Resolves: rhbz#229865
806    - User interface for manipulating encrypted block devices (dlehman).
807      Resolves: rhbz#229865
808    - Partitioning with encrypted block devices (dlehman).
809      Resolves: rhbz#229865
810    - Device-level support for encrypted block devices (dlehman).
811      Resolves: rhbz#229865
812    
813    * Wed Jul 9 2008 Joel Granados <jgranado@redhat.com> 11.1.2.114-1
814    - Enable upgrades for mayor version in rhel5 only (jgranado).
815      Resolves: rhbz#436865
816    - Handling of invalid timezone value in kickstart added (rvykydal).
817      Resolves: rhbz#404321
818    - GCC is complaining about unchecked return value from read call (msivak).
819      Resolves: rhbz#448009
820    - Enable re-IPL on s390x after installation (dcantrell).
821      Resolves: rhbz#432416
822    - Change the maximum recommended swap size to "2000 + (current ram)" (jgranado).
823      Resolves: rhbz#447372
824    - Don't show the virtualization option if we are in Xen or in Vmware (jgranado).
825      Resolves: rhbz#258441
826    - Prepare the system a little before initializing the pcmcia devices (msivak).
827      Resolves: rhbz#448009
828    - Change the total number of processed packages/files/.. to avoid negative counter in remaining packages (msivak).
829      Resolves: rhbz#436103
830    - Create additional /dev/xvda device nodes (clumens).
831      Resolves: rhbz#437752
832    - Don't use error messages from dosfslabel as the label (clumens)
833      Resolves: rhbz#427457
834    - Add nui driver (jgranado).
835      Resolves: rhbz#444820
836    - Allow the use of the "-" character in lvm names (jgranado).
837      Resolves: rhbz#430907
838    - yum.remove removes installed packages, not to be installed packages (msivak).
839      Resolves: rhbz#442325
840    - Allow removing packages by glob now that yum supports it (msivak).
841      Resolves: rhbz#442325
842    
843    * Wed Apr 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.113-1
844    - Require the latest version of libnl-devel.
845      Resolves: rhbz#441922
846    - Fix definition of __libc_setlocale_lock for new glibc.
847      Resolves: rhbz#441940
848    - Add support for the bcm5710 driver.
849      Resolves: rhbz#442553
850    - Require the latest libdhcp (dcantrell).
851      Resolves: rhbz#435978
852    - Fix networking tracebacks (pjones, clumens).
853      Resolves: rhbz#442020
854    
855    * Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> 11.1.2.112-1
856    - Make isys.dhcpNetDevice() work in rescue mode (dcantrell).
857      Related: rhbz#435978
858    
859    * Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> 11.1.2.111-1
860    - Don't rebuild the initrds if no modules were installed.
861      Resolves: rhbz#439379
862    - Bootable requests can not be on logical volumes.
863      Resolves: rhbz#439270
864    - Name the xen images for ia64 in the .treeinfo file (jgranado).
865    - Fix reporting on transaction errors (jgranado).
866      Resolves: rhbz#437813
867    - Fix loop iteration in nl_ip2str (dcantrell).
868      Resolves: rhbz#437773
869    - Allow GPT on ppc or ppc64 (dcantrell).
870      Resolves: rhbz#438683
871    
872    * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.110-1
873    - Don't try to initialize iSCSI when the portal cannot be detected (msivak).
874      Resolves: rhbz#435173
875    
876    * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.109-1
877    - Make sure DHCP works in rescue mode (dcantrell).
878      Resolves: rhbz#435978
879    
880    * Mon Mar 17 2008 Chris Lumens <clumens@redhat.com> 11.1.2.108-1
881    - Avoid SIGSEGV on s390x in netlink loop (dcantrell).
882      Resolves: rhbz#436377
883    
884    * Thu Mar  6 2008 Jeremy Katz <katzj@redhat.com> - 11.1.2.107-1
885    - Fix another case which could have None options
886      Resolves: rhbz#435998
887    
888    * Wed Mar 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.106-1
889    - Fix the case where we're checking for _netdev but options is None (pjones).
890      Resolves: rhbz#435998
891    
892    * Mon Mar 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.105-1
893    - Add support for _rnetdev mount option in fstab (pjones).
894      Resolves: rhbz#435716
895    - Lots of network UI configuration fixes (dcantrell).
896      Resolves: rhbz#432011
897    - Fix lvm error handling (msivak).
898      Related: rhbz#224636
899    
900    * Thu Feb 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.104-1
901    - Handle exceptions when setting up repos not enabled by a key.
902      Resolves: rhbz#433028
903    - Show unconfigured interfaces as UNCONFIGURED (dcantrell).
904      Related:  rhbz#275291
905    
906    * Tue Feb 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.103-1
907    - Fix a traceback in the backported pkgorder fix.
908      Resolves: rhbz#432006
909    - Fix wrong function names for iscsi login/start (pjones).
910      Resolves: rhbz#433276
911    
912    * Sat Feb 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.102-1
913    - Correct auth command reading problem for ks files (dcantrell).
914      Related: rhbz#427388
915    - Use correct salt length for MD5, SHA256, & SHA512 (dcantrell).
916      Related: rhbz#427388
917    
918    * Wed Feb 13 2008 Chris Lumens <clumens@redhat.com> 11.1.2.101-1
919    - Make sure interface description is defined (dcantrell).
920      Resolves: rhbz#432635
921    - Set an attribute when iscsid is started
922      Resolves: rhbz#431904
923    
924    * Mon Feb 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.100-1
925    - Better fixes for iscsi probing (pjones, jlaska)
926      Related: rhbz#431924
927    - Make man pages work in the chrooted environment (jgranado)
928      Resolves: rhbz#243443
929    - Use correct variable in comparison (jgranado)
930      Related: rhbz#432035
931    
932    * Fri Feb 08 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.99-1
933    - Prevent writing out IPV6ADDR=none lines to ifcfg-ethX files (jgranado)
934      Resolves: rhbz#432035
935    
936    * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.98-1
937    - Fix an infinite loop in using libnl (dcantrell).
938      Related: rhbz#303681
939    
940    * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.97-1
941    - Add module dependencies of qeth.ko.
942      Resolves: rhbz#431922
943    - Make sure ISCSIADM and such are defined (pjones).
944      Resolves: rhbz#431924
945    - Use libnl to read MAC and IP addresses (dcantrell).
946      Resolves: rhbz#303681
947    - Fix usage of minstg2 vs. stage2 in low-mem cases (jgranado).
948      Resolves: rhbz#207657
949    
950    * Tue Feb 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.96-1
951    - Include libnssutil3.so in the initrd for s390 as well.
952      Resolves: rhbz#431054
953    - Document the dhcptimeout parameter (msivak).
954      Related: rhbz#198147, rhbz#254032
955    
956    * Mon Feb 04 2008 Chris Lumens <clumens@redhat.com> 11.1.2.95-1
957    - Propagate hostname from stage 1 to stage 2 on s390x (dcantrell).
958      Resolves: rhbz#354021
959    
960    * Fri Feb 01 2008 Chris Lumens <clumens@redhat.com> 11.1.2.94-1
961    - Include libnssutil3.so for sshd on s390 (dcantrell).
962    - Remove old IP addresses from interface on reconfig (dcantrell).
963      Resolves: rhbz#218273
964    - More fixes for .treeinfo (jgranado).
965    
966    * Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> 11.1.2.93-1
967    - Support network --bootproto=query in kickstart installs.
968      Resolves: rhbz#401531
969    - Set the format flag for new volume groups (msivak).
970      Resolves: rhbz#246523
971    - More fixes for .treeinfo (jgranado).
972      Related: rhbz#253992
973    
974    * Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.92-1
975    - Fix remaining issues with createLuserConf() changes
976      Related: rhbz#430237
977    
978    * Mon Jan 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.91-1
979    - Include python-iniparse in stage2 for pirut.
980      Resolves:  rhbz#430212
981    - Update the information contained in .treeinfo files (jgranado).
982      Resolves: rhbz#253992
983    - Fix namespace issue with createLuserConf (dcantrell).
984      Resolves: rhbz#430237
985    - Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell).
986      Related: rhbz#428694, rhbz#216158
987    
988    * Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.90-1
989    - Add the stage2 to the .treeinfo file (jgranado).
990      Resolves: rhbz#253992
991    - Fix handling %packages section in output anaconda-ks.cfg file.
992      Related: rhbz#280101
993    - Fix a traceback caused by the patch for 427388.
994      Resolves: rhbz#429902
995    - Fix some additional errors in createLuserConf() (dcantrell).
996      Resolves: rhbz#429902
997    - Fix iscsi so that mkinitrd can talk to the running daemon (pjones).
998    
999    * Mon Jan 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.89-1
1000    - Support SHA256/SHA512 password encoding from kickstart (dcantrell).
1001      Resolves: rhbz#427388
1002    
1003    * Fri Jan 18 2008 Chris Lumens <clumens@redhat.com> 11.1.2.88-1
1004    - Allow users to back up past instkey dialog (dlehman).
1005      Resolves: rhbz#252349
1006    - Handle missing FTP files the same way as missing HTTP files (dlehman).
1007      Resolves: rhbz#350251
1008    - Add support for iSCSI iBFT (msivak).
1009      Resolves: rhbz#307761
1010    - Do not display NICs as UNCONFIGURED in network_text.py (dcantrell).
1011      Resolves: rhbz#275291
1012    - If bootproto is dhcp, unset any static settings (dcantrell).
1013      Resolves: rhbz#218489
1014    - Add support for the mptctl driver.
1015      Resolves: rhbz#382941
1016    - Fix a traceback running pkgorder in non-base products (dgregor).
1017      Resolves: rhbz#317131
1018    - Fix a traceback when adding zFCP disk without specifying details (msivak).
1019      Resolves: rhbz#428180
1020    - Catch lvm tools errors when creating logical volumes (msivak).
1021      Resolves: rhbz#224636
1022    - Add support for specifying the dhcp timeout (msivak).
1023      Resolves: rhbz#198147, rhbz#254032
1024    - Don't add a trailing 1 to filesystem labels (jgranado).
1025      Resolves: rhbz#415861
1026    - Add spufs support (jgranado).
1027      Resolves: rhbz#247720
1028    - List iSCSI multipath devices in the installer UI. (dcantrell).
1029      Resolves: rhbz#391951
1030    - Fix selected device when adding an advanced storage device (msivak).
1031      Resolves: rhbz#248447
1032    - Add maketreeinfo.py script (jgranado).
1033      Resolves: rhbz#253992
1034    - Make F12 work for the network config screen in text installs (jgranado).
1035      Resolves: rhbz#250982
1036    - Add the ixgbe driver (jgranado).
1037      Resolves: rhbz#350911
1038    - Write out IPV6INIT= to network-scripts (jgranado).
1039      Resolves: rhbz#243524
1040    - Close md devices to fix RAID tracebacks (jgranado).
1041      Related: rhbz#208970
1042    - Use input %packages section for anaconda-ks.cfg (msivak).
1043      Resolves: rhbz#280101
1044    - Add option for selecting different comps file (msivak).
1045      Resolves: rhbz#352081
1046    - Add nicdelay parameter (msivak).
1047      Resolves: rhbz#349521
1048    - Be more accepting in which strings we wait for from sshd (alanm).
1049      Resolves: rhbz#286031
1050    - Allow the use of double quotes in the pxeboot config file (jgranado).
1051      Resolves: rhbz#248170
1052    - Read the nic info before showing the configuration window (jgranado).
1053      Resolves: rhbz#278451
1054    - Make the back button work on the network config screen in loader (jgranado).
1055      Resolves: rhbz#233655
1056    - Get lcs interface name correctly (msivak).
1057      Resolves: rhbz#237508
1058    - Include more terminfo files to fix s390 telnet mode (msivak).
1059      Resolves: rhbz#231173
1060    - Fix kickstart docs for --dhcpclass parameter (jgranado).
1061      Resolves: rhbz#248910
1062    - Fix traceback when displaying autopartition error messages (jgranado).
1063      Resolves: rhbz#247257
1064    - Fix comparison of unusual network interface names (jgranado).
1065      Resolves: rhbz#246135
1066    - Populate the kickstart file dialog with the original value (jgranado).
1067      Resolves: rhbz#245936
1068    - Make the man pages work in rescue mode (jgranado).
1069      Resolves: rhbz#243443
1070    - Sort text package list (jgranado).
1071      Resolves: rhbz#242456
1072    - Don't eject the cd before the %post scripts are run (jgranado).
1073      Resolves: rhbz#238711
1074    
1075    * Wed Oct 17 2007 Chris Lumens <clumens@redhat.com> 11.1.2.87-1
1076    - Prompt for manual network configuration in the loader if needed.
1077      Related: rhbz#296081
1078    
1079    * Mon Oct 15 2007 Chris Lumens <clumens@redhat.com> 11.1.2.86-1
1080    - Don't try to use DHCP in networks with static IP configuration.
1081      Resolves: rhbz#296081
1082    
1083    * Wed Oct 03 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.85-1
1084    - Check both IP structure members in getFileFromNfs()
1085      Resolves: rhbz#316251
1086    
1087    * Thu Sep 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.84-1
1088    - Check return values correctly on netlink_interfaces_ip2str() and
1089      netlink_interfaces_mac2str()
1090      Resolves: rhbz#230525
1091      Related: rhbz#209284
1092    
1093    * Wed Sep 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.83-1
1094    - Add cxgb3 driver (pjones)
1095      Resolves: rhbz#296791
1096    
1097    * Tue Sep 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.82-1
1098    - Fix kickstart over NFS installs on s390x (ks=nfs:host:/path)
1099      Resolves: rhbz#250689
1100    
1101    * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.81-1
1102    - Make major and minor long ints in devMakeInode()
1103      Related: rhbz#218816
1104    
1105    * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.80-1
1106    - Create all variations of tape drive device nodes (dlehman)
1107      Resolves: rhbz#218816
1108    
1109    * Fri Sep 14 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.79-1
1110    - Correct infinite loop problem with new recvfrom() code for reading large
1111      netlink messages
1112      Related: rhbz#230525
1113    - Make sure we clear the netlink cache before looking up IP or MAC addrs
1114      Related: rhbz#235824
1115    
1116    * Thu Sep 13 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.78-1
1117    - Fix manual IPv4 configuration when adding an iSCSI device
1118      Related: rhbz#235824
1119    
1120    * Wed Sep 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.77-1
1121    - Revert netlink_init_interfaces_list() changes
1122      Resolves: rhbz#287541
1123    
1124    * Tue Sep 11 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.76-1
1125    - Fix going back to the network device selection screen in loader
1126      Resolves: rhbz#253285
1127    - Rework netlink_get_interface_ip() to handle large recvfrom responses (pjones)
1128      Related: rhbz#230525
1129    - Driver disk fixes (clumens)
1130      Related: rhbz#213318
1131    - Make sure MACADDR is written to ifcfg-* files (bhinson)
1132      Related: rhbz#248049
1133    
1134    * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.75-1
1135    - Fix network handling via CMS conf file on s390x
1136      Resolves: rhbz#278261
1137    
1138    * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.74-1
1139    - Find all NICs with netlink call
1140      Related: rhbz#230525
1141    
1142    * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.73-1
1143    - Handle empty VSWITCH parameter (bhinson AT redhat DOT com)
1144      Related: rhbz#248049
1145    
1146    * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.72-1
1147    - Rebuild against kudzu-1.2.57.1.15
1148      Resolves: rhbz#276161
1149    
1150    * Fri Aug 31 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.71-1
1151    - Remove extra newtPopWindow() call
1152      Related: rhbz#260621
1153    
1154    * Thu Aug 30 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.70-1
1155    - Fix text wrap width on partition type combo (dlehman)
1156      Related: rhbz#221791
1157    - Avoid SIGSEGV in for kickstart installs on Configure TCP/IP window
1158      Related: rhbz#260621
1159    
1160    * Wed Aug 29 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.69-1
1161    - Skip Configure TCP/IP window for kickstart installs
1162      Resolves: rhbz#260621
1163    - Do not run _isys.vtActivate() on s390x
1164      Related: rhbz#217563
1165    - Keep drive selection box disabled if user clicks Back (clumens)
1166      Related: rhbz#219207
1167    
1168    * Mon Aug 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.68-1
1169    - Do not return after NIC config for iSCSI setup
1170      Resolves: rhbz#233029
1171    
1172    * Fri Aug 24 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.67-1
1173    - Fix "no more mirrors" problems when retrieving packages (dlehman)
1174      Resolves: rhbz#240582
1175    - Don't add duplicate fstab entries if the fstype is none (clumens)
1176      Resolves: rhbz#253485
1177    - Allow users to change their NIC and reconfigure it in loader
1178      Resolves: rhbz#253285
1179    - Validate IP addresses correctly for manual entry on s390x linuxrc
1180      Related: rhbz#234152
1181    - Correct setting addon repository names (clumens)
1182      Related: rhbz#206152
1183    
1184    * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.66-1
1185    - Select appropriate kernel devel package (dlehman)
1186      Related: rhbz#226784
1187    
1188    * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.65-1
1189    - Don't assume tb[IFLA_ADDRESS] contains data
1190      Resolves: rhbz#252988
1191    - Add support for VSWITCH and MACADDR conf variables on s390x
1192      Resolves: rhbz#248049
1193    - Fix ks=nfs: regression on s390x
1194      Resolves: rhbz#250689
1195    
1196    * Mon Aug 13 2007 Peter Jones <pjones@redhat.com> - 11.1.2.64-1
1197    - Fix memory size comparison in PAE test.
1198      Related: rhbz#207573
1199    - Add e1000e and igb modules.
1200      Resolves: rhbz#251733
1201      Resolves: rhbz#251735
1202    
1203    * Fri Aug 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.63-1
1204    - Disable zFCP device before removing LUN (bhinson AT redhat DOT com)
1205      Resolves: rhbz#249341
1206    
1207    * Wed Aug 08 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.62-1
1208    - Add a symlink in /etc to /mnt/runtime/etc/yum, handle kABI
1209      requires/provides (dlehman)
1210      Resolves: rhbz#241412
1211    - Fix converting UI selections into which drives should be used for
1212      partitioning (clumens)
1213      Resolves: rhbz#247997
1214    
1215    * Mon Aug 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.61-1
1216    - Honor ip=<val>/ipv6=<val>/noipv4/noipv6 boot parameters and skip the
1217      loader configuration if enough settings are passed on the boot line
1218      Resolves: rhbz#246603
1219    
1220    * Fri Jul 20 2007 Peter Jones <pjones@redhat.com> - 11.1.2.60-1
1221    - Hopefully fix usb-storage reloading.  Still needs testing
1222      Related: rhbz#247830
1223    - Ignore failure to unmount /mnt/source if we don't think there's a real mount
1224      (dlehman)
1225      Related: rhbz#223059
1226    - Prevent SIGSEGV when going back from NFS entry box after manual IPv4
1227      configuration (dcantrell)
1228      Resolves: rhbz#248075
1229    - Fix the timezone window (dcantrell)
1230      Resolves: rhbz#248928
1231    
1232    * Wed Jul 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.59-1
1233    - Correctly discover underlying physical disks for RAID devices (pjones)
1234      Resolves: rhbz#248616
1235    - Mark iSCSI root with _netdev mount option (markmc AT redhat DOT com)
1236      Resolves: rhbz#244994
1237    - Clear screen after post-install NIC settings
1238      Resolves: rhbz#248130
1239    - Display mpath model and unit info on text partitioning screen
1240      Related: rhbz#185852
1241    
1242    * Mon Jul 16 2007 Peter Jones <pjones@redhat.com> - 11.1.2.58-1
1243    - Only skip redhat-lsb during dependency resolution if it's not
1244      the only thing left
1245      Resolves: rhbz#248195
1246    
1247    * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.57-1
1248    - Only use GPT when we've got really big disks
1249      Resolves: rhbz#247830
1250    - Allow ia64 virt installs without "debug" option
1251      Resolves: rhbz#246718
1252    - Copy firmware files correctly from driver disks
1253      Related: rhbz#224076
1254    
1255    * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.56-1
1256    - Save "nodmraid" option so mkinitrd won't turn it on during boot
1257      Related: rhbz#185852
1258    - Don't mark partitions as bootable on GPT disks unless we're using EFI
1259      Related: rhbz#130236
1260    - Fix size display errors with large disks
1261      Related: rhbz#130236
1262    
1263    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.55-1
1264    - Display mpath model information on the custom partitioning screen
1265      Related: rhbz#185852
1266    
1267    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.54-1
1268    - Add missing colon on an if statement in getMpathModel()
1269      Related: rhbz#185852
1270    - Do not add extra 'mapper/' to fulldev in getMpathModel()
1271      Related: rhbz#185852
1272    
1273    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.53-1
1274    - Use scsi_id to gather WWID info in getMpathModel()
1275      Related: rhbz#185852
1276    - Do not strip 'mapper/' from mpath device names in the partitioning UI
1277      Related: rhbz#185852
1278    
1279    * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.52-1
1280    - If we have seen an mpath device, do not gather its WWID again
1281      Related: rhbz#185852
1282    - Fix code indentation errors
1283      Related: rhbz#185852
1284    - Fix errors in the getMpathInfo() function when executing multipath
1285      Related: rhbz#185852
1286    - Display mpath devices without the 'mapper/' text
1287      Related: rhbz#185852
1288    - Get WWID from bindings file if multipath command returns nothing
1289      Related: rhbz#185852
1290    - Require that USB devices remain stable for a longer time period (pjones)
1291      Resolves: rhbz#222684
1292    
1293    * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.51-1
1294    - Ignore empty lines when collecting WWIDs per mpath device
1295      Related: rhbz#185852
1296    - Comment out existing blacklist and blacklist_exceptions blocks in the
1297      /etc/multipath.conf file
1298      Related: rhbz#185852
1299    - Reset SELinux file contexts on multipath.conf and bindings files
1300      Related: rhbz#185852
1301    
1302    * Fri Jul 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.50-1
1303    - Read default multipath.conf values from either the target system or the
1304      anaconda stage2 environment.  Make sure we only read one WWID per mpath
1305      alias and log an error if we didn't.
1306      Related: rhbz#185852
1307    - Install the PAE kernel when applicable (e.g., >4GB memory)
1308      Resolves: rhbz#207573
1309    - Read mpathNNN devices when generating the bindings and multipath.conf files
1310      Related: rhbz#185852
1311    - Make sure the partitioning UI screen displays WWID and model information
1312      for multipath devices
1313      Related: rhbz#185852
1314    - Use GPT on all architectures with non-boot disks >=2TB (pjones)
1315      Resolves: rhbz#130236
1316    
1317    * Thu Jul 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.49-1
1318    - Generate multipath bindings and multipath.conf before package
1319      installation.  Use scsi_id to collect WWIDs rather than the multipath
1320      command to maintain consistency with what pyblock has done.
1321      Related: rhbz#185852
1322    
1323    * Fri Jun 29 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.48-1
1324    - Support new driver disk repo layout.
1325      Resolves: rhbz#213318
1326    - Add missing TEXT_EDIT_BUTTON constants back (dcantrell).
1327      Resolves: rhbz#245606.
1328    - Fix a traceback when writing out multipath configs (dcantrell).
1329      Related: rhbz#185852.
1330    
1331    * Thu Jun 28 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.47-1
1332    - Fix traceback when writing out repo lines.
1333      Resolves: rhbz#246084
1334    
1335    * Wed Jun 27 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.46-1
1336    - Create package header directory since yum doesn't anymore (katzj).
1337      Resolves: rhbz#245918
1338    - Write out repo lines to anaconda-ks.cfg.
1339      Resolves: rhbz#206152
1340    - Enable multipathd on mpath installs (dcantrell).
1341      Resolves: rhbz#243421
1342    - Pull scsi_id from /lib/udev, include kpartx and mpath commands (dcantrell).
1343      Resolves: rhbz#185852
1344    - Display model information in the UI for mpath devices (dcantrell).
1345      Resolves: rhbz#208341
1346    - Add nspr libraries and additional nss libraries.
1347      Related: rhbz#245215
1348    - Fox error reporting in iscsi connection code (pjones).
1349    
1350    * Tue Jun 26 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.45-1
1351    - Add keyutils-libs (clumens)
1352      Resolves: rhbz#245734
1353    - Set up and use yum backend plugins (dlehman)
1354      Resolves: rhbz#241412
1355    - Install debuginfo packages (james.antill)
1356      Resolves: rhbz#236033
1357    
1358    * Tue Jun 26 2007 James Antill <jantill@redhat.com> - 11.1.2.44-2
1359    - Remove default exclude for debuginfo.
1360    - Resolves: rhbz#236033
1361    
1362    * Fri Jun 22 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.44-1
1363    - Fix typo in multipath part of making stage2 image (dcantrell).
1364    - Include the scsi_id command in the stage2 image (dcantrell).
1365      Resolves: rhbz#185852
1366    - Write out a minimal /etc/multipath.conf (dcantrell).
1367      Related: rhbz#185852
1368    
1369    * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.43-1
1370    - Correct iSCSI portal discovery
1371      Resolves: rhbz#233029
1372    
1373    * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.42-1
1374    - Handle ip=dhcp correctly so kickstart files are fetched automatically
1375      Resolves: rhbz#244418
1376    - Write newline after NETWORKING_IPV6=yes line
1377      Resolves: rhbz#226911
1378    - Make sure libnss3.so is included in the stage2 image
1379      Resolves: rhbz#245215
1380    
1381    * Wed Jun 20 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.41-1
1382    - Include Xen block devices in the blacklist_exception block
1383      Related: rhbz#243527
1384    - Remove the lvm.conf filter modification to avoid regression
1385      Related: rhbz#243531
1386    - Fix traceback when looking for multipath devices to collect WWIDs for
1387      Related: rhbz#185852
1388    
1389    * Tue Jun 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.40-1
1390    - Add libselinux-python to the stage2 image (clumens)
1391      Resolves: rhbz#244892
1392    - Copy static multipath commands in to stage2 image
1393      Related: rhbz#185852
1394    - Filter /dev/mapper/mpath* and /dev/mpath* in lvm.conf
1395      Related: rhbz#185852
1396    - Run /sbin/multipath and copy generated bindings file to target system,
1397      populate blacklist_exception block in multipath.conf with WWIDs from
1398      generated bindings file
1399      Related: rhbz#185852
1400    
1401    * Mon Jun 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.39-1
1402    - Flush driveDict so zFCP are picked up after being brought online
1403      Resolves: rhbz#236903
1404    - Warn user when more than 15 partitions found on a libata-controlled disk
1405      Resolves: rhbz#238858
1406    - Add mpath filters to lvm.conf on target system
1407      Resolves: rhbz#243531
1408    - Make sure target system has multipath bindings file, add multipath WWIDs
1409      to blacklist_exception block in multipath.conf
1410      Resolves: rhbz#243527
1411    - Always print device node name for mpath devices in fstab
1412      Resolves: rhbz#243532
1413    
1414    * Thu Jun 14 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.38-1
1415    - Import tempfile to fix kickstart install tracebacks.
1416      Resolves: rhbz#244240
1417    
1418    * Tue Jun 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.37-1
1419    - Add support for Areca RAID controllers (clumens)
1420      Resolves: rhbz#238014
1421    - Pass -br to the X server so there is no more hatch (clumens)
1422      Resolves: rhbz#195919
1423    - Echo 1 to each zFCP LUN to make entire device available (dcantrell)
1424      Resolves: rhbz#207097
1425    - Prevent static network configuration from failing (dcantrell)
1426      Resolves: rhbz#221660
1427    - Allow user to skip entering a gateway or nameserver when adding an iSCSI
1428      address (dcantrell)
1429      Resolves: rhbz#235824
1430    - Do not log errors when unmounting /mnt/source if it was not supposed to
1431      be mounted in the first place (dlehman)
1432      Resolves: rhbz#223059
1433    - Handle F13 shortcut key on installation key dialog (dlehman)
1434      Resolves: rhbz#210673
1435    - Create nodes for and probe for tape drives (dlehman)
1436      Resolves: rhbz#218816
1437    - Improve configuration screens for systems with multiple NICs (dcantrell)
1438      Resolves: rhbz#218200
1439    - Per-interface IPv4 and IPv6 configuration (dcantrell)
1440      Resolves: rhbz#213110
1441      Related: rhbz#218200
1442    - Add logging for yum logging (katzj)
1443      Resolves: rhbz#212259
1444    - Only ask user to run VNC is Xvnc is present (dcantrell)
1445      Resolves: rhbz#217563
1446    - Add /sbin/sfdisk (dcantrell)
1447      Resolves: rhbz#224297
1448    - For /dev/hvc0 terminals, set TERM to vt320 (dcantrell)
1449      Resolves: rhbz#219556
1450    - Set DHCPv6_DISABLE flag when using IPv6 auto neighbor discovery (dcantrell)
1451      Resolves: rhbz#231645
1452    - Handle more than 10 Ethernet interfaces (dcantrell)
1453      Resolves: rhbz#230525
1454    - Support OSA layer 2 networking on zSeries (bhinson)
1455      Resolves: rhbz#233376
1456    - Handle ksdevice=BOOTIF correctly (dcantrell)
1457      Resolves: rhbz#209284
1458    - Fix text wrap width in auto partitioning text mode screen (dlehman)
1459      Resolves: rhbz#221791
1460    - Correctly count SCSI disk devices (dlehman)
1461      Resolves: rhbz#230526
1462    - Include /usr/sbin/dmidecode on ia64 (dlehman)
1463      Resolves: rhbz#232947
1464    - Bind mount /dev/pts in rescue mode (dlehman)
1465      Resolves: rhbz#228714
1466    - Do not ignore productpath in pkgorder (dlehman)
1467      Resolves: rhbz#230487
1468    - Describe 'nfs --opts' in kickstart-docs.txt (clumens)
1469      Resolves: rhbz#234187
1470    - Sanity check network info on zSeries (dcantrell)
1471      Resolves: rhbz#234152
1472    - Do not bring up network in stage 2 if it's already up (dcantrell)
1473      Resolves: rhbz#232400
1474    - Do not traceback when trying to remove the /mnt/sysimage tree (dcantrell)
1475      Resolves: rhbz#227650
1476    - Write correct infor to /etc/sysconfig/network (dcantrell)
1477      Resolves: rhbz#222147
1478    - If custom partitioning is selected, make drive selection non
1479      sensitive (clumens)
1480      Resolves: rhbz#219207
1481    - Do not traceback if users neglects to enter an lvsize (clumens)
1482      Resolves: rhbz#221253
1483    - Do not load a module when the kickstart device line is incorrect (clumens)
1484      Resolves: rhbz#227510
1485    - Handle errors resulting from malformed repositories (clumens)
1486      Resolves: rhbz#219274
1487    - Remove all invalid RAID requests when using kickstart (clumens)
1488      Resolves: rhbz#235279
1489    - Avoid traceback getting the PID of iscsiadm (clumens)
1490      Resolves: rhbz#223257
1491    - Make sure kickstart scripts execute with correct working dir (clumens)
1492      Resolves: rhbz#237317
1493    - Support multiple ksappend lines (clumens)
1494      Resolves: rhbz#222201
1495    - Write out fstab after migrate (clumens)
1496      Resolves: rhbz#223215
1497    - Make the packages section in anaconda-ks.cfg match UI selections (clumens)
1498      Resolves: rhbz#227383, rhbz#231121, rhbz#235881
1499    - Copy volume group format attribute to new request (clumens)
1500      Resolves: rhbz#217585
1501    - Use /dev/ nodes for probing RAID superblocks (clumens)
1502      Resolves: rhbz#208970
1503    - Put more space between device description and the stripe for tall
1504      languages (clumens)
1505      Resolves: rhbz#217294
1506    - Add netxen_nic driver (clumens)
1507      Resolves: rhbz#230245
1508    - Provide detailed disk info in text mode partitioning screen (dcantrell)
1509      Resolves: rhbz#235054
1510    - If wrong interface is selection, allow user to choose another one (clumens)
1511      Resolves: rhbz#213787
1512    - Focus installation key text box and populate fields correctly (dlehman)
1513      Resolves: rhbz#223831
1514    - Make sure the regkey settings are written to anaconda-ks.cfg (dlehman)
1515      Resolves: rhbz#221450
1516    - Select kernel-xen-devel when optional packages selected (dlehman)
1517      Resolves: rhbz#226784
1518    - Fix typo in message shown when user skips entering the install key (dlehman)
1519      Resolves: rhbz#224491
1520    - If autopart selection is custom, make sure review checkbox is active and
1521      not sensitive. (dlehman)
1522      Resolves: rhbz#220951
1523    - Write NETWORKING_IPV6=no to /etc/sysconfig/network if IPv6 is disabled
1524      during installation. (dcantrell)
1525      Resolves: rhbz#226911
1526    - Fix input validation loop in manual network config in loader
1527      Resolves: rhbz#223193 (dcantrell)
1528    - Make "description" translate correctly (pjones)
1529      Resolves: rhbz#216067
1530    
1531  * Thu Feb  1 2007 Peter Jones <pjones@redhat.com> - 11.1.2.36-1  * Thu Feb  1 2007 Peter Jones <pjones@redhat.com> - 11.1.2.36-1
1532  - Fix traceback when using text mode with a language that we can't display  - Fix traceback when using text mode with a language that we can't display


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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