/[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.4 by slords, Wed Apr 9 13:51:41 2008 UTC Revision 1.28 by wellsi, Sun Nov 10 06:13:34 2013 UTC
# Line 1  Line 1 
 # $Id$  
   
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.87  Version: 11.1.2.263
3  Release: 1%{?dist}  Release: 2%{?dist}
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_5.1.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  
 Patch100: anaconda-11.1.2.87-smeserver.patch  
15    
16  BuildPreReq: kudzu-devel >= 1.2.57.1.15, 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: e4fsprogs
39  Requires: python-pyblock >= 0.26-1  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
# Line 45  Requires: audit-libs Line 43  Requires: audit-libs
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    
49    # SME specific patches
50    Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch
51    Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch
52    Patch1003: 0003-Always-pick-best-arch-for-package.patch
53    Patch1004: 0004-Allow-creating-mounting-degraded-raid-arrays.patch
54    Patch1005: 0005-Start-boot-raid-device-first-so-it-will-be-in-sync-f.patch
55    Patch1006: 0006-Automatically-upgrade-bootloader-if-necessary.patch
56    Patch1007: 0007-Log-yum-errors-don-t-bother-user-with-them.patch
57    Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch
58    Patch1009: 0009-Force-time-to-be-based-on-UTC.patch
59    Patch1010: 0010-Add-final-warning-before-installing.patch
60    Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info-.patch
61    Patch1012: 0012-Make-install-window-wider.patch
62    Patch1013: 0013-Don-t-email-root-on-raid-events.patch
63    Patch1014: 0014-Make-boot-loader-use-SME-labels.patch
64    Patch1015: 0015-Determine-upgradability-of-SME-server.patch
65    Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch
66    Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch
67    Patch1018: 0018-All-attached-disks-reformat-warning.patch
68    
69  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
70    
# Line 61  Requires: libxml2-python, python, rpm-py Line 80  Requires: libxml2-python, python, rpm-py
80  Requires: anaconda = %{version}-%{release}  Requires: anaconda = %{version}-%{release}
81  Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs  Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs
82  %ifarch %{ix86} x86_64  %ifarch %{ix86} x86_64
83  Requires: syslinux  Requires: syslinux, syslinux-perl
84  %endif  %endif
85  %ifarch s390 s390x  %ifarch s390 s390x
86  Requires: openssh  Requires: openssh
87  %endif  %endif
88  Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs  Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs
89    Requires: xml-common
90    Requires: libxml2
91    Requires(post): /usr/bin/xmlcatalog
92    Requires(postun): /usr/bin/xmlcatalog
93    
94  %description runtime  %description runtime
95  The anaconda-runtime package contains parts of the installation system which  The anaconda-runtime package contains parts of the installation system which
# Line 74  are needed for installing new systems. Line 97  are needed for installing new systems.
97  sets, but are not meant for use on already installed systems.  sets, but are not meant for use on already installed systems.
98    
99  %prep  %prep
100    %global _default_patch_fuzz 2
101  %setup -q  %setup -q
102  %patch1 -p1  %patch1 -p1
103  %patch2 -p1  %patch2 -p1
# Line 83  sets, but are not meant for use on alrea Line 106  sets, but are not meant for use on alrea
106  %patch5 -p1  %patch5 -p1
107  %patch6 -p1  %patch6 -p1
108  %patch7 -p1  %patch7 -p1
109  %patch8 -p1  
110  #%patch9 -p1  # SME specific patches
111  %patch10 -p1  %patch1001 -p1
112  %patch100 -p1  %patch1002 -p1
113    %patch1003 -p1
114    %patch1004 -p1
115    %patch1005 -p1
116    %patch1006 -p1
117    %patch1007 -p1
118    %patch1008 -p1
119    %patch1009 -p1
120    %patch1010 -p1
121    %patch1011 -p1
122    %patch1012 -p1
123    %patch1013 -p1
124    %patch1014 -p1
125    %patch1015 -p1
126    %patch1016 -p1
127    %patch1017 -p1
128    %patch1018 -p1
129    
130  %build  %build
131  make depend  make depend
# Line 103  strip $RPM_BUILD_ROOT/usr/lib/anaconda/* Line 141  strip $RPM_BUILD_ROOT/usr/lib/anaconda/*
141  %clean  %clean
142  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
143    
144    %post runtime
145    CATALOG=/etc/xml/catalog
146    /usr/bin/xmlcatalog --noout --add "rewriteSystem" \
147        "comps.dtd" \
148        "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
149    /usr/bin/xmlcatalog --noout --add "rewriteURI" \
150        "comps.dtd" \
151        "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
152    
153    %postun runtime
154    if [ $1 = 0 ]; then
155        CATALOG=/etc/xml/catalog
156        /usr/bin/xmlcatalog --noout --del \
157            "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
158    fi
159    
160  %files  %files
161  %defattr(-,root,root)  %defattr(-,root,root)
162  %doc COPYING  %doc COPYING
# Line 124  rm -rf $RPM_BUILD_ROOT Line 178  rm -rf $RPM_BUILD_ROOT
178  %files runtime  %files runtime
179  %defattr(-,root,root)  %defattr(-,root,root)
180  /usr/lib/anaconda-runtime  /usr/lib/anaconda-runtime
181    /usr/share/xml/comps
182    
183  %triggerun -- anaconda < 8.0-1  %triggerun -- anaconda < 8.0-1
184  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
185    
186  %changelog  %changelog
187  * Thu Dec 20 2007 Shad L. Lords <slords@mail.com> 11.1.2.87-1.el5.sme  * Sat Nov 9 2013 Ian Wells <esmith@wellsi.com> 11.1.2-263-2.el5.sme
188  - Apply SME patches  - Apply SME patches to 11.1.2.259-1 [SME: 7976]
189    - Update warning about re-formatting attached hard drives [SME: 4788]
190    - Increase fuzz to allow package to build [SME: 7853]
191    - No warnings if kernel not upgraded
192      (recreate initrd if kernel was installed)
193    - No warnings if unable to remove rpm databases
194    - Always pick best arch for package
195    - Allow creating/mounting degraded raid arrays
196      (log info about degraded arrays instead of not starting them)
197    - Start /boot raid device first so it will be in sync for grub install
198    - Automatically upgrade bootloader if necessary
199    - Log install errors but don't bug user about them
200    - Search for language updates on upgrade disk
201    - Force time to be based on UTC
202    - Add final warning before installing
203    - Make install headless but still write keyboard info out
204      (don't ask us to use vnc mode)
205    - Make install window wider
206      (fix titlebar spacing)
207    - Don't email root on raid events
208    - Make boot loader use SME labels
209    - Determine upgradability of SME server
210      (change erase disks to upgrade dialog)
211    - Run SME post-install scripts on kickstart install/upgrade
212    - Limit languages to those supported by SME
213    
214    * Mon Oct  7 2013 Karanbir Singh <kbsingh@centos.org> 11.1.2-263-2.el5.centos
215    - Build for CentOS-5.10
216    
217    * Thu May 30 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-263-2
218    - Fix LVM reuse failing on HP CCISS Hardware (mkolman)
219      Resolves: rhbz#751351
220    - Skip relabeling empty disks on s390 (bcl)
221      Resolves: rhbz#966950
222    
223    * Fri May 24 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-262-1
224    - Include librt.so in initrd for s390 (rvykydal)
225      Resolves: rhbz#966123
226    
227    * Wed May 22 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-261-1
228    - Fix issue where arch detected incorrectly (sbueno)
229      Resolves: rhbz##908959
230    
231    * Tue May 21 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-260-1
232    - Generate new anaconda.pot file (vpodzime)
233      Resolves: rhbz#907574
234    - Relabel the disk when using autopart all (bcl)
235      Resolves: rhbz#758881
236    - Store and write out 'noauto' fstab lines (vpodzime)
237      Resolves: rhbz#873644
238    - Just log warning if cannot show it (vpodzime)
239      Resolves: rhbz#767260
240    
241    * Tue Nov 14 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.259-1
242    - Revert 5737408dd5293e5d003d552d3ea919c01417d9d4 targeting gfs support (vpodzime)
243      Related: rhbz#754213
244    - Revert 64aa1c709a30f3fb6604a2dde13d780fabdcc4af targeting gfs support (vpodzime)
245      Related: rhbz#754213
246    
247    * Tue Nov 13 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.258-1
248    - Add extra modules that are not in the kernel package (vpodzime)
249      Related: rhbz#754213
250    
251    * Thu Nov 8 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.257-2
252    - Require syslinux-perl in anaconda (rvykydal)
253      Related: rhbz#872225
254    
255    * Wed Nov 7 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.257-1
256    - Include syslinux-perl from split syslinux package (rvykydal)
257      Resolves: rhbz#872225
258    - Don't remove files from the kmod-gfs package (vpodzime)
259      Related: rhbz#754213
260    
261    * Wed Sep 19 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.256-1
262    - Create /dev/* symlinks after we mount tmpfs on /dev (vpodzime)
263      Resolves: rhbz#784159
264    
265    * Mon Sep 17 2012 David Cantrell <dcantrell@redhat.com> 11.1.2.255-1
266    - Increase size of diskboot.img (jkeating)
267      Resolves: rhbz#812719
268    - Disable Encryption on SW RAID (bcl)
269      Resolves: rhbz#771901
270    
271    * Tue Aug 21 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.254-1
272    - Load and probe hyperv bus (VM_BUS) (#824880)
273      Related: rhbz#824880
274    
275    * Fri Aug 10 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.253-2
276    - New kudzu is needed to support in-box MS PV drivers (rvykydal)
277      Related: rhbz#824880
278    
279    * Fri Jul 27 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.253-1
280    - Syslinux changed paths from /usr/lib to /usr/share (mgracik)
281      Resolves: rhbz#843290
282    - Install and enable openibd service if IPoIB is used (rvykydal)
283      Resolves: rhbz#788871
284    - Do not add unresolvable hostname to 127.0.0.1 of /etc/hosts (rvykydal)
285      Resolves: rhbz#750681
286    - Fix NFS mounting (jkeating)
287      Resolves: rhbz#841136
288    - Add the Hyper-V drivers (mgracik)
289      Resolves: rhbz#824880
290    - Comment out the fstab lines with unknown filesystem rather then ignoring them (vpodzime)
291      Resolves: rhbz#754213
292    
293    * Wed Jun 27 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.252-1
294    - Add gfs support (vpodzime)
295      Resolves: rhbz#754213
296    - Fix handling of invalid bios disks (jkeating)
297      Resolves: rhbz#819721
298    
299    * Mon Jun 18 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.251-2
300    - Change limit for ext[34] to 16T and use mkfs.ext3 when formating ext3 (vpodzime)
301      Resolves: rhbz#769287
302    - Close dialogs as canceled if Esc is hit (vpodzime)
303      Resolves: rhbz#773573
304    - Do not remove filesystem labels set in kickstart (mgraciK)
305      Resolves: rhbz#797075
306    - getFilename takes no loglevel parameter (mgracik)
307      Resolves: rhbz#760496
308    - Add link to /proc/self/fd in /dev (mgracik)
309      Resolves: rhbz#784159
310    
311    * Fri Dec 23 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.250-1
312    - Check if the anaconda attribute is set in YumSorter (mgracik)
313      Related: rhbz#756707
314    
315    * Wed Dec 21 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.249-1
316    - Don't add packages from @conflicts group as dependencies (mgracik)
317      Resolves: rhbz#756707
318    - Do not create new iSCSI target when 'Esc' is hit (vpodzime)
319      Resolves: rhbz#768082
320    - Do not add drive when 'Esc' is hit in the Advanced Storage Options dialog (vpodzime)
321      Related: rhbz#768082
322    - Do nothing when 'Esc' is hit in partition dialog (vpodzime)
323      Resolves: rhbz#758106
324    
325    * Tue Nov 15 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.248-1
326    - Handle %posttrans RPMCALLBACK_INST_OPEN_FILE properly (rvykydal)
327      Resolves: rhbz#506361
328    
329    * Wed Nov 02 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.247-1
330    - Ignore duplicate opening of rpm package file (rvykydal)
331      Resolves: rhbz#506361
332    
333    * Thu Oct 27 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.246-1
334    - Make sure fstype exists before we try to test it (mgracik)
335      Resolves: rhbz#718123
336    - Update getMaxLVSize from lvm1 to lvm2 (dlehman)
337      Resolves: rhbz#695299
338    - Fix "ignoredisk --only-use=___" handling (dcantrell)
339      Resolves: rhbz#738186
340    - We need portmap on all arches because of new NFS (msivak)
341      Resolves: rhbz#742889
342    
343    * Thu Oct 20 2011 Martin Sivak <msivak@redhat.com> 11.1.2.245-2
344    - New kudzu is needed to detect FusionIO devices
345      Resolves: rhbz#707563
346    
347    * Tue Oct 04 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.245-1
348    - Initialize useIPv6 device setting (rvykydal)
349      Resolves: rhbz#713120
350    - Accept dotted-quad netmask for IPv4 in loader UI (rvykydal)
351      Resolves: rhbz#719578
352    
353    * Fri Sep 23 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.244-1
354    - Remove old labels before labeling disk entries (mgracik)
355      Resolves: rhbz#566668
356    - Honor kickstart key command for upgrade (rvykydal)
357      Resolves: rhbz#477748
358    - Shorten long NIC descriptions to 60. (akozumpl)
359      Related: rhbz#660684
360    - infiniband: bump kudzu version to the one that knows about IB. (akozumpl)
361      Related: rhbz#695388
362      Related: rhbz#660684
363    - infiniband: textual representation of an infiniband MAC is up to 60 bytes.
364      (akozumpl)
365      Related: rhbz#660684
366    - infiniband: some drivers imply other drivers (akozumpl)
367      Related: rhbz#660684
368    - Do not strip trailing zeros from XFS labels (dcantrell)
369      Resolves: rhbz#571513
370    - Remove call to detailedMessageWindow (dcantrell)
371      Resolves: rhbz#712443
372    
373    * Wed Sep 14 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.243-2
374    - Require latest libdhcp (dcantrell)
375      Resolves: rhbz#737161
376    
377    * Wed Sep 07 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.243-1
378    - Suppress critical errors when guessing release notes names (akozumpl)
379      Resolves: rhbz#707143
380    - Add the Solarflare network module (mgracik)
381      Resolves: rhbz#714243
382    - Create /var/{log,run/rhsm} for subscription-manager (dcantrell)
383      Resolves: rhbz#708121
384    - Sanitize DASD device specifications (dcantrell)
385      Resolves: rhbz#689470
386    - Add /dev/stdin, /dev/stdout, /dev/stderr to initrd.img (dcantrell)
387      Resolves: rhbz#684220
388    - Single quote values in show_parms() in linuxrc.s390 (dcantrell)
389      Resolves: rhbz#681219
390    - Make execWithRedirect() append to the files. (akozumpl)
391      Resolves: rhbz#702024
392    - iscsi: with ibft, wait for link with waitForLink(). (akozumpl)
393      Resolves: rhbz#727774
394    - Fix pa_IN translation data (dcantrell)
395      Resolves: rhbz#711363
396    - Don't import partedUtils in list-harddrives-stub (mgracik)
397      Resolves: rhbz#709880
398    - BR libdhcp-1.20-12 (dcantrell)
399      Related: rhbz#694570
400    - And document the --no-ssh parameter, too. (clumens)
401      Resolves: rhbz#703082
402    - Add --no-ssh to the generated anaconda-ks.cfg. (clumens)
403      Resolves: rhbz#703081
404    
405    * Mon Jun 27 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.242-1
406    - Bump the implementation limit on the number of modules in modLoaded (akozumpl)
407      Resolves: rhbz#716836
408    
409    * Fri Jun 24 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.241-1
410    - Load all kernel crypto modules, do not include testmgr modules (dcantrel)
411      Resolves: rhbz#703782
412    
413    * Tue Jun 21 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.240-1
414    - Include all kernel crypto modules for LUKS devices
415      Resolves: rhbz#703782
416    
417    * Mon Jun 6 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.239-1
418    - Create /dev nodes after DUDs are processed (msivak)
419      Resolves: rhbz#707563
420    
421    * Thu Jun 2 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.238-1
422    - edit partition UI: do not create the "Encrypt" check button twice. (akozumpl)
423      Resolves: rhbz#709361
424    
425    * Tue May 31 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.237-1
426    - Add driver for Intel Patsburg SAS Controller Unit driver. (dcantrel)
427      Resolves: rhbz#707790
428    
429    * Fri May 20 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.236-1
430    - Remove a worthless, traceback-causing line.
431      Related: rhbz#572862
432    
433    * Tue May 17 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.235-1
434    - Add "rhsm" to the list of things-to-link-into-/etc (wwoods)
435      Resolves: #670973
436    
437    * Fri May 13 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.234-1
438    - libz.so.1 is in /lib now (akozumpl)
439      Resolves: rhbz#704151
440    - Add more files required by subscription_manager (wwoods)
441      Resolves: rhbz#670973
442    - correctly include /usr/share/rhsm/subscription_manager (wwoods)
443      Related: rhbz#670973
444    
445    * Thu May 12 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.233-1
446    - fix uninitialized self.inum in rhel.py:repoIsAllowed() (akozumpl)
447      Resolves: rhbz#703253
448    - Use static busybox, not busybox-anaconda (mgracik)
449      Resolves: rhbz#500527
450    - Disable iscsi on s390x (akozumpl)
451      Resolves: rhbz#703135
452    
453    * Thu Apr 28 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.232-1
454    - Do not show "missing media" message when unknown media is needed for package. (msivak)
455      Resolves: rhbz#617262
456    - Perform group removals at the beginning of every transaction (clumens)
457      Resolves: rhbz#642224
458    - Filter kickstart-provided repos through the installation key (clumens)
459      Resolves: rhbz#452983
460    
461    * Mon Apr 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.231-1
462    - Run subscription-manager 'product-id' plugin during install (wwoods)
463      Resolves: rhbz#670973
464    - infiniband: drivers for Mellanox, QLogic and IBM cards. (akozumpl)
465      Related: rhbz#660684
466    
467    * Thu Apr 7 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.230-1
468    - Fix AttributeError (no str.rpartition in python 2.4)
469      Resolves: rhbz#693655
470    - Add busybox to initrd
471      Resolves: rhbz#500527
472    - Ensure kernel-xen is the default kernel for Xen guests
473      Resolves: rhbz#480031
474    
475    * Fri Apr 1 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.229-1
476    - Fix shlex traceback if pxeboot cmdline ends in a quote (wwoods)
477      Resolves: rhbz#500198
478    - Honor kickstart noipv6 option for media installs (rvykydal)
479      Resolves: rhbz#677653
480    - Quote ETHTOOL_OPTS value in stage 2 (mmatsuya)
481      Resolves: rhbz#674473
482    - Fix ZeroDivisionError with tiny management LUNs (wwoods)
483      Resolves: rhbz#636984
484    - Write OPTIONS for s390x net devs on non-network install methods (dcantrell)
485      Resolves: rhbz#649301
486    
487    * Fri Mar 18 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.228-1
488    - Include and initialize the IP over Infiniband module. (akozumpl)
489      Related: rhbz#660684
490    
491    * Fri Mar 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.227-1
492    - Fix waiting for a cdrom with a ks file to come up. (akozumpl)
493      Resolves: rhbz#658398
494    - When the back button is pressed, undo deps. (mmatsuya)
495      Resolves: rhbz#603177
496    - Add global vars to retain parsed /proc/cmdline (bcl)
497      Related: rhbz#569883
498    - Convert earlyModuleLoad to use cmdline_argv (bcl)
499      Related: rhbz#569883
500    - Check blacklist= for the module name before loading it (bcl)
501      Related: rhbz#569883
502    - Write /tmp/anaconda.conf (bcl)
503      Related: rhbz#569883
504    - Copy module blacklist to target system (bcl)
505      Resolves: rhbz#569883
506    - Allow blocking the ssh port through kickstart (clumens)
507      Resolves: rhbz#485086
508    - Use tune4fs for ext4 filesystems (bcl)
509      Resolves: rhbz#616184
510    - Add tune4fs to install images (bcl)
511      Resolves: rhbz#616184
512    - Set selinux context on iptables files (bcl)
513      Resolves: rhbz#658084
514    
515    * Thu Mar 3 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.226-1
516    - Use getDiskPart() from bootyutil. (akozumpl)
517      Related: rhbz#572862
518    - Validate the user-chosen name of an mpath device. (akozumpl)
519      Related: rhbz#572862
520    - Do not lose selection in the bootloader's drive order dialog (akozumpl)
521      Resolves: rhbz#583837
522    - Make sure we select the right net device when iBFT is used (mmatsuya)
523      Signed-Off-By: Martin Sivak <msivak@redhat.com>
524      Resolves: rhbz#643774
525    - Use DISPATCH_NOOP if we go back to the doReIPL step (mgracik)
526      Resolves: rhbz#654685
527    
528    * Fri Feb 25 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.225-1
529    - CD -> disc in the required media message (clumens).
530      Resolves: rhbz#641412
531    
532    * Mon Dec 20 2010 Radek Vykydal <dcantrell@redhat.com> 11.1.2.224-1
533    - noeject overrides kickstart eject (bcl)
534      Related: rhbz#477887
535    - Pass --noeject to anaconda (bcl)
536      Related: rhbz#477887
537    
538    * Thu Dec 16 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.223-1
539    - Rebuild for latest kudzu and pciutils (pciutils ABI change)
540      Related: rhbz#663395
541    
542    * Thu Dec 13 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.222-1
543    - Japanese translations were completed (transifex)
544      Resolves: rhbz#661199
545    
546    * Thu Dec 9 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.221-1
547    - Japanese translations were updated (transifex)
548      Resolves: rhbz#661199
549    
550    * Mon Dec 6 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.220-1
551    - Gtk package %post script has changed (rvykydal)
552      Resolves: rhbz#659309
553    
554    * Tue Nov 30 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.219-1
555    - Generate correct initrd.addrsize file for System z (dcantrell)
556      Related: rhbz#647827
557    
558    * Tue Nov 16 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.218-1
559    - Append to modprobe.conf rather than overwrite it (dcantrell)
560      Related: rhbz#537887
561    
562    * Thu Nov 11 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.217-1
563    - Fix generic.ins for s390 LPAR installations (dcantrell)
564      Resolves: rhbz#647827
565    - Fix gateway ping test for layer3 vswitch users (dcantrell)
566      Resolves: rhbz#643961
567    - Disable IPv6 modules for 'noipv6' in /etc/modprobe.conf (dcantrell)
568      Resolves: rhbz#537887
569    - Document noeject (bcl)
570      Resolves: rhbz#647232
571    
572    * Tue Sep 28 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.216-1
573    - Don't immediately retry on downloading a package. (clumens)
574      Resolves: rhbz#544323
575    - Make sure we can go back to a previous step before doing so (clumens)
576      Resolves: rhbz#537889
577    - Check for and complain about package scriptlet errors (clumens)
578      Resolves: rhbz#531599
579    
580    * Mon Sep 20 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.215-1
581    - Add python-libs package, python package has been split (rvykydal)
582      Resolves: rhbz#634827
583    
584    * Wed Sep 8 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.214-1
585    - Add noeject support to cdrom eject handling (bcl)
586      Resolves: rhbz#477887
587    - Add noeject support to loader2 (bcl)
588      Related: rhbz#477887
589    - Resolve kernel dependencies in pkgorder (mgracik)
590      Resolves: rhbz#491136
591    
592    * Fri Aug 20 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.213-1
593    - Do not check size of swap partition(s) on s390 (dcantrell)
594      Resolves: rhbz#475358
595    - Make parent directories for ks scriptlet log files (dcantrell)
596      Resolves: rhbz#568861
597    - Add dlabel confirmation dialog to interactive installs (msivak)
598      Resolves: rhbz#570053
599    - Add xts module to initrd (msivak)
600      Resolves: rhbz#553411
601    - Add support for LSI 3ware 97xx SAS/SATA RAID Controller (msivak)
602      Resolves: rhbz#572341
603    - Add support for QLogic Corp cLOM8214 1/10GbE Controller (msivak)
604      Resolves: rhbz#571895
605    - Support for Brocade FCoE/CEE to PCIe CNAs (msivak)
606      Resolves: rhbz#549677
607    - Disable ipv6 kernel modules if user disables IPv6 (dcantrell)
608      Resolves: rhbz#537887
609    
610    * Mon Aug 16 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.212-1
611    - Mount /proc/bus/usb under /mnt/sysimage (hdegoede)
612      Resolves: rhbz#532397
613    - Update kickstart-docs iscsi commands information (hdegoede)
614      Resolves: rhbz#525136
615    
616    * Wed Aug 11 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.211-1
617    - Clean up sanityCheckHostname() in network.py (dcantrell)
618      Resolves: rhbz#559626
619    - Support long 'option domain-name' values in loader (dcantrell)
620      Resolves: rhbz#578110
621    - Prevent SIGSEGV in ipCallback and cidrCallback (dcantrell)
622      Resolves: rhbz#440498
623    
624    * Wed Aug 04 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.210-1
625    - Add Chelsio T4 10Gb driver to install (bcl)
626      Resolves: rhbz#562913
627    - Fix traceback on headless installs with xconfig --startxonboot (clumens)
628      Resolves: rhbz#517051
629    - Install the right arch of anaconda's required packages (clumens)
630      Resolves: rhbz#541323
631    - Document options of nfs boot parameter (akozumpl)
632      Resolves: rhbz#559200
633    - Document ignoredisk --only-use kickstart option (clumens)
634      Resolves: rhbz#586576
635    
636    * Mon Mar 22 2010 Martin Sivak <msivak@redhat.com> 11.1.2.209-1
637    - Add a missing patch to make dlabel work again
638      Related: rhbz#485060
639    
640    * Sun Mar 21 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.208-1
641    - Revert patch for #521189 (dcantrell)
642      Resolves: rhbz#575129
643    
644    * Sun Mar 21 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.207-1
645    - Fix driver disk loading from partitionless media (dcantrell)
646      Resolves: rhbz#575129
647    
648    * Tue Mar 09 2010 Martin Sivak <msivak@redhat.com> 11.1.2.206-1
649    - Use /sys/block instead of /proc/partitions for device nodes (msivak)
650      Related: rhbz#485060
651    - Wait a bit longer for network on s390 (Brad Hinson)
652      Resolves: rhbz#506742
653    
654    * Tue Mar 2 2010 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.205
655    - Do not leave the initial slash in path in getHostandPath() (akozumpl)
656      Resolves: rhbz#568691
657    
658    * Tue Feb 23 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.204
659    - Update anaconda xorg driver list (dcantrell)
660      Resolves: rhbz#567666
661    
662    * Tue Feb 23 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.203
663    - Cut the size of the boot.img for ia64 in half (akozumpl)
664      Resolves: rhbz#556976
665    
666    * Fri Jan 29 2010 Martin Sivak <msivak@redhat.com> 11.1.2.202-4
667    - Rebuild anaconda to get the newest Kudzu
668      Resolves: rhbz#555188
669    
670    * Fri Jan 29 2010 Martin Sivak <msivak@redhat.com> 11.1.2.202-3
671    - Rebuild anaconda to get the newest Kudzu
672      Resolves: rhbz#555188
673    
674    * Wed Jan 27 2010 Chris Lumens <clumens@redhat.com> 11.1.2.202-2
675    - Add anaconda support for group removal syntax.
676      Resolves: rhbz#558516
677    
678    * Thu Jan 21 2010 Martin Sivak <msivak@redhat.com> 11.1.2.201-2
679    - Rebuild anaconda to get the newest Kudzu
680      Related: rhbz#555188
681    
682    * Fri Jan 15 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.201-1
683    - os.exists -> os.path.exists (clumens)
684      Resolves: rhbz#554853
685    - reIPL support for s390 (hamzy)
686      Resolves: rhbz#512195
687    - Include 'mpath' in generic.prm file for s390 and s390x (dcantrell)
688      Resolves: rhbz#538129
689    
690    * Fri Jan 08 2010 Martin Sivak <msivak@redhat.com> 11.1.2.200-1
691    - Provide CMS script for IPL under z/VM
692      Resolves: rhbz#475343
693    - Force interface up before checking link status
694      Resolves: rhbz#549751
695    - Document new bootloader --hvargs kickstart option
696      Related: rhbz#501438
697    
698    * Tue Dec 22 2009 Martin Sivak <msivak@redhat.com> 11.1.2.199-1
699    - Support for the pmcraid driver
700      Resolves: rhbz#532777
701    - Always return correct network config from kickstartNetworkUp
702      Resolves: rhbz#495042
703    - Actually use the ftp login&password parse code
704      Related: rhbz#505424
705    - Fix clearpart of PVs that are part of multidrive VGs
706      Resolves: rhbz#545869
707    - Add support for Brocade Fibre Channel to PCIe Host Bus Adapters
708      Resolves: rhbz#475707
709    - Fix EDD BIOS information parsing
710      Resolves: rhbz#540637
711    
712    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-3
713    - Fix the build for s390
714      Related: rhbz#517768
715    
716    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-2
717    - Fix the build, we were missing one include in loader.c
718      Related: rhbz#517768
719    
720    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-1
721    - Various improvements to kickstart scriptlet reporting
722      Resolves: rhbz#510636
723    - Fix parsing of optional portnr in iscsi target IP
724      Resolves: rhbz#525054
725    - "ip=ibft" is not needed any more if ibft configuration is available
726      Resolves: rhbz#517768
727    - Revert the badEDID check
728      Resolves: rhbz#445486
729    - Remove #!/usr/bin/env python calls
730      Resolves: rhbz#521337
731    - Do not reinstall packages of the same NAEVR in upgrade
732      Resolves: rhbz#495796
733    - Add be2iscsi driver support
734      Resolves: rhbz#529442
735    - Reset partitioning when going back to parttype screen
736      Resolves: rhbz#516715
737    - Find LVs specified by label in /etc/fstab
738      Resolves: rhbz#502178
739    - Ensure the ghostscript-fonts get installed with ghostscript
740      Resolves: rhbz#530548
741    
742    * Fri Nov 20 2009 Martin Sivak <msivak@redhat.com> 11.1.2.197
743    - Added N-Port-ID (NPIV) install support for Linux on Power
744      Resolves: rhbz#512237
745    - Ignore comments when looking for %ksappend lines
746      Resolves: rhbz#525676
747    - Add kickstart support for xen hypervisor arguments in grub.
748      Resolves: rhbz#501438
749    - Fix kickstarts without a pw
750      Resolves: rhbz#538412
751    
752    * Fri Nov 13 2009 Martin Sivak <msivak@redhat.com> 11.1.2.196-2
753    - Write HOTPLUG=no to ifcfg file is ONBOOT=no
754      Resolves: rhbz#498086
755    - Honor the --label option to the kickstart "part" command
756      Resolves: rhbs#498856
757    - Add "Hipersockets" to qeth NETTYPE description
758      Resolves: rhbz#511962
759    - Honor existing RUNKS conf file variable on s390
760      Resolves: rhbz#513951
761    - kickstart option to make mpath0 point to arbitrary LUN
762      Resolves: rhbz#502768
763    - Sleep if the kickstart file read fails
764      Related: rhbz#460566
765    - If the device disappeared during DD selection, do not crash
766      Resolves: rhbz#521189
767    
768    * Tue Nov 10 2009 Martin Sivak <msivak@redhat.com> 11.1.2.196-1
769    - Adds interactive install support for NFS options
770      Resolves: rhbz#493052
771    - KS can reside on password protected FTP servers
772      Resolves: rhbz#505424
773    - Detect oemdrv DDs on cdrom devices too
774      Resolves: rhbz#485060
775    - Prepare dev nodes for block devices too for blkid
776      Resolves: rhbz#515437
777    
778    * Wed Aug 05 2009 Martin Sivak <msivak@redhat.com> 11.1.2.195-1
779    - Update the loader with support code for Mellanox cards
780      Resolves: rhbz#514971
781    
782    * Mon Aug 03 2009 Martin Sivak <msivak@redhat.com> 11.1.2.194-1
783    - comps changed. replaced "virtualization" with "xen" (jgranados)
784      Resolves: rhbz#514885
785    - Add support for Melanox ConnectX mt26448 10Gb/s Infiniband, Ethernet, and FC (msivak)
786      Resolves: rhbz#514971
787    
788    * Thu Jul 23 2009 Joel Granados <jgranado@redhat.com>  11.1.2.193-1
789    - Make sure we include libdrm.so files in the image.
790      Related: rhbz#510397
791    
792    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.192-1
793    - Fix compile errors in the previous patch.
794      Related: rhbz#471883
795    
796    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.191-1
797    - Ignore block devices set to read-only.
798      Related: rhbz#471883
799    
800    * Tue Jul 21 2009 Martin Sivak <msivak@redhat.com> 11.1.2.190-1
801    - Correct a message presented to the user.
802      Related: rhbz#473747
803    - Remove ext4dev
804      Resolves: rhbz#510634
805    
806    * Thu Jul 16 2009 Radek Vykydal <rvykydal@redhat.com> 11.1.2.189-1
807    - Make buildinstall error out if mount of loop device fails (rvykydal).
808      Resolves: rhbz#472552
809    
810    * Tue Jul 11 2009 Joel Granados <jgranado@redhat.com> 11.1.2.188-1
811    - Require libdhcp6client for the build (jgranado).
812      Related: rhbz#506722
813    
814    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.187-1
815    - Add support for the qlge driver (jgranado)
816      Resolves: rhbz#504034
817    
818    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.186-1
819    - update support for ext4 in anaconda (jbastian)
820      Resolves: rhbz#510634
821    
822    * Wed Jul 08 2009 Chris Lumens <clumens@redhat.com> 11.1.2.185-1
823    - Save bootfile, if we have it, from DHCP response (dcantrell).
824      Resolves: rhbz#448006
825    
826    * Wed Jul 1 2009 Martin Sivak <msivak@redhat.com> 11.1.2.184-1
827    - Fix handling of parted exceptions in text mode (rvykydal)
828      Resolves: rhbz#506725
829    
830    * Thu Jun 4 2009 Joel Granados <jgranado@redhat.com> 11.1.2.183-1
831    - Create efirtc device node on ia64 to access hw clock (rvykydal).
832      Resolves: rhbz#485200
833    - Reserve enough space for lvm metadata when computing PV size usable for LVs (rvykydal).
834      Resolves: rhbz#500431
835    
836    * Mon Jun 1 2009 Joel Granados <jgranado@redhat.com> 11.1.2.182-1
837    - Add support for IGB VF device (jgranado).
838      Resolves: rhbz#502875
839    - Fix the error caused by change in fipscheck (again..) (msivak).
840      Resolves: rhbz#498992
841    
842    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.181-1
843    - Look for ipcalc in the right place (jgranado).
844      Resolves: rhbz#502249
845    
846    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.180-1
847    - Look for ipcalc in the right place (jgranado).
848      Resolves: rhbz#502249
849    
850    * Wed May 27 2009 Joel Granados <jgranado@redhat.com> 11.1.2.179-1
851    - Look for ipcalc in the right place (jgranado).
852      Resolves: rhbz#502249
853    
854    * Tue May 26 2009 Joel Granados <jgranado@redhat.com> 11.1.2.178-1
855    - Fix specification of zoneinfo files to be included in stage2 (rvykydal).
856      Resolves: rhbz#481617
857    - Fix the location of libfipscheck in initrd too (msivak).
858      Resolves: rhbz#498992
859    - cryptsetup status reversed its exit codes (dcantrell).
860      Resolves: rhbz#499824
861    - Require latest libdhcp (jgranado).
862      Resolves: rhbz#444919
863    - Do not include removed physical volumes in pvlist (rvykydal).
864      Resolves: rhbz#502438
865    
866    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.177-1
867    - Do not load storage drivers before loading DUD over network (rvykydal).
868      Resolves: rhbz#454478
869    
870    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.176-1
871    - Remove LVM metadata when doing clearpart (rvykydal).
872      Resolves: rhbz#462615
873    - Put lspci in the minstg2.img so inVmware doesn't traceback (clumens).
874      Resolves: rhbz#476476
875    
876    * Mon May 18 2009 Joel Granados <jgranado@redhat.com> 11.1.2.175-1
877    - Change the description of be2net (msivak).
878      Resolves: rhbz#496875
879    - Revert to libdhcp from rhel5.3 (dcantrell).
880      Related: rhbz#500775
881    
882    * Wed May 13 2009 Joel Granados <jgranado@redhat.com> 11.1.2.174-1
883    - Include valid timezones in stage 2 (rvykydal).
884      Resolves: rhbz#481617
885    - Fix traceback in timezone setting (kickstart interactive text mode) (rvykydal).
886      Resolves: rhbz#481617
887    - Compute size of modules buffer in loader (dcantrell).
888      Resolves: rhbz#484092
889    - Include /sbin/ipcalc for IP address validation (dcantrell).
890      Resolves: rhbz#460579
891    - Require latest libdhcp (dcantrell).
892      Resolves rhbz#444919
893    - Make buildinstall error out if mount of loop device fails (rvykydal).
894      Resolves: rhbz#472552
895    - Update Anaconda with new description for Emulex lpfc driver (msivak).
896      Resolves: rhbz#498511
897    - Get the libfipscheck from correct location (library was rebased) (msivak)
898      Resolves: rhbz#498992
899    - Add support for LSI MPT Fusion SAS 2.0 Device Driver (msivak).
900      Resolves: rhbz#475671
901    - IBM improvements to linuxrc.s390 (dcantrell).
902      Resolves: rhbz#475350
903    
904    * Wed May 6 2009 Joel Granados <jgranado@redhat.com> 11.1.2.173-1
905    - Allow bootloader on mbr when /boot is mdraid1 (hansg).
906      Resolves: rhbz#475973
907    - Don't traceback on read only (write protected) disks (hansg).
908      Resolves: rhbz#471883
909    - most noticably it fixes chap / reverse chap in combination with ibft (hansg).
910      Resolves: rhbz#497438
911    - Recognize mpath iscsi setups as using iscsi (hansg).
912      Resolves: rhbz#466614
913    
914    * Tue May 5 2009 Joel Granados <jgranado@redhat.com> 11.1.2.172-1
915    - The lambda function in run() is not needed (jgranado).
916      Resolves: rhbz#498935
917    - Increase max NIC identification duration to 5 minutes (dcantrell).
918      Resolves: rhbz#473747
919    - Correct a spelling error (dcantrell).
920      Resolves: rhbz#489997
921    - Remove noise from isys/nl.c (dcantrell).
922      Resolves: rhbz#490735
923    
924    * Thu Apr 30 2009 Chris Lumens <clumens@redhat.com> 11.1.2.171-1
925    - Remove umask temporarily so device permissions are correct (wmealing).
926      Resolves: rhbz#383531
927    
928    * Tue Apr 28 2009 Chris Lumens <clumens@redhat.com> 11.1.2.170-1
929    - No longer set cachedir since the rebased yum won't let us.
930      Resolves: rhbz#497288
931    - Support a dashed format of MAC in kickstarts (msivak).
932      Resolves: rhbz#480309
933    - Fix a typo in the parted exception ignoring patch
934      Related: rhbz#455465
935    - Add support for Marvell RAID bus controller MV64460/64461/64462 (msivak).
936      Resolves: rhbz#493179
937    - Add support for the "Emulex OneConnect 10GbE NIC" (msivak).
938      Resolves: rhbz#496875
939    
940    * Thu Apr 23 2009 Martin Sivak <msivak@redhat.com> 11.1.2.169-1
941    -  Activate ipv6 nics when an ipv6 ip is defined (jgranado).
942       Resolves: rhbz#445394
943    -  Check for DNS validity (jgranado).
944       Resolves: rhbz#465174
945    -  Do not crash when more than 32 tape devices are present (rvykydal)
946       Resolves: rhbz#476186
947    -  Ignore a subset of parted errors that are not critical (clumens)
948       Resolves: rhbz#455465
949    -  The FTP USER command does not need to be followed by a PASS (msivak)
950       Resolves: rhbz#477536
951    -  patch to skip accounts screen if using autostep and encrypted root password (msivak)
952       Resolves: rhbz#471122
953    -  rhel5 fix for cmdline being overridden by text when graphical install is detected as unworkable (msivak)
954       Resolves: rhbz#456325
955    -  Rewrote parts of pkgorder script to improve it's speed. (mgracik)
956       Resolves: rhbz#451083
957    -  Fix for traceback in Partitions.doMetaDeletes.addSnap() (dcantrell)
958       Resolves: rhbz#433824
959    -  More robust filtering of physical volumes in autopartitioning (rvykydal)
960       Resolves: rhbz#475271
961    -  Fix user --groups kickstart option (rvykydal)
962       Resolves: rhbz#454418
963    -  Let LCS devices come online after s390 installation (dcantrell)
964       Resolves: rhbz#471101
965    -  Added support for mdadm raid10 installs (mgracik)
966       Resolves: rhbz#467996
967    -  Updated the project URL (mgracik)
968       Resolves: rhbz#482781
969    
970    * Thu Dec 18 2008 Joel Granados <jgranado@redhat.com> 11.1.2.168-1
971    -  Make anaconda work with new API change in YUM (jgranado)
972       Resolves: rhbz:#476957
973    
974    * Wed Dec 17 2008 Joel Granados <jgranado@redhat.com> 11.1.2.167-1
975    - Fix anaconda build (hdegoede).
976      Related: rhbz:#476739
977    
978    * Tue Dec 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.166-1
979    - Load the raid45 modules at init time (jgranado).
980      Related: rhbz#475385
981    - Make sure the raid45 modules are in the images (jgranado).
982      Related: rhbz#475385
983    
984    * Mon Dec 15 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.165-1
985    - Final translations for instnum text (clumens)
986      Related: rhbz#474375
987    
988    * Fri Dec 12 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.164-1
989    - Fix non-CHAP iBFT install cases (hdegoede)
990      Resolves: rhbz#432819
991    - More translations for the instnum text (clumens)
992      Related: rhbz#474375
993    
994    * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.163-1
995    - Mark some new translations as fuzzy to fix the build.
996      Related: rhbz#474375
997    
998    * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.162-1
999    - Update translation files for the instnum text change.
1000      Related: rhbz#474375
1001    
1002    * Wed Dec 3 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.161-1
1003    - Include the libwrap in the initrd image
1004      Resolves: rhbz#473955
1005    
1006    * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.160-1
1007    - Allow ssh and telnet to the install (jgranado).
1008      Resolves: rhbz:#473955
1009    
1010    * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.159-1
1011    - The LV size is smaller than the totall sum of the partitions that make it up (jgranado).
1012      Resolves: rhbz:#468944
1013    
1014    * Tue Nov 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.158-1
1015    - Fix up ibft use cases (pjones).
1016    - Partition requests can be None when populating the tree (dlehman).
1017      Resolves: rhbz#472788
1018    - Remove the name check on driver disk packages.
1019      Resolves: rhbz#472951
1020    - Remove missing PVs before removing obsolete VG (rvykydal).
1021      Resolves: rhbz#468431
1022    - Make the driverdisc label uppercase (msivak).
1023      Related: rhbz#316481
1024    
1025    * Wed Nov 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.157-1
1026    - Include ide-cs module into initrd (msivak).
1027      Related: rhbz#448009
1028    
1029    * Wed Nov 12 2008 Chris Lumens <clumens@redhat.com> 11.1.2.156-1
1030    - Fix a variety of pychecker errors (clumens, dcantrell, dlehman, rvykydal).
1031      Resolves: rhbz#469734
1032    - Remove defunct VG before creating new one of the same name (rvykydal).
1033      Resolves: rhbz#469700
1034    - Fix detection of ext4 on raid in rescue and upgrade (rvykydal).
1035      Resolves: rhbz#470221
1036    
1037    * Tue Nov 11 2008 Joel Granados <jgranado@redhat.com> 11.1.2.155-1
1038    - Enable the DD repository if the DD autodetection feature was used (msivak).
1039      Related: rhbz:#316631
1040    - Call insmod in linuxrc.s390, not insert_module (dcantrell).
1041      Related: rhbz:#184648
1042    - Load FCP modules early for CD/DVD install (dcantrell).
1043      Related: rhbz:#184648
1044    - Update mk-s390-cdboot.c to work with large kernel images (dcantrell).
1045      Related: rhbz:#184648
1046    - Fix all trivial (1 liner fixes) errors found by pychecker (hdegoede).
1047      Related: rhbz:#469730
1048    
1049    * Wed Nov 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.154-1
1050    - Include the new fnic driver (jgranado).
1051      Related: rhbz#462387
1052    - Run the busProbe after we have all driver disks loaded (msivak).
1053      Related: rhbz#316481
1054    
1055    * Wed Nov 5 2008 Joel Granados <jgranado@redhat.com> 11.1.2.153-1
1056    - Use struct audit_reply instead of struct auditd_reply_list (hdegoede).
1057      Resolves: rhbz:#469873
1058    - The Encryption button was missing in one migrate case (msivak).
1059      Resolves:#469849
1060    - kickstart expects --dhcpclass instead of --class (clumens).
1061      Resolves: rhbz:#468972
1062    - Fix the mounting procedure for autodetected driverdiscs (msivak).
1063      Resolves: rhbz:#316481
1064    
1065    * Fri Oct 31 2008 Joel Granados <jgranado@redhat.com> 11.1.2.152-1
1066    - Prepare environemnt so the AutoDD is properly detected (msivak).
1067      Resolves: rhbz:#316481
1068    - Don't write luks passphrases to anaconda-ks.cfg (dlehman).
1069      Resolves: rhbz:#468907
1070    - Write zeros to remove metadata before running luksFormat (dlehman).
1071      Resolves: rhbz:#469177
1072    
1073    * Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.151-1
1074    - Write correct OPTIONS line to ifcfg files on s390 for layer2 (dcantrell)
1075      Resolves: rhbz#468755
1076    
1077    * Wed Oct 29 2008 Joel Granados <jgranado@redhat.com> 11.1.2.150-1
1078    - Call createrepo in buildinstall only if --pkgorder is present (rvykydal).
1079      Resolves: rhbz:#467341
1080    
1081    * Tue Oct 28 2008 Joel Granados <jgranado@redhat.com> 11.1.2.149-1
1082    - Actually use the stderr parameter instead of duping to stdout (dlehman).
1083      Resolves: rhbz:#467289
1084    - Revert "Specify a default cio_ignore parameter for s390x (#253075)" (dcantrell).
1085      Related: rhbz:#253075
1086    - Revert "Enable CCW devices used for installation (#253075)" (dcantrell).
1087      Related: rhbz:#253075
1088    - Revert "Correctly enable ignored CCW devices in linuxrc.s390 (#253075)" (dcantrell).
1089      Related: rhbz:#253075
1090    
1091    * Fri Oct 24 2008 Joel Granados <jgranado@redhat.com> 11.1.2.148-1
1092    - Probe the devices to populate cache for DD routines (msivak).
1093      Resolves: rhbz:#316481
1094    
1095    * Thu Oct 23 2008 Joel Granados <jgranado@redhat.com>  11.1.2.147-1
1096    - Dont execute the extra information message for all the devices (jgranado).
1097      Resolves: rhbz:#466291
1098    
1099    * Tue Oct 21 2008 David Cantrell <dcnatrell@redhat.com> 11.1.2.146-1
1100    - Fix up CCW device enabling on s390x (dcantrell)
1101      Resolves: rhbz#253075
1102    
1103    * Mon Oct 20 2008 Dave Lehman <dlehman@redhat.com> 11.1.2.145-1
1104    - Handle device names containing "/" in LUKS name fixup
1105      Related: rhbz#464769
1106    
1107    * Thu Oct 16 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.144-1
1108    - Enable CCW devices used for installation (dcantrell)
1109      Resolves: rhbz#253075
1110    
1111    * Wed Oct 15 2008 Joel Granados <jgranado@redhat.com>  11.1.2.143-1
1112    - Change order when calling dasdFmt to avoid race condition while formating dasd drives (jgranado).
1113      Resolves: rhbz:#466474
1114    
1115    * Tue Oct 14 2008 Joel Granados <jgranado@redhat.com> 11.1.2.142-1
1116    - Add the enic driver (jgranado).
1117      Resolves: rhbz:#462387
1118    - Get the right list elements for the iscsi text interface (clumens).
1119      Resolves: rhbz:#466902
1120    - Fix detection of ext4/ext4dev root partitions in rescue (rvykydal).
1121      Resolves: rhbz:#466868
1122    
1123    * Mon Oct 13 2008 Joel Granados <jgranado@redhat.com> 11.1.2.141-1
1124    - Prevent creation of encrypted swraid partitions (dlehman).
1125      Resolves: rhbz:#456283
1126    - Enable the iBFT by default and set the fallbacks to mimic the w/o iBFT behaviour (msivak).
1127      Resolves: rhbz:#445721
1128    
1129    * Fri Oct 10 2008 Peter Jones <pjones@redhat.com> - 11.1.2.140-1
1130    - Don't display errors from nl_set_device_mtu() (dcantrell)
1131      Resolves: rhbz#466305
1132    - Use a correct path for addnote, since the one in the original patch
1133      wasn't what the kernel group thought they were telling me.
1134      Related: rhbz#462663
1135    
1136    * Thu Oct 09 2008 Chris Lumens <clumens@redhat.com> 11.1.2.139-1
1137    - Handle None in luks device name rectification (pjones).
1138      Resolves: rhbz#466348
1139    
1140    * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-2
1141    - Start the iBFT configured drives during iSCSI startup (msivak)
1142      Resolves: rhbz#445721
1143    
1144    * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-1
1145    - Add note to bootable kernel image on ppc64 (dhowells)
1146      Related: rhbz#462663
1147    
1148    * Mon Oct 06 2008 Chris Lumens <clumens@redhat.com> 11.1.2.137-2
1149    - Better error checking when retrieveing info from iBFT (msivak).
1150      Related: rhbz#445721
1151    - Fix a typo in the anaconda-runtime %post scriptlets.
1152      Resolves: rhbz#465441
1153    
1154    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-2
1155    - Fix build.
1156      Related: rhbz:#445721
1157    
1158    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-1
1159    - Rebuild to make brew happy.
1160      Related: rhbz:#445721
1161    
1162    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.135-1
1163    - iBFT has MAC addresses with wrong case, use strcasecmp to compare them (msivak).
1164      Resolves: rhbz:#445721
1165    - Look up correct luks name before trying to decide on our boot device (pjones).
1166      Resolves: rhbz:#464769
1167    - Add new LUKS devices to partitions.encryptedDevices (dlehman).
1168      Resolves: rhbz:#464769
1169    - Add a workaround for lvm-on-raid size miscomputation (clumens).
1170      Resolves: rhbz:#463431
1171    - Do not use labels to specifiy LUKS devices in /etc/fstab (dlehman).
1172      Resolves: rhbz:#461702
1173    
1174    * Thu Oct 2 2008 Joel Granados <jgranado@redhat.com> 11.1.2.134-1
1175    - Fix traceback when using kickstart and device encryption (pjones).
1176      Resolves: rhbz:#461700
1177    - Fix traceback when using encryption with kickstart (pjones).
1178      Resolves: rhbz:#461700
1179    - Fix ext4/ext4dev detection on existing partitions (rvykydal).
1180      Resolves: rhbz:#465248
1181    
1182    * Tue Sep 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.133-1
1183    - Set a label on /etc/sysconfig/keyboard (clumens).
1184      Resolves: rhbz:#463785
1185    - Add comps.dtd to anaconda-runtime package (dcantrell).
1186      Resolves: rhbz:#442138
1187    - Make sure /etc/xml/catalog is updated on package removal (dcantrell).
1188      Resolves: rhbz:#442138
1189    - Fix a logging traceback in the encryption code (clumens).
1190      Resolves: rhbz:#464771
1191    - Fix lvm partitioning in gui that was broken (rvykydal).
1192      Resolves: rhbz:#415871
1193    - Fix computing of lvm partition sizes wrt physical extent size in gui (rvykydal).
1194      Resolves: rhbz:463780
1195    - Add pointer initialization (rvykydal).
1196      Resolves: rhbz#439461
1197    
1198    * Fri Sep 26 2008 Joel Granados <jgranado@redhat.com> 11.1.2.132-1
1199    - When we use kickstart with specified UI mode, do not prompt for VNC (msivak).
1200      Resolves: rhbz##453551
1201    
1202    * Thu Sep 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.131-1
1203    - Fix rescue mode typo.
1204      Resolves: rhbz#463920
1205    - Fix traceback accessing obsolete data member (dlehman).
1206      Resolves: rhbz#463778
1207    
1208    * Tue Sep 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.130-1
1209    - Fix the test for if we should remove the Virt group.
1210      Resolves: rhbz#462907.
1211    
1212    * Mon Sep 22 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.129-1
1213    - Fix mk-s390-cdboot so it doesn't SIGSEGV when generating images (dcantrell)
1214      Related: rhbz#184648
1215    - Add libfipscheck to initrd for sshd on s390x (clumens)
1216      Resolves: rhbz#463273
1217    
1218    * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.128-1
1219    - Include the correct version of the spec file in the source archive.
1220      Related: rhbz#461700
1221    
1222    * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.127-1
1223    - Support for system-wide passphrase for encrypted block devices (dlehman).
1224      Resolves: rhbz#461700
1225    
1226    * Wed Sep 17 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.126-1
1227    - Add a stub to cmdline UI for getLuksPassphrase (dlehman)
1228      Resolves: rhbz#462491
1229    - Don't add a LUKSDevice to autopart PVs unless we're encrypting (dlehman)
1230      Resolves: rhbz#462640
1231    - Support upgrade of systems that use encrypted block devices (dlehman)
1232      Resolves: rhbz#461696
1233    - Disallow use or creation of encrypted software RAID partitions (dlehman)
1234      Resolves: rhbz#456283
1235    - Use UUIDs instead of device nodes in crypttab (dlehman)
1236      Resolves: rhbz#461702
1237    - Add support for OSA Express 2 ports per CHPID (rvykydal)
1238      Resolves: rhbz#439461
1239    - Fix kickstart timezone value checking (rvykydal)
1240      Resolves: rhbz#462595
1241      Resolves: rhbz#404321
1242    
1243    * Tue Sep 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.125-1
1244    - Include the programs needed to manage ext4 filesystems (clumens).
1245      Resolves: rhbz#462476
1246    - Fix a reference to a variable before it exists in network.py (clumens).
1247      Resolves: rhbz#462480
1248    
1249    * Mon Sep 15 2008 Chris Lumens <clumens@redhat.com> 11.1.2.124-1
1250    - Fix blkid_dev_next return value checking (rvykydal).
1251      Resolves: rhbz#462175
1252    - Add the reverse chap bits for kickstart as well (pjones).
1253      Related: rhbz#432819
1254    - Make iBFT reading explicit from a higher level (pjones).
1255    - Fix device nodes creating for more than 8 cciss devices (rvykydal).
1256      Resolves: rhbz#445765
1257    - Disable iBFT support for s390 and s390x (dcantrell).
1258    
1259    * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.123-1
1260    - Disable iBFT support on s390 and s390x (dcantrell)
1261      Related: rhbz#445721
1262    
1263    * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.122-1
1264    - Add full CHAP support to iSCSI (pjones)
1265      Resolves: rhbz#432819
1266    - Don't set iscsi devices to autostart (pjones)
1267      Resolves: rhbz#437891
1268    - Support iSCSI CHAP and Reverse CHAP authentication (pjones)
1269      Resolves: rhbz#402431
1270      Resolves: rhbz#432819
1271    - Partitions growing fixed (rvykydal)
1272      Resolves: rhbz#442628
1273    - Do not traceback when no root partitions are found in upgrade (rvykydal)
1274      Resolves: rhbz#444527
1275    - Add support for ext4dev/ext4 filesystem (rvykydal)
1276      Resolves: rhbz#444527
1277    - Add support for reading NIC setup from the iBFT table (msivak)
1278      Resolves: rhbz#445721
1279    - Add 802.1q driver (rvykydal)
1280      Resolves: rhbz#431915
1281    - Add libfipscheck to the images (clumens)
1282      Resolves: rhbz#461923
1283    - Display drive model and size in MB in partitioning UI (dcantrell)
1284      Resolves: rhbz#460697
1285    
1286    * Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.121-1
1287    - Enable the dlabel=on for RHEL by default (msivak).
1288      Related: rhbz#316481.
1289    
1290    * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-2
1291    - libuuid is provided by e2fsprogs-devel.
1292      Related: rhbz#316481.
1293    
1294    * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-1
1295    - Include the nss libraries that the new RPM is linked against.
1296      Resolves: rhbz#460375.
1297    - Add automatic driver disk detection (msivak).
1298      Resolves: rhbz#316481.
1299    
1300    * Wed Aug 6 2008 Joel Granados <jgranado@redhat.com> 11.1.2.119-1
1301    - Support VDSK devices on s390x (dcantrell).
1302      Resolves: rhbz#264061
1303    
1304    * Wed Jul 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.118-1
1305    - Use fedorakmod.py plugin from yum-utils package, don't pack it in anaconda (rvykydal).
1306      Resolves: rhbz#434804
1307    - Make sure bootproto=query settings carry over to stage2 (clumens).
1308      Resolves: rhbz#453863
1309    - Probe BUS_VIRTIO again after probing BUS_PCI (markmc).
1310      Resolves: rhbz#446232
1311    - Add virtio drives to multipath blacklist (markmc).
1312      Resolves: rhbz#446232
1313    - Add virtio max partition count (markmc).
1314      Resolves: rhbz#446232
1315    - Sort virtio devices first (markmc).
1316      Resolves: rhbz#446232
1317    - Probe on BUS_VIRTIO for devices (markmc).
1318      Resolves: rhbz#446232
1319    - Explicitly include virtio_pci in the initrd (markmc).
1320      Resolves: rhbz#446232
1321    - Add virtio to module-info (markmc).
1322      Resolves: rhbz#446232
1323    - Add virtio support to devMakeInode() (markmc).
1324      Resolves: rhbz#446232
1325    - Offer physical NIC identification in stage 1 (dcantrell).
1326      Resolves: rhbz:#261101
1327    - Suspend the curses interface before calling scripts and resume afterwards (msivak).
1328      Resolves: rhbz#435314
1329    
1330    * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.117-1
1331    - Fix the build.
1332    - Change the Makefile so it doesn't replace tags.
1333    
1334    * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.116-1
1335    - Specify a default cio_ignore parameter for s390x (dcantrell).
1336      Resolves: rhbz#253075
1337    - Call dhcpNetDevice() instead of removed pumpNetDevice() (rvykydal).
1338      Resolves: rhbz#452664
1339    - Add support for the --only-use argument to RHEL5 (rvykydal).
1340      Resolves: rhbz#318351
1341    - Log a message informing about the critical upgrade error (jgranado).
1342      Resolves: rhbz#436865
1343    - Support booting from FCP-attached CD/DVD drive on s390 (dcantrell).
1344      Resolves: rhbz#184648
1345    - The actual size of a logical volume must be rounted down (jgranado).
1346      Resolves: rhbz#415871
1347    - Set network device MTU if user specified mtu= (dcantrell).
1348      Resolves: rhbz#435874
1349    
1350    * Wed Jul 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.115-1
1351    - Pass the cmdline options to the nfs structure (jgranado).
1352      Resolves: rhbz#432603
1353    - Remove hicolor-icon-theme>gtk2 from whiteout.py (msivak).
1354      Resolves: rhbz#369251
1355    - Ask the user if he wants to use VNC instead of text mode (msivak).
1356      Resolves: rhbz#453551
1357    - Leftover bits of encrypted block device support (dlehman).
1358      Resolves: rhbz#229865
1359    - Rescue of systems containing encrypted block devices (dlehman).
1360      Resolves: rhbz#229865
1361    - Support preexisting encrypted block devices (dlehman).
1362      Resolves: rhbz#229865
1363    - Kickstart support for encrypted block devices (dlehman).
1364      Resolves: rhbz#229865
1365    - User interface for manipulating encrypted block devices (dlehman).
1366      Resolves: rhbz#229865
1367    - Partitioning with encrypted block devices (dlehman).
1368      Resolves: rhbz#229865
1369    - Device-level support for encrypted block devices (dlehman).
1370      Resolves: rhbz#229865
1371    
1372    * Wed Jul 9 2008 Joel Granados <jgranado@redhat.com> 11.1.2.114-1
1373    - Enable upgrades for mayor version in rhel5 only (jgranado).
1374      Resolves: rhbz#436865
1375    - Handling of invalid timezone value in kickstart added (rvykydal).
1376      Resolves: rhbz#404321
1377    - GCC is complaining about unchecked return value from read call (msivak).
1378      Resolves: rhbz#448009
1379    - Enable re-IPL on s390x after installation (dcantrell).
1380      Resolves: rhbz#432416
1381    - Change the maximum recommended swap size to "2000 + (current ram)" (jgranado).
1382      Resolves: rhbz#447372
1383    - Don't show the virtualization option if we are in Xen or in Vmware (jgranado).
1384      Resolves: rhbz#258441
1385    - Prepare the system a little before initializing the pcmcia devices (msivak).
1386      Resolves: rhbz#448009
1387    - Change the total number of processed packages/files/.. to avoid negative counter in remaining packages (msivak).
1388      Resolves: rhbz#436103
1389    - Create additional /dev/xvda device nodes (clumens).
1390      Resolves: rhbz#437752
1391    - Don't use error messages from dosfslabel as the label (clumens)
1392      Resolves: rhbz#427457
1393    - Add nui driver (jgranado).
1394      Resolves: rhbz#444820
1395    - Allow the use of the "-" character in lvm names (jgranado).
1396      Resolves: rhbz#430907
1397    - yum.remove removes installed packages, not to be installed packages (msivak).
1398      Resolves: rhbz#442325
1399    - Allow removing packages by glob now that yum supports it (msivak).
1400      Resolves: rhbz#442325
1401    
1402    * Wed Apr 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.113-1
1403    - Require the latest version of libnl-devel.
1404      Resolves: rhbz#441922
1405    - Fix definition of __libc_setlocale_lock for new glibc.
1406      Resolves: rhbz#441940
1407    - Add support for the bcm5710 driver.
1408      Resolves: rhbz#442553
1409    - Require the latest libdhcp (dcantrell).
1410      Resolves: rhbz#435978
1411    - Fix networking tracebacks (pjones, clumens).
1412      Resolves: rhbz#442020
1413    
1414    * Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> 11.1.2.112-1
1415    - Make isys.dhcpNetDevice() work in rescue mode (dcantrell).
1416      Related: rhbz#435978
1417    
1418    * Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> 11.1.2.111-1
1419    - Don't rebuild the initrds if no modules were installed.
1420      Resolves: rhbz#439379
1421    - Bootable requests can not be on logical volumes.
1422      Resolves: rhbz#439270
1423    - Name the xen images for ia64 in the .treeinfo file (jgranado).
1424    - Fix reporting on transaction errors (jgranado).
1425      Resolves: rhbz#437813
1426    - Fix loop iteration in nl_ip2str (dcantrell).
1427      Resolves: rhbz#437773
1428    - Allow GPT on ppc or ppc64 (dcantrell).
1429      Resolves: rhbz#438683
1430    
1431    * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.110-1
1432    - Don't try to initialize iSCSI when the portal cannot be detected (msivak).
1433      Resolves: rhbz#435173
1434    
1435    * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.109-1
1436    - Make sure DHCP works in rescue mode (dcantrell).
1437      Resolves: rhbz#435978
1438    
1439    * Mon Mar 17 2008 Chris Lumens <clumens@redhat.com> 11.1.2.108-1
1440    - Avoid SIGSEGV on s390x in netlink loop (dcantrell).
1441      Resolves: rhbz#436377
1442    
1443    * Thu Mar  6 2008 Jeremy Katz <katzj@redhat.com> - 11.1.2.107-1
1444    - Fix another case which could have None options
1445      Resolves: rhbz#435998
1446    
1447    * Wed Mar 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.106-1
1448    - Fix the case where we're checking for _netdev but options is None (pjones).
1449      Resolves: rhbz#435998
1450    
1451    * Mon Mar 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.105-1
1452    - Add support for _rnetdev mount option in fstab (pjones).
1453      Resolves: rhbz#435716
1454    - Lots of network UI configuration fixes (dcantrell).
1455      Resolves: rhbz#432011
1456    - Fix lvm error handling (msivak).
1457      Related: rhbz#224636
1458    
1459    * Thu Feb 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.104-1
1460    - Handle exceptions when setting up repos not enabled by a key.
1461      Resolves: rhbz#433028
1462    - Show unconfigured interfaces as UNCONFIGURED (dcantrell).
1463      Related:  rhbz#275291
1464    
1465    * Tue Feb 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.103-1
1466    - Fix a traceback in the backported pkgorder fix.
1467      Resolves: rhbz#432006
1468    - Fix wrong function names for iscsi login/start (pjones).
1469      Resolves: rhbz#433276
1470    
1471    * Sat Feb 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.102-1
1472    - Correct auth command reading problem for ks files (dcantrell).
1473      Related: rhbz#427388
1474    - Use correct salt length for MD5, SHA256, & SHA512 (dcantrell).
1475      Related: rhbz#427388
1476    
1477    * Wed Feb 13 2008 Chris Lumens <clumens@redhat.com> 11.1.2.101-1
1478    - Make sure interface description is defined (dcantrell).
1479      Resolves: rhbz#432635
1480    - Set an attribute when iscsid is started
1481      Resolves: rhbz#431904
1482    
1483    * Mon Feb 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.100-1
1484    - Better fixes for iscsi probing (pjones, jlaska)
1485      Related: rhbz#431924
1486    - Make man pages work in the chrooted environment (jgranado)
1487      Resolves: rhbz#243443
1488    - Use correct variable in comparison (jgranado)
1489      Related: rhbz#432035
1490    
1491    * Fri Feb 08 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.99-1
1492    - Prevent writing out IPV6ADDR=none lines to ifcfg-ethX files (jgranado)
1493      Resolves: rhbz#432035
1494    
1495    * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.98-1
1496    - Fix an infinite loop in using libnl (dcantrell).
1497      Related: rhbz#303681
1498    
1499    * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.97-1
1500    - Add module dependencies of qeth.ko.
1501      Resolves: rhbz#431922
1502    - Make sure ISCSIADM and such are defined (pjones).
1503      Resolves: rhbz#431924
1504    - Use libnl to read MAC and IP addresses (dcantrell).
1505      Resolves: rhbz#303681
1506    - Fix usage of minstg2 vs. stage2 in low-mem cases (jgranado).
1507      Resolves: rhbz#207657
1508    
1509    * Tue Feb 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.96-1
1510    - Include libnssutil3.so in the initrd for s390 as well.
1511      Resolves: rhbz#431054
1512    - Document the dhcptimeout parameter (msivak).
1513      Related: rhbz#198147, rhbz#254032
1514    
1515    * Mon Feb 04 2008 Chris Lumens <clumens@redhat.com> 11.1.2.95-1
1516    - Propagate hostname from stage 1 to stage 2 on s390x (dcantrell).
1517      Resolves: rhbz#354021
1518    
1519    * Fri Feb 01 2008 Chris Lumens <clumens@redhat.com> 11.1.2.94-1
1520    - Include libnssutil3.so for sshd on s390 (dcantrell).
1521    - Remove old IP addresses from interface on reconfig (dcantrell).
1522      Resolves: rhbz#218273
1523    - More fixes for .treeinfo (jgranado).
1524    
1525    * Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> 11.1.2.93-1
1526    - Support network --bootproto=query in kickstart installs.
1527      Resolves: rhbz#401531
1528    - Set the format flag for new volume groups (msivak).
1529      Resolves: rhbz#246523
1530    - More fixes for .treeinfo (jgranado).
1531      Related: rhbz#253992
1532    
1533    * Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.92-1
1534    - Fix remaining issues with createLuserConf() changes
1535      Related: rhbz#430237
1536    
1537    * Mon Jan 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.91-1
1538    - Include python-iniparse in stage2 for pirut.
1539      Resolves:  rhbz#430212
1540    - Update the information contained in .treeinfo files (jgranado).
1541      Resolves: rhbz#253992
1542    - Fix namespace issue with createLuserConf (dcantrell).
1543      Resolves: rhbz#430237
1544    - Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell).
1545      Related: rhbz#428694, rhbz#216158
1546    
1547    * Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.90-1
1548    - Add the stage2 to the .treeinfo file (jgranado).
1549      Resolves: rhbz#253992
1550    - Fix handling %packages section in output anaconda-ks.cfg file.
1551      Related: rhbz#280101
1552    - Fix a traceback caused by the patch for 427388.
1553      Resolves: rhbz#429902
1554    - Fix some additional errors in createLuserConf() (dcantrell).
1555      Resolves: rhbz#429902
1556    - Fix iscsi so that mkinitrd can talk to the running daemon (pjones).
1557    
1558    * Mon Jan 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.89-1
1559    - Support SHA256/SHA512 password encoding from kickstart (dcantrell).
1560      Resolves: rhbz#427388
1561    
1562  * Fri Nov 16 2007 Karanbir Singh <kbsingh@centos.org> 11.1.2.87-1.el5.centos  * Fri Jan 18 2008 Chris Lumens <clumens@redhat.com> 11.1.2.88-1
1563  - Roll in CentOS Patches  - Allow users to back up past instkey dialog (dlehman).
1564      Resolves: rhbz#252349
1565    - Handle missing FTP files the same way as missing HTTP files (dlehman).
1566      Resolves: rhbz#350251
1567    - Add support for iSCSI iBFT (msivak).
1568      Resolves: rhbz#307761
1569    - Do not display NICs as UNCONFIGURED in network_text.py (dcantrell).
1570      Resolves: rhbz#275291
1571    - If bootproto is dhcp, unset any static settings (dcantrell).
1572      Resolves: rhbz#218489
1573    - Add support for the mptctl driver.
1574      Resolves: rhbz#382941
1575    - Fix a traceback running pkgorder in non-base products (dgregor).
1576      Resolves: rhbz#317131
1577    - Fix a traceback when adding zFCP disk without specifying details (msivak).
1578      Resolves: rhbz#428180
1579    - Catch lvm tools errors when creating logical volumes (msivak).
1580      Resolves: rhbz#224636
1581    - Add support for specifying the dhcp timeout (msivak).
1582      Resolves: rhbz#198147, rhbz#254032
1583    - Don't add a trailing 1 to filesystem labels (jgranado).
1584      Resolves: rhbz#415861
1585    - Add spufs support (jgranado).
1586      Resolves: rhbz#247720
1587    - List iSCSI multipath devices in the installer UI. (dcantrell).
1588      Resolves: rhbz#391951
1589    - Fix selected device when adding an advanced storage device (msivak).
1590      Resolves: rhbz#248447
1591    - Add maketreeinfo.py script (jgranado).
1592      Resolves: rhbz#253992
1593    - Make F12 work for the network config screen in text installs (jgranado).
1594      Resolves: rhbz#250982
1595    - Add the ixgbe driver (jgranado).
1596      Resolves: rhbz#350911
1597    - Write out IPV6INIT= to network-scripts (jgranado).
1598      Resolves: rhbz#243524
1599    - Close md devices to fix RAID tracebacks (jgranado).
1600      Related: rhbz#208970
1601    - Use input %packages section for anaconda-ks.cfg (msivak).
1602      Resolves: rhbz#280101
1603    - Add option for selecting different comps file (msivak).
1604      Resolves: rhbz#352081
1605    - Add nicdelay parameter (msivak).
1606      Resolves: rhbz#349521
1607    - Be more accepting in which strings we wait for from sshd (alanm).
1608      Resolves: rhbz#286031
1609    - Allow the use of double quotes in the pxeboot config file (jgranado).
1610      Resolves: rhbz#248170
1611    - Read the nic info before showing the configuration window (jgranado).
1612      Resolves: rhbz#278451
1613    - Make the back button work on the network config screen in loader (jgranado).
1614      Resolves: rhbz#233655
1615    - Get lcs interface name correctly (msivak).
1616      Resolves: rhbz#237508
1617    - Include more terminfo files to fix s390 telnet mode (msivak).
1618      Resolves: rhbz#231173
1619    - Fix kickstart docs for --dhcpclass parameter (jgranado).
1620      Resolves: rhbz#248910
1621    - Fix traceback when displaying autopartition error messages (jgranado).
1622      Resolves: rhbz#247257
1623    - Fix comparison of unusual network interface names (jgranado).
1624      Resolves: rhbz#246135
1625    - Populate the kickstart file dialog with the original value (jgranado).
1626      Resolves: rhbz#245936
1627    - Make the man pages work in rescue mode (jgranado).
1628      Resolves: rhbz#243443
1629    - Sort text package list (jgranado).
1630      Resolves: rhbz#242456
1631    - Don't eject the cd before the %post scripts are run (jgranado).
1632      Resolves: rhbz#238711
1633    
1634  * Wed Oct 17 2007 Chris Lumens <clumens@redhat.com> 11.1.2.87-1  * Wed Oct 17 2007 Chris Lumens <clumens@redhat.com> 11.1.2.87-1
1635  - Prompt for manual network configuration in the loader if needed.  - Prompt for manual network configuration in the loader if needed.


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