/[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.26 by wellsi, Sun Nov 10 05:15:55 2013 UTC
# Line 1  Line 1 
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.36  Version: 11.1.2.263
3  Release: 1%{?dist}.6  Release: 2.el5.centos
4  License: GPL  License: GPL
5  Summary: Graphical system installer  Summary: Graphical system installer
6  Group: Applications/System  Group: Applications/System
7  Source: anaconda-%{PACKAGE_VERSION}.tar.bz2  Source: anaconda-%{version}.tar.bz2
8  Patch1: anaconda-centos-syslinux-msg.patch  Patch1: anaconda-centos-syslinux-msg.patch
9  Patch2: anaconda-centos-installclasses-2.patch  Patch2: anaconda-centos-installclasses-2.patch
10  Patch3: anaconda-centos-regkey.patch  Patch3: anaconda-centos-regkey.patch
11  Patch4: anaconda-centos-centos-branding-po_files.patch  Patch4: anaconda-centos-centos-branding-po_files_5_10.patch
12  Patch5: anaconda-centos-inst-type.patch  Patch5: anaconda-centos-inst-type.patch
13  Patch6: anaconda-centos-task.patch  Patch6: anaconda-centos-task.patch
14  Patch7: anaconda-centos-removeStatusText.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  
15    
16  BuildPreReq: kudzu-devel >= 1.2.42, pciutils-devel  BuildPreReq: kudzu-devel >= 1.2.57.1.26-7, pciutils-devel >= 3.1.7-3
17  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
18  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
19  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
20  BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel  BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel
21  BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber  BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber
22  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,  BuildPreReq: pykickstart >= 0.43.8, yum >= 2.9.2, device-mapper >= 1.01.05-3,
23  BuildPreReq: libsepol-devel  BuildPreReq: libsepol-devel
24  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
25  BuildPreReq: glib2-devel >= 2.11.1-5  BuildPreReq: libdhcp-devel >= 1.20-13, mkinitrd-devel >= 5.1.2-1
26  BuildPreReq: libdhcp-devel >= 1.16, mkinitrd-devel >= 5.1.2-1  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5
27  BuildPreReq: audit-libs-devel  BuildPreReq: libdhcp6client >= 1.0.10-17
28    %ifnarch s390 s390x
29    BuildPreReq: iscsi-initiator-utils >= 6.2.0.871-0.0
30    %endif
31  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
32  Requires: parted >= 1.7.1, pyparted >= 1.7.2  Requires: parted >= 1.7.1, pyparted >= 1.7.2
33  Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0  Requires: kudzu >= 1.2.57.1.26-7, yum >= 2.9.2, pirut >= 1.1.0
34  Requires: libxml2-python, python-urlgrabber  Requires: libxml2-python, python-urlgrabber
35  Requires: system-logos, pykickstart, system-config-date  Requires: system-logos, pykickstart, system-config-date
36  Requires: device-mapper >= 1.01.05-3  Requires: device-mapper >= 1.01.05-3
37  Requires: dosfstools >= 2.11-6.2 e2fsprogs  Requires: dosfstools >= 2.11-6.2 e2fsprogs
38  Requires: python-pyblock >= 0.24-1  Requires: e4fsprogs
39    Requires: python-pyblock >= 0.26-1
40  Requires: libbdevid >= 5.1.2-1, libbdevid-python  Requires: libbdevid >= 5.1.2-1, libbdevid-python
41  Requires: audit-libs  Requires: audit-libs
42  %ifnarch s390 s390x ppc64  %ifnarch s390 s390x ppc64
43  Requires: rhpxl >= 0.25  Requires: rhpxl >= 0.25
44  %endif  %endif
45  Obsoletes: anaconda-images <= 10  Obsoletes: anaconda-images <= 10
46  Url: http://fedora.redhat.com/projects/anaconda-installer/  Url: http://fedoraproject.org/wiki/Anaconda
47    
48  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
49    
# Line 58  Requires: libxml2-python, python, rpm-py Line 59  Requires: libxml2-python, python, rpm-py
59  Requires: anaconda = %{version}-%{release}  Requires: anaconda = %{version}-%{release}
60  Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs  Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs
61  %ifarch %{ix86} x86_64  %ifarch %{ix86} x86_64
62  Requires: syslinux  Requires: syslinux, syslinux-perl
63  %endif  %endif
64  %ifarch s390 s390x  %ifarch s390 s390x
65  Requires: openssh  Requires: openssh
66  %endif  %endif
67  Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs  Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs
68    Requires: xml-common
69    Requires: libxml2
70    Requires(post): /usr/bin/xmlcatalog
71    Requires(postun): /usr/bin/xmlcatalog
72    
73  %description runtime  %description runtime
74  The anaconda-runtime package contains parts of the installation system which  The anaconda-runtime package contains parts of the installation system which
# Line 80  sets, but are not meant for use on alrea Line 85  sets, but are not meant for use on alrea
85  %patch5 -p1  %patch5 -p1
86  %patch6 -p1  %patch6 -p1
87  %patch7 -p1  %patch7 -p1
 %patch8 -p1  
 %patch9 -p1  
 %patch10 -p1  
88    
89  %build  %build
90  make depend  make depend
# Line 98  strip $RPM_BUILD_ROOT/usr/lib/anaconda/* Line 100  strip $RPM_BUILD_ROOT/usr/lib/anaconda/*
100  %clean  %clean
101  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
102    
103    %post runtime
104    CATALOG=/etc/xml/catalog
105    /usr/bin/xmlcatalog --noout --add "rewriteSystem" \
106        "comps.dtd" \
107        "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
108    /usr/bin/xmlcatalog --noout --add "rewriteURI" \
109        "comps.dtd" \
110        "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
111    
112    %postun runtime
113    if [ $1 = 0 ]; then
114        CATALOG=/etc/xml/catalog
115        /usr/bin/xmlcatalog --noout --del \
116            "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
117    fi
118    
119  %files  %files
120  %defattr(-,root,root)  %defattr(-,root,root)
121  %doc COPYING  %doc COPYING
# Line 119  rm -rf $RPM_BUILD_ROOT Line 137  rm -rf $RPM_BUILD_ROOT
137  %files runtime  %files runtime
138  %defattr(-,root,root)  %defattr(-,root,root)
139  /usr/lib/anaconda-runtime  /usr/lib/anaconda-runtime
140    /usr/share/xml/comps
141    
142  %triggerun -- anaconda < 8.0-1  %triggerun -- anaconda < 8.0-1
143  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
144    
145  %changelog  %changelog
 * Tue Apr 10 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.6  
 - Fix typo in additionalrepos patch  
   
 * Mon Apr  9 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.5  
 - Drop update repos from install time selection  
   
 * Sun Apr  8 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.4  
 - Additional repos at install time  
   
 * Fri Mar 30 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.3  
 - Drop taskMap mapping  
146    
147  * Thu Mar 29 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.2  * Mon Oct  7 2013 Karanbir Singh <kbsingh@centos.org> 11.1.2-263-2.el5.centos
148  - Added pkgorder patch to make it do what we want it to  - Build for CentOS-5.10
149    
150  * Wed Mar 28 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36-1.el5.centos.1  * Thu May 30 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-263-2
151  - Roll in CentOS Change  - Fix LVM reuse failing on HP CCISS Hardware (mkolman)
152      Resolves: rhbz#751351
153    - Skip relabeling empty disks on s390 (bcl)
154      Resolves: rhbz#966950
155    
156    * Fri May 24 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-262-1
157    - Include librt.so in initrd for s390 (rvykydal)
158      Resolves: rhbz#966123
159    
160    * Wed May 22 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-261-1
161    - Fix issue where arch detected incorrectly (sbueno)
162      Resolves: rhbz##908959
163    
164    * Tue May 21 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-260-1
165    - Generate new anaconda.pot file (vpodzime)
166      Resolves: rhbz#907574
167    - Relabel the disk when using autopart all (bcl)
168      Resolves: rhbz#758881
169    - Store and write out 'noauto' fstab lines (vpodzime)
170      Resolves: rhbz#873644
171    - Just log warning if cannot show it (vpodzime)
172      Resolves: rhbz#767260
173    
174    * Tue Nov 14 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.259-1
175    - Revert 5737408dd5293e5d003d552d3ea919c01417d9d4 targeting gfs support (vpodzime)
176      Related: rhbz#754213
177    - Revert 64aa1c709a30f3fb6604a2dde13d780fabdcc4af targeting gfs support (vpodzime)
178      Related: rhbz#754213
179    
180    * Tue Nov 13 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.258-1
181    - Add extra modules that are not in the kernel package (vpodzime)
182      Related: rhbz#754213
183    
184    * Thu Nov 8 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.257-2
185    - Require syslinux-perl in anaconda (rvykydal)
186      Related: rhbz#872225
187    
188    * Wed Nov 7 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.257-1
189    - Include syslinux-perl from split syslinux package (rvykydal)
190      Resolves: rhbz#872225
191    - Don't remove files from the kmod-gfs package (vpodzime)
192      Related: rhbz#754213
193    
194    * Wed Sep 19 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.256-1
195    - Create /dev/* symlinks after we mount tmpfs on /dev (vpodzime)
196      Resolves: rhbz#784159
197    
198    * Mon Sep 17 2012 David Cantrell <dcantrell@redhat.com> 11.1.2.255-1
199    - Increase size of diskboot.img (jkeating)
200      Resolves: rhbz#812719
201    - Disable Encryption on SW RAID (bcl)
202      Resolves: rhbz#771901
203    
204    * Tue Aug 21 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.254-1
205    - Load and probe hyperv bus (VM_BUS) (#824880)
206      Related: rhbz#824880
207    
208    * Fri Aug 10 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.253-2
209    - New kudzu is needed to support in-box MS PV drivers (rvykydal)
210      Related: rhbz#824880
211    
212    * Fri Jul 27 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.253-1
213    - Syslinux changed paths from /usr/lib to /usr/share (mgracik)
214      Resolves: rhbz#843290
215    - Install and enable openibd service if IPoIB is used (rvykydal)
216      Resolves: rhbz#788871
217    - Do not add unresolvable hostname to 127.0.0.1 of /etc/hosts (rvykydal)
218      Resolves: rhbz#750681
219    - Fix NFS mounting (jkeating)
220      Resolves: rhbz#841136
221    - Add the Hyper-V drivers (mgracik)
222      Resolves: rhbz#824880
223    - Comment out the fstab lines with unknown filesystem rather then ignoring them (vpodzime)
224      Resolves: rhbz#754213
225    
226    * Wed Jun 27 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.252-1
227    - Add gfs support (vpodzime)
228      Resolves: rhbz#754213
229    - Fix handling of invalid bios disks (jkeating)
230      Resolves: rhbz#819721
231    
232    * Mon Jun 18 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.251-2
233    - Change limit for ext[34] to 16T and use mkfs.ext3 when formating ext3 (vpodzime)
234      Resolves: rhbz#769287
235    - Close dialogs as canceled if Esc is hit (vpodzime)
236      Resolves: rhbz#773573
237    - Do not remove filesystem labels set in kickstart (mgraciK)
238      Resolves: rhbz#797075
239    - getFilename takes no loglevel parameter (mgracik)
240      Resolves: rhbz#760496
241    - Add link to /proc/self/fd in /dev (mgracik)
242      Resolves: rhbz#784159
243    
244    * Fri Dec 23 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.250-1
245    - Check if the anaconda attribute is set in YumSorter (mgracik)
246      Related: rhbz#756707
247    
248    * Wed Dec 21 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.249-1
249    - Don't add packages from @conflicts group as dependencies (mgracik)
250      Resolves: rhbz#756707
251    - Do not create new iSCSI target when 'Esc' is hit (vpodzime)
252      Resolves: rhbz#768082
253    - Do not add drive when 'Esc' is hit in the Advanced Storage Options dialog (vpodzime)
254      Related: rhbz#768082
255    - Do nothing when 'Esc' is hit in partition dialog (vpodzime)
256      Resolves: rhbz#758106
257    
258    * Tue Nov 15 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.248-1
259    - Handle %posttrans RPMCALLBACK_INST_OPEN_FILE properly (rvykydal)
260      Resolves: rhbz#506361
261    
262    * Wed Nov 02 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.247-1
263    - Ignore duplicate opening of rpm package file (rvykydal)
264      Resolves: rhbz#506361
265    
266    * Thu Oct 27 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.246-1
267    - Make sure fstype exists before we try to test it (mgracik)
268      Resolves: rhbz#718123
269    - Update getMaxLVSize from lvm1 to lvm2 (dlehman)
270      Resolves: rhbz#695299
271    - Fix "ignoredisk --only-use=___" handling (dcantrell)
272      Resolves: rhbz#738186
273    - We need portmap on all arches because of new NFS (msivak)
274      Resolves: rhbz#742889
275    
276    * Thu Oct 20 2011 Martin Sivak <msivak@redhat.com> 11.1.2.245-2
277    - New kudzu is needed to detect FusionIO devices
278      Resolves: rhbz#707563
279    
280    * Tue Oct 04 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.245-1
281    - Initialize useIPv6 device setting (rvykydal)
282      Resolves: rhbz#713120
283    - Accept dotted-quad netmask for IPv4 in loader UI (rvykydal)
284      Resolves: rhbz#719578
285    
286    * Fri Sep 23 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.244-1
287    - Remove old labels before labeling disk entries (mgracik)
288      Resolves: rhbz#566668
289    - Honor kickstart key command for upgrade (rvykydal)
290      Resolves: rhbz#477748
291    - Shorten long NIC descriptions to 60. (akozumpl)
292      Related: rhbz#660684
293    - infiniband: bump kudzu version to the one that knows about IB. (akozumpl)
294      Related: rhbz#695388
295      Related: rhbz#660684
296    - infiniband: textual representation of an infiniband MAC is up to 60 bytes.
297      (akozumpl)
298      Related: rhbz#660684
299    - infiniband: some drivers imply other drivers (akozumpl)
300      Related: rhbz#660684
301    - Do not strip trailing zeros from XFS labels (dcantrell)
302      Resolves: rhbz#571513
303    - Remove call to detailedMessageWindow (dcantrell)
304      Resolves: rhbz#712443
305    
306    * Wed Sep 14 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.243-2
307    - Require latest libdhcp (dcantrell)
308      Resolves: rhbz#737161
309    
310    * Wed Sep 07 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.243-1
311    - Suppress critical errors when guessing release notes names (akozumpl)
312      Resolves: rhbz#707143
313    - Add the Solarflare network module (mgracik)
314      Resolves: rhbz#714243
315    - Create /var/{log,run/rhsm} for subscription-manager (dcantrell)
316      Resolves: rhbz#708121
317    - Sanitize DASD device specifications (dcantrell)
318      Resolves: rhbz#689470
319    - Add /dev/stdin, /dev/stdout, /dev/stderr to initrd.img (dcantrell)
320      Resolves: rhbz#684220
321    - Single quote values in show_parms() in linuxrc.s390 (dcantrell)
322      Resolves: rhbz#681219
323    - Make execWithRedirect() append to the files. (akozumpl)
324      Resolves: rhbz#702024
325    - iscsi: with ibft, wait for link with waitForLink(). (akozumpl)
326      Resolves: rhbz#727774
327    - Fix pa_IN translation data (dcantrell)
328      Resolves: rhbz#711363
329    - Don't import partedUtils in list-harddrives-stub (mgracik)
330      Resolves: rhbz#709880
331    - BR libdhcp-1.20-12 (dcantrell)
332      Related: rhbz#694570
333    - And document the --no-ssh parameter, too. (clumens)
334      Resolves: rhbz#703082
335    - Add --no-ssh to the generated anaconda-ks.cfg. (clumens)
336      Resolves: rhbz#703081
337    
338    * Mon Jun 27 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.242-1
339    - Bump the implementation limit on the number of modules in modLoaded (akozumpl)
340      Resolves: rhbz#716836
341    
342    * Fri Jun 24 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.241-1
343    - Load all kernel crypto modules, do not include testmgr modules (dcantrel)
344      Resolves: rhbz#703782
345    
346    * Tue Jun 21 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.240-1
347    - Include all kernel crypto modules for LUKS devices
348      Resolves: rhbz#703782
349    
350    * Mon Jun 6 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.239-1
351    - Create /dev nodes after DUDs are processed (msivak)
352      Resolves: rhbz#707563
353    
354    * Thu Jun 2 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.238-1
355    - edit partition UI: do not create the "Encrypt" check button twice. (akozumpl)
356      Resolves: rhbz#709361
357    
358    * Tue May 31 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.237-1
359    - Add driver for Intel Patsburg SAS Controller Unit driver. (dcantrel)
360      Resolves: rhbz#707790
361    
362    * Fri May 20 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.236-1
363    - Remove a worthless, traceback-causing line.
364      Related: rhbz#572862
365    
366    * Tue May 17 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.235-1
367    - Add "rhsm" to the list of things-to-link-into-/etc (wwoods)
368      Resolves: #670973
369    
370    * Fri May 13 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.234-1
371    - libz.so.1 is in /lib now (akozumpl)
372      Resolves: rhbz#704151
373    - Add more files required by subscription_manager (wwoods)
374      Resolves: rhbz#670973
375    - correctly include /usr/share/rhsm/subscription_manager (wwoods)
376      Related: rhbz#670973
377    
378    * Thu May 12 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.233-1
379    - fix uninitialized self.inum in rhel.py:repoIsAllowed() (akozumpl)
380      Resolves: rhbz#703253
381    - Use static busybox, not busybox-anaconda (mgracik)
382      Resolves: rhbz#500527
383    - Disable iscsi on s390x (akozumpl)
384      Resolves: rhbz#703135
385    
386    * Thu Apr 28 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.232-1
387    - Do not show "missing media" message when unknown media is needed for package. (msivak)
388      Resolves: rhbz#617262
389    - Perform group removals at the beginning of every transaction (clumens)
390      Resolves: rhbz#642224
391    - Filter kickstart-provided repos through the installation key (clumens)
392      Resolves: rhbz#452983
393    
394    * Mon Apr 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.231-1
395    - Run subscription-manager 'product-id' plugin during install (wwoods)
396      Resolves: rhbz#670973
397    - infiniband: drivers for Mellanox, QLogic and IBM cards. (akozumpl)
398      Related: rhbz#660684
399    
400    * Thu Apr 7 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.230-1
401    - Fix AttributeError (no str.rpartition in python 2.4)
402      Resolves: rhbz#693655
403    - Add busybox to initrd
404      Resolves: rhbz#500527
405    - Ensure kernel-xen is the default kernel for Xen guests
406      Resolves: rhbz#480031
407    
408    * Fri Apr 1 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.229-1
409    - Fix shlex traceback if pxeboot cmdline ends in a quote (wwoods)
410      Resolves: rhbz#500198
411    - Honor kickstart noipv6 option for media installs (rvykydal)
412      Resolves: rhbz#677653
413    - Quote ETHTOOL_OPTS value in stage 2 (mmatsuya)
414      Resolves: rhbz#674473
415    - Fix ZeroDivisionError with tiny management LUNs (wwoods)
416      Resolves: rhbz#636984
417    - Write OPTIONS for s390x net devs on non-network install methods (dcantrell)
418      Resolves: rhbz#649301
419    
420    * Fri Mar 18 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.228-1
421    - Include and initialize the IP over Infiniband module. (akozumpl)
422      Related: rhbz#660684
423    
424    * Fri Mar 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.227-1
425    - Fix waiting for a cdrom with a ks file to come up. (akozumpl)
426      Resolves: rhbz#658398
427    - When the back button is pressed, undo deps. (mmatsuya)
428      Resolves: rhbz#603177
429    - Add global vars to retain parsed /proc/cmdline (bcl)
430      Related: rhbz#569883
431    - Convert earlyModuleLoad to use cmdline_argv (bcl)
432      Related: rhbz#569883
433    - Check blacklist= for the module name before loading it (bcl)
434      Related: rhbz#569883
435    - Write /tmp/anaconda.conf (bcl)
436      Related: rhbz#569883
437    - Copy module blacklist to target system (bcl)
438      Resolves: rhbz#569883
439    - Allow blocking the ssh port through kickstart (clumens)
440      Resolves: rhbz#485086
441    - Use tune4fs for ext4 filesystems (bcl)
442      Resolves: rhbz#616184
443    - Add tune4fs to install images (bcl)
444      Resolves: rhbz#616184
445    - Set selinux context on iptables files (bcl)
446      Resolves: rhbz#658084
447    
448    * Thu Mar 3 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.226-1
449    - Use getDiskPart() from bootyutil. (akozumpl)
450      Related: rhbz#572862
451    - Validate the user-chosen name of an mpath device. (akozumpl)
452      Related: rhbz#572862
453    - Do not lose selection in the bootloader's drive order dialog (akozumpl)
454      Resolves: rhbz#583837
455    - Make sure we select the right net device when iBFT is used (mmatsuya)
456      Signed-Off-By: Martin Sivak <msivak@redhat.com>
457      Resolves: rhbz#643774
458    - Use DISPATCH_NOOP if we go back to the doReIPL step (mgracik)
459      Resolves: rhbz#654685
460    
461    * Fri Feb 25 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.225-1
462    - CD -> disc in the required media message (clumens).
463      Resolves: rhbz#641412
464    
465    * Mon Dec 20 2010 Radek Vykydal <dcantrell@redhat.com> 11.1.2.224-1
466    - noeject overrides kickstart eject (bcl)
467      Related: rhbz#477887
468    - Pass --noeject to anaconda (bcl)
469      Related: rhbz#477887
470    
471    * Thu Dec 16 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.223-1
472    - Rebuild for latest kudzu and pciutils (pciutils ABI change)
473      Related: rhbz#663395
474    
475    * Thu Dec 13 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.222-1
476    - Japanese translations were completed (transifex)
477      Resolves: rhbz#661199
478    
479    * Thu Dec 9 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.221-1
480    - Japanese translations were updated (transifex)
481      Resolves: rhbz#661199
482    
483    * Mon Dec 6 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.220-1
484    - Gtk package %post script has changed (rvykydal)
485      Resolves: rhbz#659309
486    
487    * Tue Nov 30 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.219-1
488    - Generate correct initrd.addrsize file for System z (dcantrell)
489      Related: rhbz#647827
490    
491    * Tue Nov 16 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.218-1
492    - Append to modprobe.conf rather than overwrite it (dcantrell)
493      Related: rhbz#537887
494    
495    * Thu Nov 11 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.217-1
496    - Fix generic.ins for s390 LPAR installations (dcantrell)
497      Resolves: rhbz#647827
498    - Fix gateway ping test for layer3 vswitch users (dcantrell)
499      Resolves: rhbz#643961
500    - Disable IPv6 modules for 'noipv6' in /etc/modprobe.conf (dcantrell)
501      Resolves: rhbz#537887
502    - Document noeject (bcl)
503      Resolves: rhbz#647232
504    
505    * Tue Sep 28 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.216-1
506    - Don't immediately retry on downloading a package. (clumens)
507      Resolves: rhbz#544323
508    - Make sure we can go back to a previous step before doing so (clumens)
509      Resolves: rhbz#537889
510    - Check for and complain about package scriptlet errors (clumens)
511      Resolves: rhbz#531599
512    
513    * Mon Sep 20 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.215-1
514    - Add python-libs package, python package has been split (rvykydal)
515      Resolves: rhbz#634827
516    
517    * Wed Sep 8 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.214-1
518    - Add noeject support to cdrom eject handling (bcl)
519      Resolves: rhbz#477887
520    - Add noeject support to loader2 (bcl)
521      Related: rhbz#477887
522    - Resolve kernel dependencies in pkgorder (mgracik)
523      Resolves: rhbz#491136
524    
525    * Fri Aug 20 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.213-1
526    - Do not check size of swap partition(s) on s390 (dcantrell)
527      Resolves: rhbz#475358
528    - Make parent directories for ks scriptlet log files (dcantrell)
529      Resolves: rhbz#568861
530    - Add dlabel confirmation dialog to interactive installs (msivak)
531      Resolves: rhbz#570053
532    - Add xts module to initrd (msivak)
533      Resolves: rhbz#553411
534    - Add support for LSI 3ware 97xx SAS/SATA RAID Controller (msivak)
535      Resolves: rhbz#572341
536    - Add support for QLogic Corp cLOM8214 1/10GbE Controller (msivak)
537      Resolves: rhbz#571895
538    - Support for Brocade FCoE/CEE to PCIe CNAs (msivak)
539      Resolves: rhbz#549677
540    - Disable ipv6 kernel modules if user disables IPv6 (dcantrell)
541      Resolves: rhbz#537887
542    
543    * Mon Aug 16 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.212-1
544    - Mount /proc/bus/usb under /mnt/sysimage (hdegoede)
545      Resolves: rhbz#532397
546    - Update kickstart-docs iscsi commands information (hdegoede)
547      Resolves: rhbz#525136
548    
549    * Wed Aug 11 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.211-1
550    - Clean up sanityCheckHostname() in network.py (dcantrell)
551      Resolves: rhbz#559626
552    - Support long 'option domain-name' values in loader (dcantrell)
553      Resolves: rhbz#578110
554    - Prevent SIGSEGV in ipCallback and cidrCallback (dcantrell)
555      Resolves: rhbz#440498
556    
557    * Wed Aug 04 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.210-1
558    - Add Chelsio T4 10Gb driver to install (bcl)
559      Resolves: rhbz#562913
560    - Fix traceback on headless installs with xconfig --startxonboot (clumens)
561      Resolves: rhbz#517051
562    - Install the right arch of anaconda's required packages (clumens)
563      Resolves: rhbz#541323
564    - Document options of nfs boot parameter (akozumpl)
565      Resolves: rhbz#559200
566    - Document ignoredisk --only-use kickstart option (clumens)
567      Resolves: rhbz#586576
568    
569    * Mon Mar 22 2010 Martin Sivak <msivak@redhat.com> 11.1.2.209-1
570    - Add a missing patch to make dlabel work again
571      Related: rhbz#485060
572    
573    * Sun Mar 21 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.208-1
574    - Revert patch for #521189 (dcantrell)
575      Resolves: rhbz#575129
576    
577    * Sun Mar 21 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.207-1
578    - Fix driver disk loading from partitionless media (dcantrell)
579      Resolves: rhbz#575129
580    
581    * Tue Mar 09 2010 Martin Sivak <msivak@redhat.com> 11.1.2.206-1
582    - Use /sys/block instead of /proc/partitions for device nodes (msivak)
583      Related: rhbz#485060
584    - Wait a bit longer for network on s390 (Brad Hinson)
585      Resolves: rhbz#506742
586    
587    * Tue Mar 2 2010 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.205
588    - Do not leave the initial slash in path in getHostandPath() (akozumpl)
589      Resolves: rhbz#568691
590    
591    * Tue Feb 23 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.204
592    - Update anaconda xorg driver list (dcantrell)
593      Resolves: rhbz#567666
594    
595    * Tue Feb 23 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.203
596    - Cut the size of the boot.img for ia64 in half (akozumpl)
597      Resolves: rhbz#556976
598    
599    * Fri Jan 29 2010 Martin Sivak <msivak@redhat.com> 11.1.2.202-4
600    - Rebuild anaconda to get the newest Kudzu
601      Resolves: rhbz#555188
602    
603    * Fri Jan 29 2010 Martin Sivak <msivak@redhat.com> 11.1.2.202-3
604    - Rebuild anaconda to get the newest Kudzu
605      Resolves: rhbz#555188
606    
607    * Wed Jan 27 2010 Chris Lumens <clumens@redhat.com> 11.1.2.202-2
608    - Add anaconda support for group removal syntax.
609      Resolves: rhbz#558516
610    
611    * Thu Jan 21 2010 Martin Sivak <msivak@redhat.com> 11.1.2.201-2
612    - Rebuild anaconda to get the newest Kudzu
613      Related: rhbz#555188
614    
615    * Fri Jan 15 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.201-1
616    - os.exists -> os.path.exists (clumens)
617      Resolves: rhbz#554853
618    - reIPL support for s390 (hamzy)
619      Resolves: rhbz#512195
620    - Include 'mpath' in generic.prm file for s390 and s390x (dcantrell)
621      Resolves: rhbz#538129
622    
623    * Fri Jan 08 2010 Martin Sivak <msivak@redhat.com> 11.1.2.200-1
624    - Provide CMS script for IPL under z/VM
625      Resolves: rhbz#475343
626    - Force interface up before checking link status
627      Resolves: rhbz#549751
628    - Document new bootloader --hvargs kickstart option
629      Related: rhbz#501438
630    
631    * Tue Dec 22 2009 Martin Sivak <msivak@redhat.com> 11.1.2.199-1
632    - Support for the pmcraid driver
633      Resolves: rhbz#532777
634    - Always return correct network config from kickstartNetworkUp
635      Resolves: rhbz#495042
636    - Actually use the ftp login&password parse code
637      Related: rhbz#505424
638    - Fix clearpart of PVs that are part of multidrive VGs
639      Resolves: rhbz#545869
640    - Add support for Brocade Fibre Channel to PCIe Host Bus Adapters
641      Resolves: rhbz#475707
642    - Fix EDD BIOS information parsing
643      Resolves: rhbz#540637
644    
645    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-3
646    - Fix the build for s390
647      Related: rhbz#517768
648    
649    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-2
650    - Fix the build, we were missing one include in loader.c
651      Related: rhbz#517768
652    
653    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-1
654    - Various improvements to kickstart scriptlet reporting
655      Resolves: rhbz#510636
656    - Fix parsing of optional portnr in iscsi target IP
657      Resolves: rhbz#525054
658    - "ip=ibft" is not needed any more if ibft configuration is available
659      Resolves: rhbz#517768
660    - Revert the badEDID check
661      Resolves: rhbz#445486
662    - Remove #!/usr/bin/env python calls
663      Resolves: rhbz#521337
664    - Do not reinstall packages of the same NAEVR in upgrade
665      Resolves: rhbz#495796
666    - Add be2iscsi driver support
667      Resolves: rhbz#529442
668    - Reset partitioning when going back to parttype screen
669      Resolves: rhbz#516715
670    - Find LVs specified by label in /etc/fstab
671      Resolves: rhbz#502178
672    - Ensure the ghostscript-fonts get installed with ghostscript
673      Resolves: rhbz#530548
674    
675    * Fri Nov 20 2009 Martin Sivak <msivak@redhat.com> 11.1.2.197
676    - Added N-Port-ID (NPIV) install support for Linux on Power
677      Resolves: rhbz#512237
678    - Ignore comments when looking for %ksappend lines
679      Resolves: rhbz#525676
680    - Add kickstart support for xen hypervisor arguments in grub.
681      Resolves: rhbz#501438
682    - Fix kickstarts without a pw
683      Resolves: rhbz#538412
684    
685    * Fri Nov 13 2009 Martin Sivak <msivak@redhat.com> 11.1.2.196-2
686    - Write HOTPLUG=no to ifcfg file is ONBOOT=no
687      Resolves: rhbz#498086
688    - Honor the --label option to the kickstart "part" command
689      Resolves: rhbs#498856
690    - Add "Hipersockets" to qeth NETTYPE description
691      Resolves: rhbz#511962
692    - Honor existing RUNKS conf file variable on s390
693      Resolves: rhbz#513951
694    - kickstart option to make mpath0 point to arbitrary LUN
695      Resolves: rhbz#502768
696    - Sleep if the kickstart file read fails
697      Related: rhbz#460566
698    - If the device disappeared during DD selection, do not crash
699      Resolves: rhbz#521189
700    
701    * Tue Nov 10 2009 Martin Sivak <msivak@redhat.com> 11.1.2.196-1
702    - Adds interactive install support for NFS options
703      Resolves: rhbz#493052
704    - KS can reside on password protected FTP servers
705      Resolves: rhbz#505424
706    - Detect oemdrv DDs on cdrom devices too
707      Resolves: rhbz#485060
708    - Prepare dev nodes for block devices too for blkid
709      Resolves: rhbz#515437
710    
711    * Wed Aug 05 2009 Martin Sivak <msivak@redhat.com> 11.1.2.195-1
712    - Update the loader with support code for Mellanox cards
713      Resolves: rhbz#514971
714    
715    * Mon Aug 03 2009 Martin Sivak <msivak@redhat.com> 11.1.2.194-1
716    - comps changed. replaced "virtualization" with "xen" (jgranados)
717      Resolves: rhbz#514885
718    - Add support for Melanox ConnectX mt26448 10Gb/s Infiniband, Ethernet, and FC (msivak)
719      Resolves: rhbz#514971
720    
721    * Thu Jul 23 2009 Joel Granados <jgranado@redhat.com>  11.1.2.193-1
722    - Make sure we include libdrm.so files in the image.
723      Related: rhbz#510397
724    
725    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.192-1
726    - Fix compile errors in the previous patch.
727      Related: rhbz#471883
728    
729    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.191-1
730    - Ignore block devices set to read-only.
731      Related: rhbz#471883
732    
733    * Tue Jul 21 2009 Martin Sivak <msivak@redhat.com> 11.1.2.190-1
734    - Correct a message presented to the user.
735      Related: rhbz#473747
736    - Remove ext4dev
737      Resolves: rhbz#510634
738    
739    * Thu Jul 16 2009 Radek Vykydal <rvykydal@redhat.com> 11.1.2.189-1
740    - Make buildinstall error out if mount of loop device fails (rvykydal).
741      Resolves: rhbz#472552
742    
743    * Tue Jul 11 2009 Joel Granados <jgranado@redhat.com> 11.1.2.188-1
744    - Require libdhcp6client for the build (jgranado).
745      Related: rhbz#506722
746    
747    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.187-1
748    - Add support for the qlge driver (jgranado)
749      Resolves: rhbz#504034
750    
751    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.186-1
752    - update support for ext4 in anaconda (jbastian)
753      Resolves: rhbz#510634
754    
755    * Wed Jul 08 2009 Chris Lumens <clumens@redhat.com> 11.1.2.185-1
756    - Save bootfile, if we have it, from DHCP response (dcantrell).
757      Resolves: rhbz#448006
758    
759    * Wed Jul 1 2009 Martin Sivak <msivak@redhat.com> 11.1.2.184-1
760    - Fix handling of parted exceptions in text mode (rvykydal)
761      Resolves: rhbz#506725
762    
763    * Thu Jun 4 2009 Joel Granados <jgranado@redhat.com> 11.1.2.183-1
764    - Create efirtc device node on ia64 to access hw clock (rvykydal).
765      Resolves: rhbz#485200
766    - Reserve enough space for lvm metadata when computing PV size usable for LVs (rvykydal).
767      Resolves: rhbz#500431
768    
769    * Mon Jun 1 2009 Joel Granados <jgranado@redhat.com> 11.1.2.182-1
770    - Add support for IGB VF device (jgranado).
771      Resolves: rhbz#502875
772    - Fix the error caused by change in fipscheck (again..) (msivak).
773      Resolves: rhbz#498992
774    
775    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.181-1
776    - Look for ipcalc in the right place (jgranado).
777      Resolves: rhbz#502249
778    
779    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.180-1
780    - Look for ipcalc in the right place (jgranado).
781      Resolves: rhbz#502249
782    
783    * Wed May 27 2009 Joel Granados <jgranado@redhat.com> 11.1.2.179-1
784    - Look for ipcalc in the right place (jgranado).
785      Resolves: rhbz#502249
786    
787    * Tue May 26 2009 Joel Granados <jgranado@redhat.com> 11.1.2.178-1
788    - Fix specification of zoneinfo files to be included in stage2 (rvykydal).
789      Resolves: rhbz#481617
790    - Fix the location of libfipscheck in initrd too (msivak).
791      Resolves: rhbz#498992
792    - cryptsetup status reversed its exit codes (dcantrell).
793      Resolves: rhbz#499824
794    - Require latest libdhcp (jgranado).
795      Resolves: rhbz#444919
796    - Do not include removed physical volumes in pvlist (rvykydal).
797      Resolves: rhbz#502438
798    
799    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.177-1
800    - Do not load storage drivers before loading DUD over network (rvykydal).
801      Resolves: rhbz#454478
802    
803    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.176-1
804    - Remove LVM metadata when doing clearpart (rvykydal).
805      Resolves: rhbz#462615
806    - Put lspci in the minstg2.img so inVmware doesn't traceback (clumens).
807      Resolves: rhbz#476476
808    
809    * Mon May 18 2009 Joel Granados <jgranado@redhat.com> 11.1.2.175-1
810    - Change the description of be2net (msivak).
811      Resolves: rhbz#496875
812    - Revert to libdhcp from rhel5.3 (dcantrell).
813      Related: rhbz#500775
814    
815    * Wed May 13 2009 Joel Granados <jgranado@redhat.com> 11.1.2.174-1
816    - Include valid timezones in stage 2 (rvykydal).
817      Resolves: rhbz#481617
818    - Fix traceback in timezone setting (kickstart interactive text mode) (rvykydal).
819      Resolves: rhbz#481617
820    - Compute size of modules buffer in loader (dcantrell).
821      Resolves: rhbz#484092
822    - Include /sbin/ipcalc for IP address validation (dcantrell).
823      Resolves: rhbz#460579
824    - Require latest libdhcp (dcantrell).
825      Resolves rhbz#444919
826    - Make buildinstall error out if mount of loop device fails (rvykydal).
827      Resolves: rhbz#472552
828    - Update Anaconda with new description for Emulex lpfc driver (msivak).
829      Resolves: rhbz#498511
830    - Get the libfipscheck from correct location (library was rebased) (msivak)
831      Resolves: rhbz#498992
832    - Add support for LSI MPT Fusion SAS 2.0 Device Driver (msivak).
833      Resolves: rhbz#475671
834    - IBM improvements to linuxrc.s390 (dcantrell).
835      Resolves: rhbz#475350
836    
837    * Wed May 6 2009 Joel Granados <jgranado@redhat.com> 11.1.2.173-1
838    - Allow bootloader on mbr when /boot is mdraid1 (hansg).
839      Resolves: rhbz#475973
840    - Don't traceback on read only (write protected) disks (hansg).
841      Resolves: rhbz#471883
842    - most noticably it fixes chap / reverse chap in combination with ibft (hansg).
843      Resolves: rhbz#497438
844    - Recognize mpath iscsi setups as using iscsi (hansg).
845      Resolves: rhbz#466614
846    
847    * Tue May 5 2009 Joel Granados <jgranado@redhat.com> 11.1.2.172-1
848    - The lambda function in run() is not needed (jgranado).
849      Resolves: rhbz#498935
850    - Increase max NIC identification duration to 5 minutes (dcantrell).
851      Resolves: rhbz#473747
852    - Correct a spelling error (dcantrell).
853      Resolves: rhbz#489997
854    - Remove noise from isys/nl.c (dcantrell).
855      Resolves: rhbz#490735
856    
857    * Thu Apr 30 2009 Chris Lumens <clumens@redhat.com> 11.1.2.171-1
858    - Remove umask temporarily so device permissions are correct (wmealing).
859      Resolves: rhbz#383531
860    
861    * Tue Apr 28 2009 Chris Lumens <clumens@redhat.com> 11.1.2.170-1
862    - No longer set cachedir since the rebased yum won't let us.
863      Resolves: rhbz#497288
864    - Support a dashed format of MAC in kickstarts (msivak).
865      Resolves: rhbz#480309
866    - Fix a typo in the parted exception ignoring patch
867      Related: rhbz#455465
868    - Add support for Marvell RAID bus controller MV64460/64461/64462 (msivak).
869      Resolves: rhbz#493179
870    - Add support for the "Emulex OneConnect 10GbE NIC" (msivak).
871      Resolves: rhbz#496875
872    
873    * Thu Apr 23 2009 Martin Sivak <msivak@redhat.com> 11.1.2.169-1
874    -  Activate ipv6 nics when an ipv6 ip is defined (jgranado).
875       Resolves: rhbz#445394
876    -  Check for DNS validity (jgranado).
877       Resolves: rhbz#465174
878    -  Do not crash when more than 32 tape devices are present (rvykydal)
879       Resolves: rhbz#476186
880    -  Ignore a subset of parted errors that are not critical (clumens)
881       Resolves: rhbz#455465
882    -  The FTP USER command does not need to be followed by a PASS (msivak)
883       Resolves: rhbz#477536
884    -  patch to skip accounts screen if using autostep and encrypted root password (msivak)
885       Resolves: rhbz#471122
886    -  rhel5 fix for cmdline being overridden by text when graphical install is detected as unworkable (msivak)
887       Resolves: rhbz#456325
888    -  Rewrote parts of pkgorder script to improve it's speed. (mgracik)
889       Resolves: rhbz#451083
890    -  Fix for traceback in Partitions.doMetaDeletes.addSnap() (dcantrell)
891       Resolves: rhbz#433824
892    -  More robust filtering of physical volumes in autopartitioning (rvykydal)
893       Resolves: rhbz#475271
894    -  Fix user --groups kickstart option (rvykydal)
895       Resolves: rhbz#454418
896    -  Let LCS devices come online after s390 installation (dcantrell)
897       Resolves: rhbz#471101
898    -  Added support for mdadm raid10 installs (mgracik)
899       Resolves: rhbz#467996
900    -  Updated the project URL (mgracik)
901       Resolves: rhbz#482781
902    
903    * Thu Dec 18 2008 Joel Granados <jgranado@redhat.com> 11.1.2.168-1
904    -  Make anaconda work with new API change in YUM (jgranado)
905       Resolves: rhbz:#476957
906    
907    * Wed Dec 17 2008 Joel Granados <jgranado@redhat.com> 11.1.2.167-1
908    - Fix anaconda build (hdegoede).
909      Related: rhbz:#476739
910    
911    * Tue Dec 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.166-1
912    - Load the raid45 modules at init time (jgranado).
913      Related: rhbz#475385
914    - Make sure the raid45 modules are in the images (jgranado).
915      Related: rhbz#475385
916    
917    * Mon Dec 15 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.165-1
918    - Final translations for instnum text (clumens)
919      Related: rhbz#474375
920    
921    * Fri Dec 12 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.164-1
922    - Fix non-CHAP iBFT install cases (hdegoede)
923      Resolves: rhbz#432819
924    - More translations for the instnum text (clumens)
925      Related: rhbz#474375
926    
927    * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.163-1
928    - Mark some new translations as fuzzy to fix the build.
929      Related: rhbz#474375
930    
931    * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.162-1
932    - Update translation files for the instnum text change.
933      Related: rhbz#474375
934    
935    * Wed Dec 3 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.161-1
936    - Include the libwrap in the initrd image
937      Resolves: rhbz#473955
938    
939    * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.160-1
940    - Allow ssh and telnet to the install (jgranado).
941      Resolves: rhbz:#473955
942    
943    * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.159-1
944    - The LV size is smaller than the totall sum of the partitions that make it up (jgranado).
945      Resolves: rhbz:#468944
946    
947    * Tue Nov 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.158-1
948    - Fix up ibft use cases (pjones).
949    - Partition requests can be None when populating the tree (dlehman).
950      Resolves: rhbz#472788
951    - Remove the name check on driver disk packages.
952      Resolves: rhbz#472951
953    - Remove missing PVs before removing obsolete VG (rvykydal).
954      Resolves: rhbz#468431
955    - Make the driverdisc label uppercase (msivak).
956      Related: rhbz#316481
957    
958    * Wed Nov 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.157-1
959    - Include ide-cs module into initrd (msivak).
960      Related: rhbz#448009
961    
962    * Wed Nov 12 2008 Chris Lumens <clumens@redhat.com> 11.1.2.156-1
963    - Fix a variety of pychecker errors (clumens, dcantrell, dlehman, rvykydal).
964      Resolves: rhbz#469734
965    - Remove defunct VG before creating new one of the same name (rvykydal).
966      Resolves: rhbz#469700
967    - Fix detection of ext4 on raid in rescue and upgrade (rvykydal).
968      Resolves: rhbz#470221
969    
970    * Tue Nov 11 2008 Joel Granados <jgranado@redhat.com> 11.1.2.155-1
971    - Enable the DD repository if the DD autodetection feature was used (msivak).
972      Related: rhbz:#316631
973    - Call insmod in linuxrc.s390, not insert_module (dcantrell).
974      Related: rhbz:#184648
975    - Load FCP modules early for CD/DVD install (dcantrell).
976      Related: rhbz:#184648
977    - Update mk-s390-cdboot.c to work with large kernel images (dcantrell).
978      Related: rhbz:#184648
979    - Fix all trivial (1 liner fixes) errors found by pychecker (hdegoede).
980      Related: rhbz:#469730
981    
982    * Wed Nov 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.154-1
983    - Include the new fnic driver (jgranado).
984      Related: rhbz#462387
985    - Run the busProbe after we have all driver disks loaded (msivak).
986      Related: rhbz#316481
987    
988    * Wed Nov 5 2008 Joel Granados <jgranado@redhat.com> 11.1.2.153-1
989    - Use struct audit_reply instead of struct auditd_reply_list (hdegoede).
990      Resolves: rhbz:#469873
991    - The Encryption button was missing in one migrate case (msivak).
992      Resolves:#469849
993    - kickstart expects --dhcpclass instead of --class (clumens).
994      Resolves: rhbz:#468972
995    - Fix the mounting procedure for autodetected driverdiscs (msivak).
996      Resolves: rhbz:#316481
997    
998    * Fri Oct 31 2008 Joel Granados <jgranado@redhat.com> 11.1.2.152-1
999    - Prepare environemnt so the AutoDD is properly detected (msivak).
1000      Resolves: rhbz:#316481
1001    - Don't write luks passphrases to anaconda-ks.cfg (dlehman).
1002      Resolves: rhbz:#468907
1003    - Write zeros to remove metadata before running luksFormat (dlehman).
1004      Resolves: rhbz:#469177
1005    
1006    * Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.151-1
1007    - Write correct OPTIONS line to ifcfg files on s390 for layer2 (dcantrell)
1008      Resolves: rhbz#468755
1009    
1010    * Wed Oct 29 2008 Joel Granados <jgranado@redhat.com> 11.1.2.150-1
1011    - Call createrepo in buildinstall only if --pkgorder is present (rvykydal).
1012      Resolves: rhbz:#467341
1013    
1014    * Tue Oct 28 2008 Joel Granados <jgranado@redhat.com> 11.1.2.149-1
1015    - Actually use the stderr parameter instead of duping to stdout (dlehman).
1016      Resolves: rhbz:#467289
1017    - Revert "Specify a default cio_ignore parameter for s390x (#253075)" (dcantrell).
1018      Related: rhbz:#253075
1019    - Revert "Enable CCW devices used for installation (#253075)" (dcantrell).
1020      Related: rhbz:#253075
1021    - Revert "Correctly enable ignored CCW devices in linuxrc.s390 (#253075)" (dcantrell).
1022      Related: rhbz:#253075
1023    
1024    * Fri Oct 24 2008 Joel Granados <jgranado@redhat.com> 11.1.2.148-1
1025    - Probe the devices to populate cache for DD routines (msivak).
1026      Resolves: rhbz:#316481
1027    
1028    * Thu Oct 23 2008 Joel Granados <jgranado@redhat.com>  11.1.2.147-1
1029    - Dont execute the extra information message for all the devices (jgranado).
1030      Resolves: rhbz:#466291
1031    
1032    * Tue Oct 21 2008 David Cantrell <dcnatrell@redhat.com> 11.1.2.146-1
1033    - Fix up CCW device enabling on s390x (dcantrell)
1034      Resolves: rhbz#253075
1035    
1036    * Mon Oct 20 2008 Dave Lehman <dlehman@redhat.com> 11.1.2.145-1
1037    - Handle device names containing "/" in LUKS name fixup
1038      Related: rhbz#464769
1039    
1040    * Thu Oct 16 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.144-1
1041    - Enable CCW devices used for installation (dcantrell)
1042      Resolves: rhbz#253075
1043    
1044    * Wed Oct 15 2008 Joel Granados <jgranado@redhat.com>  11.1.2.143-1
1045    - Change order when calling dasdFmt to avoid race condition while formating dasd drives (jgranado).
1046      Resolves: rhbz:#466474
1047    
1048    * Tue Oct 14 2008 Joel Granados <jgranado@redhat.com> 11.1.2.142-1
1049    - Add the enic driver (jgranado).
1050      Resolves: rhbz:#462387
1051    - Get the right list elements for the iscsi text interface (clumens).
1052      Resolves: rhbz:#466902
1053    - Fix detection of ext4/ext4dev root partitions in rescue (rvykydal).
1054      Resolves: rhbz:#466868
1055    
1056    * Mon Oct 13 2008 Joel Granados <jgranado@redhat.com> 11.1.2.141-1
1057    - Prevent creation of encrypted swraid partitions (dlehman).
1058      Resolves: rhbz:#456283
1059    - Enable the iBFT by default and set the fallbacks to mimic the w/o iBFT behaviour (msivak).
1060      Resolves: rhbz:#445721
1061    
1062    * Fri Oct 10 2008 Peter Jones <pjones@redhat.com> - 11.1.2.140-1
1063    - Don't display errors from nl_set_device_mtu() (dcantrell)
1064      Resolves: rhbz#466305
1065    - Use a correct path for addnote, since the one in the original patch
1066      wasn't what the kernel group thought they were telling me.
1067      Related: rhbz#462663
1068    
1069    * Thu Oct 09 2008 Chris Lumens <clumens@redhat.com> 11.1.2.139-1
1070    - Handle None in luks device name rectification (pjones).
1071      Resolves: rhbz#466348
1072    
1073    * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-2
1074    - Start the iBFT configured drives during iSCSI startup (msivak)
1075      Resolves: rhbz#445721
1076    
1077    * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-1
1078    - Add note to bootable kernel image on ppc64 (dhowells)
1079      Related: rhbz#462663
1080    
1081    * Mon Oct 06 2008 Chris Lumens <clumens@redhat.com> 11.1.2.137-2
1082    - Better error checking when retrieveing info from iBFT (msivak).
1083      Related: rhbz#445721
1084    - Fix a typo in the anaconda-runtime %post scriptlets.
1085      Resolves: rhbz#465441
1086    
1087    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-2
1088    - Fix build.
1089      Related: rhbz:#445721
1090    
1091    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-1
1092    - Rebuild to make brew happy.
1093      Related: rhbz:#445721
1094    
1095    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.135-1
1096    - iBFT has MAC addresses with wrong case, use strcasecmp to compare them (msivak).
1097      Resolves: rhbz:#445721
1098    - Look up correct luks name before trying to decide on our boot device (pjones).
1099      Resolves: rhbz:#464769
1100    - Add new LUKS devices to partitions.encryptedDevices (dlehman).
1101      Resolves: rhbz:#464769
1102    - Add a workaround for lvm-on-raid size miscomputation (clumens).
1103      Resolves: rhbz:#463431
1104    - Do not use labels to specifiy LUKS devices in /etc/fstab (dlehman).
1105      Resolves: rhbz:#461702
1106    
1107    * Thu Oct 2 2008 Joel Granados <jgranado@redhat.com> 11.1.2.134-1
1108    - Fix traceback when using kickstart and device encryption (pjones).
1109      Resolves: rhbz:#461700
1110    - Fix traceback when using encryption with kickstart (pjones).
1111      Resolves: rhbz:#461700
1112    - Fix ext4/ext4dev detection on existing partitions (rvykydal).
1113      Resolves: rhbz:#465248
1114    
1115    * Tue Sep 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.133-1
1116    - Set a label on /etc/sysconfig/keyboard (clumens).
1117      Resolves: rhbz:#463785
1118    - Add comps.dtd to anaconda-runtime package (dcantrell).
1119      Resolves: rhbz:#442138
1120    - Make sure /etc/xml/catalog is updated on package removal (dcantrell).
1121      Resolves: rhbz:#442138
1122    - Fix a logging traceback in the encryption code (clumens).
1123      Resolves: rhbz:#464771
1124    - Fix lvm partitioning in gui that was broken (rvykydal).
1125      Resolves: rhbz:#415871
1126    - Fix computing of lvm partition sizes wrt physical extent size in gui (rvykydal).
1127      Resolves: rhbz:463780
1128    - Add pointer initialization (rvykydal).
1129      Resolves: rhbz#439461
1130    
1131    * Fri Sep 26 2008 Joel Granados <jgranado@redhat.com> 11.1.2.132-1
1132    - When we use kickstart with specified UI mode, do not prompt for VNC (msivak).
1133      Resolves: rhbz##453551
1134    
1135    * Thu Sep 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.131-1
1136    - Fix rescue mode typo.
1137      Resolves: rhbz#463920
1138    - Fix traceback accessing obsolete data member (dlehman).
1139      Resolves: rhbz#463778
1140    
1141    * Tue Sep 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.130-1
1142    - Fix the test for if we should remove the Virt group.
1143      Resolves: rhbz#462907.
1144    
1145    * Mon Sep 22 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.129-1
1146    - Fix mk-s390-cdboot so it doesn't SIGSEGV when generating images (dcantrell)
1147      Related: rhbz#184648
1148    - Add libfipscheck to initrd for sshd on s390x (clumens)
1149      Resolves: rhbz#463273
1150    
1151    * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.128-1
1152    - Include the correct version of the spec file in the source archive.
1153      Related: rhbz#461700
1154    
1155    * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.127-1
1156    - Support for system-wide passphrase for encrypted block devices (dlehman).
1157      Resolves: rhbz#461700
1158    
1159    * Wed Sep 17 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.126-1
1160    - Add a stub to cmdline UI for getLuksPassphrase (dlehman)
1161      Resolves: rhbz#462491
1162    - Don't add a LUKSDevice to autopart PVs unless we're encrypting (dlehman)
1163      Resolves: rhbz#462640
1164    - Support upgrade of systems that use encrypted block devices (dlehman)
1165      Resolves: rhbz#461696
1166    - Disallow use or creation of encrypted software RAID partitions (dlehman)
1167      Resolves: rhbz#456283
1168    - Use UUIDs instead of device nodes in crypttab (dlehman)
1169      Resolves: rhbz#461702
1170    - Add support for OSA Express 2 ports per CHPID (rvykydal)
1171      Resolves: rhbz#439461
1172    - Fix kickstart timezone value checking (rvykydal)
1173      Resolves: rhbz#462595
1174      Resolves: rhbz#404321
1175    
1176    * Tue Sep 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.125-1
1177    - Include the programs needed to manage ext4 filesystems (clumens).
1178      Resolves: rhbz#462476
1179    - Fix a reference to a variable before it exists in network.py (clumens).
1180      Resolves: rhbz#462480
1181    
1182    * Mon Sep 15 2008 Chris Lumens <clumens@redhat.com> 11.1.2.124-1
1183    - Fix blkid_dev_next return value checking (rvykydal).
1184      Resolves: rhbz#462175
1185    - Add the reverse chap bits for kickstart as well (pjones).
1186      Related: rhbz#432819
1187    - Make iBFT reading explicit from a higher level (pjones).
1188    - Fix device nodes creating for more than 8 cciss devices (rvykydal).
1189      Resolves: rhbz#445765
1190    - Disable iBFT support for s390 and s390x (dcantrell).
1191    
1192    * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.123-1
1193    - Disable iBFT support on s390 and s390x (dcantrell)
1194      Related: rhbz#445721
1195    
1196    * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.122-1
1197    - Add full CHAP support to iSCSI (pjones)
1198      Resolves: rhbz#432819
1199    - Don't set iscsi devices to autostart (pjones)
1200      Resolves: rhbz#437891
1201    - Support iSCSI CHAP and Reverse CHAP authentication (pjones)
1202      Resolves: rhbz#402431
1203      Resolves: rhbz#432819
1204    - Partitions growing fixed (rvykydal)
1205      Resolves: rhbz#442628
1206    - Do not traceback when no root partitions are found in upgrade (rvykydal)
1207      Resolves: rhbz#444527
1208    - Add support for ext4dev/ext4 filesystem (rvykydal)
1209      Resolves: rhbz#444527
1210    - Add support for reading NIC setup from the iBFT table (msivak)
1211      Resolves: rhbz#445721
1212    - Add 802.1q driver (rvykydal)
1213      Resolves: rhbz#431915
1214    - Add libfipscheck to the images (clumens)
1215      Resolves: rhbz#461923
1216    - Display drive model and size in MB in partitioning UI (dcantrell)
1217      Resolves: rhbz#460697
1218    
1219    * Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.121-1
1220    - Enable the dlabel=on for RHEL by default (msivak).
1221      Related: rhbz#316481.
1222    
1223    * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-2
1224    - libuuid is provided by e2fsprogs-devel.
1225      Related: rhbz#316481.
1226    
1227    * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-1
1228    - Include the nss libraries that the new RPM is linked against.
1229      Resolves: rhbz#460375.
1230    - Add automatic driver disk detection (msivak).
1231      Resolves: rhbz#316481.
1232    
1233    * Wed Aug 6 2008 Joel Granados <jgranado@redhat.com> 11.1.2.119-1
1234    - Support VDSK devices on s390x (dcantrell).
1235      Resolves: rhbz#264061
1236    
1237    * Wed Jul 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.118-1
1238    - Use fedorakmod.py plugin from yum-utils package, don't pack it in anaconda (rvykydal).
1239      Resolves: rhbz#434804
1240    - Make sure bootproto=query settings carry over to stage2 (clumens).
1241      Resolves: rhbz#453863
1242    - Probe BUS_VIRTIO again after probing BUS_PCI (markmc).
1243      Resolves: rhbz#446232
1244    - Add virtio drives to multipath blacklist (markmc).
1245      Resolves: rhbz#446232
1246    - Add virtio max partition count (markmc).
1247      Resolves: rhbz#446232
1248    - Sort virtio devices first (markmc).
1249      Resolves: rhbz#446232
1250    - Probe on BUS_VIRTIO for devices (markmc).
1251      Resolves: rhbz#446232
1252    - Explicitly include virtio_pci in the initrd (markmc).
1253      Resolves: rhbz#446232
1254    - Add virtio to module-info (markmc).
1255      Resolves: rhbz#446232
1256    - Add virtio support to devMakeInode() (markmc).
1257      Resolves: rhbz#446232
1258    - Offer physical NIC identification in stage 1 (dcantrell).
1259      Resolves: rhbz:#261101
1260    - Suspend the curses interface before calling scripts and resume afterwards (msivak).
1261      Resolves: rhbz#435314
1262    
1263    * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.117-1
1264    - Fix the build.
1265    - Change the Makefile so it doesn't replace tags.
1266    
1267    * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.116-1
1268    - Specify a default cio_ignore parameter for s390x (dcantrell).
1269      Resolves: rhbz#253075
1270    - Call dhcpNetDevice() instead of removed pumpNetDevice() (rvykydal).
1271      Resolves: rhbz#452664
1272    - Add support for the --only-use argument to RHEL5 (rvykydal).
1273      Resolves: rhbz#318351
1274    - Log a message informing about the critical upgrade error (jgranado).
1275      Resolves: rhbz#436865
1276    - Support booting from FCP-attached CD/DVD drive on s390 (dcantrell).
1277      Resolves: rhbz#184648
1278    - The actual size of a logical volume must be rounted down (jgranado).
1279      Resolves: rhbz#415871
1280    - Set network device MTU if user specified mtu= (dcantrell).
1281      Resolves: rhbz#435874
1282    
1283    * Wed Jul 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.115-1
1284    - Pass the cmdline options to the nfs structure (jgranado).
1285      Resolves: rhbz#432603
1286    - Remove hicolor-icon-theme>gtk2 from whiteout.py (msivak).
1287      Resolves: rhbz#369251
1288    - Ask the user if he wants to use VNC instead of text mode (msivak).
1289      Resolves: rhbz#453551
1290    - Leftover bits of encrypted block device support (dlehman).
1291      Resolves: rhbz#229865
1292    - Rescue of systems containing encrypted block devices (dlehman).
1293      Resolves: rhbz#229865
1294    - Support preexisting encrypted block devices (dlehman).
1295      Resolves: rhbz#229865
1296    - Kickstart support for encrypted block devices (dlehman).
1297      Resolves: rhbz#229865
1298    - User interface for manipulating encrypted block devices (dlehman).
1299      Resolves: rhbz#229865
1300    - Partitioning with encrypted block devices (dlehman).
1301      Resolves: rhbz#229865
1302    - Device-level support for encrypted block devices (dlehman).
1303      Resolves: rhbz#229865
1304    
1305    * Wed Jul 9 2008 Joel Granados <jgranado@redhat.com> 11.1.2.114-1
1306    - Enable upgrades for mayor version in rhel5 only (jgranado).
1307      Resolves: rhbz#436865
1308    - Handling of invalid timezone value in kickstart added (rvykydal).
1309      Resolves: rhbz#404321
1310    - GCC is complaining about unchecked return value from read call (msivak).
1311      Resolves: rhbz#448009
1312    - Enable re-IPL on s390x after installation (dcantrell).
1313      Resolves: rhbz#432416
1314    - Change the maximum recommended swap size to "2000 + (current ram)" (jgranado).
1315      Resolves: rhbz#447372
1316    - Don't show the virtualization option if we are in Xen or in Vmware (jgranado).
1317      Resolves: rhbz#258441
1318    - Prepare the system a little before initializing the pcmcia devices (msivak).
1319      Resolves: rhbz#448009
1320    - Change the total number of processed packages/files/.. to avoid negative counter in remaining packages (msivak).
1321      Resolves: rhbz#436103
1322    - Create additional /dev/xvda device nodes (clumens).
1323      Resolves: rhbz#437752
1324    - Don't use error messages from dosfslabel as the label (clumens)
1325      Resolves: rhbz#427457
1326    - Add nui driver (jgranado).
1327      Resolves: rhbz#444820
1328    - Allow the use of the "-" character in lvm names (jgranado).
1329      Resolves: rhbz#430907
1330    - yum.remove removes installed packages, not to be installed packages (msivak).
1331      Resolves: rhbz#442325
1332    - Allow removing packages by glob now that yum supports it (msivak).
1333      Resolves: rhbz#442325
1334    
1335    * Wed Apr 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.113-1
1336    - Require the latest version of libnl-devel.
1337      Resolves: rhbz#441922
1338    - Fix definition of __libc_setlocale_lock for new glibc.
1339      Resolves: rhbz#441940
1340    - Add support for the bcm5710 driver.
1341      Resolves: rhbz#442553
1342    - Require the latest libdhcp (dcantrell).
1343      Resolves: rhbz#435978
1344    - Fix networking tracebacks (pjones, clumens).
1345      Resolves: rhbz#442020
1346    
1347    * Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> 11.1.2.112-1
1348    - Make isys.dhcpNetDevice() work in rescue mode (dcantrell).
1349      Related: rhbz#435978
1350    
1351    * Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> 11.1.2.111-1
1352    - Don't rebuild the initrds if no modules were installed.
1353      Resolves: rhbz#439379
1354    - Bootable requests can not be on logical volumes.
1355      Resolves: rhbz#439270
1356    - Name the xen images for ia64 in the .treeinfo file (jgranado).
1357    - Fix reporting on transaction errors (jgranado).
1358      Resolves: rhbz#437813
1359    - Fix loop iteration in nl_ip2str (dcantrell).
1360      Resolves: rhbz#437773
1361    - Allow GPT on ppc or ppc64 (dcantrell).
1362      Resolves: rhbz#438683
1363    
1364    * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.110-1
1365    - Don't try to initialize iSCSI when the portal cannot be detected (msivak).
1366      Resolves: rhbz#435173
1367    
1368    * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.109-1
1369    - Make sure DHCP works in rescue mode (dcantrell).
1370      Resolves: rhbz#435978
1371    
1372    * Mon Mar 17 2008 Chris Lumens <clumens@redhat.com> 11.1.2.108-1
1373    - Avoid SIGSEGV on s390x in netlink loop (dcantrell).
1374      Resolves: rhbz#436377
1375    
1376    * Thu Mar  6 2008 Jeremy Katz <katzj@redhat.com> - 11.1.2.107-1
1377    - Fix another case which could have None options
1378      Resolves: rhbz#435998
1379    
1380    * Wed Mar 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.106-1
1381    - Fix the case where we're checking for _netdev but options is None (pjones).
1382      Resolves: rhbz#435998
1383    
1384    * Mon Mar 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.105-1
1385    - Add support for _rnetdev mount option in fstab (pjones).
1386      Resolves: rhbz#435716
1387    - Lots of network UI configuration fixes (dcantrell).
1388      Resolves: rhbz#432011
1389    - Fix lvm error handling (msivak).
1390      Related: rhbz#224636
1391    
1392    * Thu Feb 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.104-1
1393    - Handle exceptions when setting up repos not enabled by a key.
1394      Resolves: rhbz#433028
1395    - Show unconfigured interfaces as UNCONFIGURED (dcantrell).
1396      Related:  rhbz#275291
1397    
1398    * Tue Feb 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.103-1
1399    - Fix a traceback in the backported pkgorder fix.
1400      Resolves: rhbz#432006
1401    - Fix wrong function names for iscsi login/start (pjones).
1402      Resolves: rhbz#433276
1403    
1404    * Sat Feb 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.102-1
1405    - Correct auth command reading problem for ks files (dcantrell).
1406      Related: rhbz#427388
1407    - Use correct salt length for MD5, SHA256, & SHA512 (dcantrell).
1408      Related: rhbz#427388
1409    
1410    * Wed Feb 13 2008 Chris Lumens <clumens@redhat.com> 11.1.2.101-1
1411    - Make sure interface description is defined (dcantrell).
1412      Resolves: rhbz#432635
1413    - Set an attribute when iscsid is started
1414      Resolves: rhbz#431904
1415    
1416    * Mon Feb 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.100-1
1417    - Better fixes for iscsi probing (pjones, jlaska)
1418      Related: rhbz#431924
1419    - Make man pages work in the chrooted environment (jgranado)
1420      Resolves: rhbz#243443
1421    - Use correct variable in comparison (jgranado)
1422      Related: rhbz#432035
1423    
1424    * Fri Feb 08 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.99-1
1425    - Prevent writing out IPV6ADDR=none lines to ifcfg-ethX files (jgranado)
1426      Resolves: rhbz#432035
1427    
1428    * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.98-1
1429    - Fix an infinite loop in using libnl (dcantrell).
1430      Related: rhbz#303681
1431    
1432    * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.97-1
1433    - Add module dependencies of qeth.ko.
1434      Resolves: rhbz#431922
1435    - Make sure ISCSIADM and such are defined (pjones).
1436      Resolves: rhbz#431924
1437    - Use libnl to read MAC and IP addresses (dcantrell).
1438      Resolves: rhbz#303681
1439    - Fix usage of minstg2 vs. stage2 in low-mem cases (jgranado).
1440      Resolves: rhbz#207657
1441    
1442    * Tue Feb 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.96-1
1443    - Include libnssutil3.so in the initrd for s390 as well.
1444      Resolves: rhbz#431054
1445    - Document the dhcptimeout parameter (msivak).
1446      Related: rhbz#198147, rhbz#254032
1447    
1448    * Mon Feb 04 2008 Chris Lumens <clumens@redhat.com> 11.1.2.95-1
1449    - Propagate hostname from stage 1 to stage 2 on s390x (dcantrell).
1450      Resolves: rhbz#354021
1451    
1452    * Fri Feb 01 2008 Chris Lumens <clumens@redhat.com> 11.1.2.94-1
1453    - Include libnssutil3.so for sshd on s390 (dcantrell).
1454    - Remove old IP addresses from interface on reconfig (dcantrell).
1455      Resolves: rhbz#218273
1456    - More fixes for .treeinfo (jgranado).
1457    
1458    * Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> 11.1.2.93-1
1459    - Support network --bootproto=query in kickstart installs.
1460      Resolves: rhbz#401531
1461    - Set the format flag for new volume groups (msivak).
1462      Resolves: rhbz#246523
1463    - More fixes for .treeinfo (jgranado).
1464      Related: rhbz#253992
1465    
1466    * Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.92-1
1467    - Fix remaining issues with createLuserConf() changes
1468      Related: rhbz#430237
1469    
1470    * Mon Jan 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.91-1
1471    - Include python-iniparse in stage2 for pirut.
1472      Resolves:  rhbz#430212
1473    - Update the information contained in .treeinfo files (jgranado).
1474      Resolves: rhbz#253992
1475    - Fix namespace issue with createLuserConf (dcantrell).
1476      Resolves: rhbz#430237
1477    - Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell).
1478      Related: rhbz#428694, rhbz#216158
1479    
1480    * Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.90-1
1481    - Add the stage2 to the .treeinfo file (jgranado).
1482      Resolves: rhbz#253992
1483    - Fix handling %packages section in output anaconda-ks.cfg file.
1484      Related: rhbz#280101
1485    - Fix a traceback caused by the patch for 427388.
1486      Resolves: rhbz#429902
1487    - Fix some additional errors in createLuserConf() (dcantrell).
1488      Resolves: rhbz#429902
1489    - Fix iscsi so that mkinitrd can talk to the running daemon (pjones).
1490    
1491    * Mon Jan 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.89-1
1492    - Support SHA256/SHA512 password encoding from kickstart (dcantrell).
1493      Resolves: rhbz#427388
1494    
1495    * Fri Jan 18 2008 Chris Lumens <clumens@redhat.com> 11.1.2.88-1
1496    - Allow users to back up past instkey dialog (dlehman).
1497      Resolves: rhbz#252349
1498    - Handle missing FTP files the same way as missing HTTP files (dlehman).
1499      Resolves: rhbz#350251
1500    - Add support for iSCSI iBFT (msivak).
1501      Resolves: rhbz#307761
1502    - Do not display NICs as UNCONFIGURED in network_text.py (dcantrell).
1503      Resolves: rhbz#275291
1504    - If bootproto is dhcp, unset any static settings (dcantrell).
1505      Resolves: rhbz#218489
1506    - Add support for the mptctl driver.
1507      Resolves: rhbz#382941
1508    - Fix a traceback running pkgorder in non-base products (dgregor).
1509      Resolves: rhbz#317131
1510    - Fix a traceback when adding zFCP disk without specifying details (msivak).
1511      Resolves: rhbz#428180
1512    - Catch lvm tools errors when creating logical volumes (msivak).
1513      Resolves: rhbz#224636
1514    - Add support for specifying the dhcp timeout (msivak).
1515      Resolves: rhbz#198147, rhbz#254032
1516    - Don't add a trailing 1 to filesystem labels (jgranado).
1517      Resolves: rhbz#415861
1518    - Add spufs support (jgranado).
1519      Resolves: rhbz#247720
1520    - List iSCSI multipath devices in the installer UI. (dcantrell).
1521      Resolves: rhbz#391951
1522    - Fix selected device when adding an advanced storage device (msivak).
1523      Resolves: rhbz#248447
1524    - Add maketreeinfo.py script (jgranado).
1525      Resolves: rhbz#253992
1526    - Make F12 work for the network config screen in text installs (jgranado).
1527      Resolves: rhbz#250982
1528    - Add the ixgbe driver (jgranado).
1529      Resolves: rhbz#350911
1530    - Write out IPV6INIT= to network-scripts (jgranado).
1531      Resolves: rhbz#243524
1532    - Close md devices to fix RAID tracebacks (jgranado).
1533      Related: rhbz#208970
1534    - Use input %packages section for anaconda-ks.cfg (msivak).
1535      Resolves: rhbz#280101
1536    - Add option for selecting different comps file (msivak).
1537      Resolves: rhbz#352081
1538    - Add nicdelay parameter (msivak).
1539      Resolves: rhbz#349521
1540    - Be more accepting in which strings we wait for from sshd (alanm).
1541      Resolves: rhbz#286031
1542    - Allow the use of double quotes in the pxeboot config file (jgranado).
1543      Resolves: rhbz#248170
1544    - Read the nic info before showing the configuration window (jgranado).
1545      Resolves: rhbz#278451
1546    - Make the back button work on the network config screen in loader (jgranado).
1547      Resolves: rhbz#233655
1548    - Get lcs interface name correctly (msivak).
1549      Resolves: rhbz#237508
1550    - Include more terminfo files to fix s390 telnet mode (msivak).
1551      Resolves: rhbz#231173
1552    - Fix kickstart docs for --dhcpclass parameter (jgranado).
1553      Resolves: rhbz#248910
1554    - Fix traceback when displaying autopartition error messages (jgranado).
1555      Resolves: rhbz#247257
1556    - Fix comparison of unusual network interface names (jgranado).
1557      Resolves: rhbz#246135
1558    - Populate the kickstart file dialog with the original value (jgranado).
1559      Resolves: rhbz#245936
1560    - Make the man pages work in rescue mode (jgranado).
1561      Resolves: rhbz#243443
1562    - Sort text package list (jgranado).
1563      Resolves: rhbz#242456
1564    - Don't eject the cd before the %post scripts are run (jgranado).
1565      Resolves: rhbz#238711
1566    
1567    * Wed Oct 17 2007 Chris Lumens <clumens@redhat.com> 11.1.2.87-1
1568    - Prompt for manual network configuration in the loader if needed.
1569      Related: rhbz#296081
1570    
1571    * Mon Oct 15 2007 Chris Lumens <clumens@redhat.com> 11.1.2.86-1
1572    - Don't try to use DHCP in networks with static IP configuration.
1573      Resolves: rhbz#296081
1574    
1575    * Wed Oct 03 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.85-1
1576    - Check both IP structure members in getFileFromNfs()
1577      Resolves: rhbz#316251
1578    
1579    * Thu Sep 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.84-1
1580    - Check return values correctly on netlink_interfaces_ip2str() and
1581      netlink_interfaces_mac2str()
1582      Resolves: rhbz#230525
1583      Related: rhbz#209284
1584    
1585    * Wed Sep 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.83-1
1586    - Add cxgb3 driver (pjones)
1587      Resolves: rhbz#296791
1588    
1589    * Tue Sep 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.82-1
1590    - Fix kickstart over NFS installs on s390x (ks=nfs:host:/path)
1591      Resolves: rhbz#250689
1592    
1593    * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.81-1
1594    - Make major and minor long ints in devMakeInode()
1595      Related: rhbz#218816
1596    
1597    * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.80-1
1598    - Create all variations of tape drive device nodes (dlehman)
1599      Resolves: rhbz#218816
1600    
1601    * Fri Sep 14 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.79-1
1602    - Correct infinite loop problem with new recvfrom() code for reading large
1603      netlink messages
1604      Related: rhbz#230525
1605    - Make sure we clear the netlink cache before looking up IP or MAC addrs
1606      Related: rhbz#235824
1607    
1608    * Thu Sep 13 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.78-1
1609    - Fix manual IPv4 configuration when adding an iSCSI device
1610      Related: rhbz#235824
1611    
1612    * Wed Sep 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.77-1
1613    - Revert netlink_init_interfaces_list() changes
1614      Resolves: rhbz#287541
1615    
1616    * Tue Sep 11 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.76-1
1617    - Fix going back to the network device selection screen in loader
1618      Resolves: rhbz#253285
1619    - Rework netlink_get_interface_ip() to handle large recvfrom responses (pjones)
1620      Related: rhbz#230525
1621    - Driver disk fixes (clumens)
1622      Related: rhbz#213318
1623    - Make sure MACADDR is written to ifcfg-* files (bhinson)
1624      Related: rhbz#248049
1625    
1626    * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.75-1
1627    - Fix network handling via CMS conf file on s390x
1628      Resolves: rhbz#278261
1629    
1630    * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.74-1
1631    - Find all NICs with netlink call
1632      Related: rhbz#230525
1633    
1634    * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.73-1
1635    - Handle empty VSWITCH parameter (bhinson AT redhat DOT com)
1636      Related: rhbz#248049
1637    
1638    * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.72-1
1639    - Rebuild against kudzu-1.2.57.1.15
1640      Resolves: rhbz#276161
1641    
1642    * Fri Aug 31 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.71-1
1643    - Remove extra newtPopWindow() call
1644      Related: rhbz#260621
1645    
1646    * Thu Aug 30 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.70-1
1647    - Fix text wrap width on partition type combo (dlehman)
1648      Related: rhbz#221791
1649    - Avoid SIGSEGV in for kickstart installs on Configure TCP/IP window
1650      Related: rhbz#260621
1651    
1652    * Wed Aug 29 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.69-1
1653    - Skip Configure TCP/IP window for kickstart installs
1654      Resolves: rhbz#260621
1655    - Do not run _isys.vtActivate() on s390x
1656      Related: rhbz#217563
1657    - Keep drive selection box disabled if user clicks Back (clumens)
1658      Related: rhbz#219207
1659    
1660    * Mon Aug 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.68-1
1661    - Do not return after NIC config for iSCSI setup
1662      Resolves: rhbz#233029
1663    
1664    * Fri Aug 24 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.67-1
1665    - Fix "no more mirrors" problems when retrieving packages (dlehman)
1666      Resolves: rhbz#240582
1667    - Don't add duplicate fstab entries if the fstype is none (clumens)
1668      Resolves: rhbz#253485
1669    - Allow users to change their NIC and reconfigure it in loader
1670      Resolves: rhbz#253285
1671    - Validate IP addresses correctly for manual entry on s390x linuxrc
1672      Related: rhbz#234152
1673    - Correct setting addon repository names (clumens)
1674      Related: rhbz#206152
1675    
1676    * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.66-1
1677    - Select appropriate kernel devel package (dlehman)
1678      Related: rhbz#226784
1679    
1680    * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.65-1
1681    - Don't assume tb[IFLA_ADDRESS] contains data
1682      Resolves: rhbz#252988
1683    - Add support for VSWITCH and MACADDR conf variables on s390x
1684      Resolves: rhbz#248049
1685    - Fix ks=nfs: regression on s390x
1686      Resolves: rhbz#250689
1687    
1688    * Mon Aug 13 2007 Peter Jones <pjones@redhat.com> - 11.1.2.64-1
1689    - Fix memory size comparison in PAE test.
1690      Related: rhbz#207573
1691    - Add e1000e and igb modules.
1692      Resolves: rhbz#251733
1693      Resolves: rhbz#251735
1694    
1695    * Fri Aug 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.63-1
1696    - Disable zFCP device before removing LUN (bhinson AT redhat DOT com)
1697      Resolves: rhbz#249341
1698    
1699    * Wed Aug 08 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.62-1
1700    - Add a symlink in /etc to /mnt/runtime/etc/yum, handle kABI
1701      requires/provides (dlehman)
1702      Resolves: rhbz#241412
1703    - Fix converting UI selections into which drives should be used for
1704      partitioning (clumens)
1705      Resolves: rhbz#247997
1706    
1707    * Mon Aug 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.61-1
1708    - Honor ip=<val>/ipv6=<val>/noipv4/noipv6 boot parameters and skip the
1709      loader configuration if enough settings are passed on the boot line
1710      Resolves: rhbz#246603
1711    
1712    * Fri Jul 20 2007 Peter Jones <pjones@redhat.com> - 11.1.2.60-1
1713    - Hopefully fix usb-storage reloading.  Still needs testing
1714      Related: rhbz#247830
1715    - Ignore failure to unmount /mnt/source if we don't think there's a real mount
1716      (dlehman)
1717      Related: rhbz#223059
1718    - Prevent SIGSEGV when going back from NFS entry box after manual IPv4
1719      configuration (dcantrell)
1720      Resolves: rhbz#248075
1721    - Fix the timezone window (dcantrell)
1722      Resolves: rhbz#248928
1723    
1724    * Wed Jul 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.59-1
1725    - Correctly discover underlying physical disks for RAID devices (pjones)
1726      Resolves: rhbz#248616
1727    - Mark iSCSI root with _netdev mount option (markmc AT redhat DOT com)
1728      Resolves: rhbz#244994
1729    - Clear screen after post-install NIC settings
1730      Resolves: rhbz#248130
1731    - Display mpath model and unit info on text partitioning screen
1732      Related: rhbz#185852
1733    
1734    * Mon Jul 16 2007 Peter Jones <pjones@redhat.com> - 11.1.2.58-1
1735    - Only skip redhat-lsb during dependency resolution if it's not
1736      the only thing left
1737      Resolves: rhbz#248195
1738    
1739    * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.57-1
1740    - Only use GPT when we've got really big disks
1741      Resolves: rhbz#247830
1742    - Allow ia64 virt installs without "debug" option
1743      Resolves: rhbz#246718
1744    - Copy firmware files correctly from driver disks
1745      Related: rhbz#224076
1746    
1747    * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.56-1
1748    - Save "nodmraid" option so mkinitrd won't turn it on during boot
1749      Related: rhbz#185852
1750    - Don't mark partitions as bootable on GPT disks unless we're using EFI
1751      Related: rhbz#130236
1752    - Fix size display errors with large disks
1753      Related: rhbz#130236
1754    
1755    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.55-1
1756    - Display mpath model information on the custom partitioning screen
1757      Related: rhbz#185852
1758    
1759    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.54-1
1760    - Add missing colon on an if statement in getMpathModel()
1761      Related: rhbz#185852
1762    - Do not add extra 'mapper/' to fulldev in getMpathModel()
1763      Related: rhbz#185852
1764    
1765    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.53-1
1766    - Use scsi_id to gather WWID info in getMpathModel()
1767      Related: rhbz#185852
1768    - Do not strip 'mapper/' from mpath device names in the partitioning UI
1769      Related: rhbz#185852
1770    
1771    * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.52-1
1772    - If we have seen an mpath device, do not gather its WWID again
1773      Related: rhbz#185852
1774    - Fix code indentation errors
1775      Related: rhbz#185852
1776    - Fix errors in the getMpathInfo() function when executing multipath
1777      Related: rhbz#185852
1778    - Display mpath devices without the 'mapper/' text
1779      Related: rhbz#185852
1780    - Get WWID from bindings file if multipath command returns nothing
1781      Related: rhbz#185852
1782    - Require that USB devices remain stable for a longer time period (pjones)
1783      Resolves: rhbz#222684
1784    
1785    * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.51-1
1786    - Ignore empty lines when collecting WWIDs per mpath device
1787      Related: rhbz#185852
1788    - Comment out existing blacklist and blacklist_exceptions blocks in the
1789      /etc/multipath.conf file
1790      Related: rhbz#185852
1791    - Reset SELinux file contexts on multipath.conf and bindings files
1792      Related: rhbz#185852
1793    
1794    * Fri Jul 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.50-1
1795    - Read default multipath.conf values from either the target system or the
1796      anaconda stage2 environment.  Make sure we only read one WWID per mpath
1797      alias and log an error if we didn't.
1798      Related: rhbz#185852
1799    - Install the PAE kernel when applicable (e.g., >4GB memory)
1800      Resolves: rhbz#207573
1801    - Read mpathNNN devices when generating the bindings and multipath.conf files
1802      Related: rhbz#185852
1803    - Make sure the partitioning UI screen displays WWID and model information
1804      for multipath devices
1805      Related: rhbz#185852
1806    - Use GPT on all architectures with non-boot disks >=2TB (pjones)
1807      Resolves: rhbz#130236
1808    
1809    * Thu Jul 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.49-1
1810    - Generate multipath bindings and multipath.conf before package
1811      installation.  Use scsi_id to collect WWIDs rather than the multipath
1812      command to maintain consistency with what pyblock has done.
1813      Related: rhbz#185852
1814    
1815    * Fri Jun 29 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.48-1
1816    - Support new driver disk repo layout.
1817      Resolves: rhbz#213318
1818    - Add missing TEXT_EDIT_BUTTON constants back (dcantrell).
1819      Resolves: rhbz#245606.
1820    - Fix a traceback when writing out multipath configs (dcantrell).
1821      Related: rhbz#185852.
1822    
1823    * Thu Jun 28 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.47-1
1824    - Fix traceback when writing out repo lines.
1825      Resolves: rhbz#246084
1826    
1827    * Wed Jun 27 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.46-1
1828    - Create package header directory since yum doesn't anymore (katzj).
1829      Resolves: rhbz#245918
1830    - Write out repo lines to anaconda-ks.cfg.
1831      Resolves: rhbz#206152
1832    - Enable multipathd on mpath installs (dcantrell).
1833      Resolves: rhbz#243421
1834    - Pull scsi_id from /lib/udev, include kpartx and mpath commands (dcantrell).
1835      Resolves: rhbz#185852
1836    - Display model information in the UI for mpath devices (dcantrell).
1837      Resolves: rhbz#208341
1838    - Add nspr libraries and additional nss libraries.
1839      Related: rhbz#245215
1840    - Fox error reporting in iscsi connection code (pjones).
1841    
1842    * Tue Jun 26 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.45-1
1843    - Add keyutils-libs (clumens)
1844      Resolves: rhbz#245734
1845    - Set up and use yum backend plugins (dlehman)
1846      Resolves: rhbz#241412
1847    - Install debuginfo packages (james.antill)
1848      Resolves: rhbz#236033
1849    
1850    * Tue Jun 26 2007 James Antill <jantill@redhat.com> - 11.1.2.44-2
1851    - Remove default exclude for debuginfo.
1852    - Resolves: rhbz#236033
1853    
1854    * Fri Jun 22 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.44-1
1855    - Fix typo in multipath part of making stage2 image (dcantrell).
1856    - Include the scsi_id command in the stage2 image (dcantrell).
1857      Resolves: rhbz#185852
1858    - Write out a minimal /etc/multipath.conf (dcantrell).
1859      Related: rhbz#185852
1860    
1861    * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.43-1
1862    - Correct iSCSI portal discovery
1863      Resolves: rhbz#233029
1864    
1865    * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.42-1
1866    - Handle ip=dhcp correctly so kickstart files are fetched automatically
1867      Resolves: rhbz#244418
1868    - Write newline after NETWORKING_IPV6=yes line
1869      Resolves: rhbz#226911
1870    - Make sure libnss3.so is included in the stage2 image
1871      Resolves: rhbz#245215
1872    
1873    * Wed Jun 20 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.41-1
1874    - Include Xen block devices in the blacklist_exception block
1875      Related: rhbz#243527
1876    - Remove the lvm.conf filter modification to avoid regression
1877      Related: rhbz#243531
1878    - Fix traceback when looking for multipath devices to collect WWIDs for
1879      Related: rhbz#185852
1880    
1881    * Tue Jun 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.40-1
1882    - Add libselinux-python to the stage2 image (clumens)
1883      Resolves: rhbz#244892
1884    - Copy static multipath commands in to stage2 image
1885      Related: rhbz#185852
1886    - Filter /dev/mapper/mpath* and /dev/mpath* in lvm.conf
1887      Related: rhbz#185852
1888    - Run /sbin/multipath and copy generated bindings file to target system,
1889      populate blacklist_exception block in multipath.conf with WWIDs from
1890      generated bindings file
1891      Related: rhbz#185852
1892    
1893    * Mon Jun 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.39-1
1894    - Flush driveDict so zFCP are picked up after being brought online
1895      Resolves: rhbz#236903
1896    - Warn user when more than 15 partitions found on a libata-controlled disk
1897      Resolves: rhbz#238858
1898    - Add mpath filters to lvm.conf on target system
1899      Resolves: rhbz#243531
1900    - Make sure target system has multipath bindings file, add multipath WWIDs
1901      to blacklist_exception block in multipath.conf
1902      Resolves: rhbz#243527
1903    - Always print device node name for mpath devices in fstab
1904      Resolves: rhbz#243532
1905    
1906    * Thu Jun 14 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.38-1
1907    - Import tempfile to fix kickstart install tracebacks.
1908      Resolves: rhbz#244240
1909    
1910    * Tue Jun 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.37-1
1911    - Add support for Areca RAID controllers (clumens)
1912      Resolves: rhbz#238014
1913    - Pass -br to the X server so there is no more hatch (clumens)
1914      Resolves: rhbz#195919
1915    - Echo 1 to each zFCP LUN to make entire device available (dcantrell)
1916      Resolves: rhbz#207097
1917    - Prevent static network configuration from failing (dcantrell)
1918      Resolves: rhbz#221660
1919    - Allow user to skip entering a gateway or nameserver when adding an iSCSI
1920      address (dcantrell)
1921      Resolves: rhbz#235824
1922    - Do not log errors when unmounting /mnt/source if it was not supposed to
1923      be mounted in the first place (dlehman)
1924      Resolves: rhbz#223059
1925    - Handle F13 shortcut key on installation key dialog (dlehman)
1926      Resolves: rhbz#210673
1927    - Create nodes for and probe for tape drives (dlehman)
1928      Resolves: rhbz#218816
1929    - Improve configuration screens for systems with multiple NICs (dcantrell)
1930      Resolves: rhbz#218200
1931    - Per-interface IPv4 and IPv6 configuration (dcantrell)
1932      Resolves: rhbz#213110
1933      Related: rhbz#218200
1934    - Add logging for yum logging (katzj)
1935      Resolves: rhbz#212259
1936    - Only ask user to run VNC is Xvnc is present (dcantrell)
1937      Resolves: rhbz#217563
1938    - Add /sbin/sfdisk (dcantrell)
1939      Resolves: rhbz#224297
1940    - For /dev/hvc0 terminals, set TERM to vt320 (dcantrell)
1941      Resolves: rhbz#219556
1942    - Set DHCPv6_DISABLE flag when using IPv6 auto neighbor discovery (dcantrell)
1943      Resolves: rhbz#231645
1944    - Handle more than 10 Ethernet interfaces (dcantrell)
1945      Resolves: rhbz#230525
1946    - Support OSA layer 2 networking on zSeries (bhinson)
1947      Resolves: rhbz#233376
1948    - Handle ksdevice=BOOTIF correctly (dcantrell)
1949      Resolves: rhbz#209284
1950    - Fix text wrap width in auto partitioning text mode screen (dlehman)
1951      Resolves: rhbz#221791
1952    - Correctly count SCSI disk devices (dlehman)
1953      Resolves: rhbz#230526
1954    - Include /usr/sbin/dmidecode on ia64 (dlehman)
1955      Resolves: rhbz#232947
1956    - Bind mount /dev/pts in rescue mode (dlehman)
1957      Resolves: rhbz#228714
1958    - Do not ignore productpath in pkgorder (dlehman)
1959      Resolves: rhbz#230487
1960    - Describe 'nfs --opts' in kickstart-docs.txt (clumens)
1961      Resolves: rhbz#234187
1962    - Sanity check network info on zSeries (dcantrell)
1963      Resolves: rhbz#234152
1964    - Do not bring up network in stage 2 if it's already up (dcantrell)
1965      Resolves: rhbz#232400
1966    - Do not traceback when trying to remove the /mnt/sysimage tree (dcantrell)
1967      Resolves: rhbz#227650
1968    - Write correct infor to /etc/sysconfig/network (dcantrell)
1969      Resolves: rhbz#222147
1970    - If custom partitioning is selected, make drive selection non
1971      sensitive (clumens)
1972      Resolves: rhbz#219207
1973    - Do not traceback if users neglects to enter an lvsize (clumens)
1974      Resolves: rhbz#221253
1975    - Do not load a module when the kickstart device line is incorrect (clumens)
1976      Resolves: rhbz#227510
1977    - Handle errors resulting from malformed repositories (clumens)
1978      Resolves: rhbz#219274
1979    - Remove all invalid RAID requests when using kickstart (clumens)
1980      Resolves: rhbz#235279
1981    - Avoid traceback getting the PID of iscsiadm (clumens)
1982      Resolves: rhbz#223257
1983    - Make sure kickstart scripts execute with correct working dir (clumens)
1984      Resolves: rhbz#237317
1985    - Support multiple ksappend lines (clumens)
1986      Resolves: rhbz#222201
1987    - Write out fstab after migrate (clumens)
1988      Resolves: rhbz#223215
1989    - Make the packages section in anaconda-ks.cfg match UI selections (clumens)
1990      Resolves: rhbz#227383, rhbz#231121, rhbz#235881
1991    - Copy volume group format attribute to new request (clumens)
1992      Resolves: rhbz#217585
1993    - Use /dev/ nodes for probing RAID superblocks (clumens)
1994      Resolves: rhbz#208970
1995    - Put more space between device description and the stripe for tall
1996      languages (clumens)
1997      Resolves: rhbz#217294
1998    - Add netxen_nic driver (clumens)
1999      Resolves: rhbz#230245
2000    - Provide detailed disk info in text mode partitioning screen (dcantrell)
2001      Resolves: rhbz#235054
2002    - If wrong interface is selection, allow user to choose another one (clumens)
2003      Resolves: rhbz#213787
2004    - Focus installation key text box and populate fields correctly (dlehman)
2005      Resolves: rhbz#223831
2006    - Make sure the regkey settings are written to anaconda-ks.cfg (dlehman)
2007      Resolves: rhbz#221450
2008    - Select kernel-xen-devel when optional packages selected (dlehman)
2009      Resolves: rhbz#226784
2010    - Fix typo in message shown when user skips entering the install key (dlehman)
2011      Resolves: rhbz#224491
2012    - If autopart selection is custom, make sure review checkbox is active and
2013      not sensitive. (dlehman)
2014      Resolves: rhbz#220951
2015    - Write NETWORKING_IPV6=no to /etc/sysconfig/network if IPv6 is disabled
2016      during installation. (dcantrell)
2017      Resolves: rhbz#226911
2018    - Fix input validation loop in manual network config in loader
2019      Resolves: rhbz#223193 (dcantrell)
2020    - Make "description" translate correctly (pjones)
2021      Resolves: rhbz#216067
2022    
2023  * 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
2024  - 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