/[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.2 by slords, Thu Dec 20 16:17:32 2007 UTC
# Line 1  Line 1 
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.36  Version: 11.1.2.87
3  Release: 1%{?dist}.6  Release: 1.el5.centos
4  License: GPL  License: GPL
5  Summary: Graphical system installer  Summary: Graphical system installer
6  Group: Applications/System  Group: Applications/System
# Line 8  Source: anaconda-%{PACKAGE_VERSION}.tar. Line 8  Source: anaconda-%{PACKAGE_VERSION}.tar.
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.1.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
# Line 16  Patch8: anaconda-centos-splittree_allow_ Line 16  Patch8: anaconda-centos-splittree_allow_
16  Patch9: anaconda-centos-pkgorder.patch  Patch9: anaconda-centos-pkgorder.patch
17  Patch10: anaconda-centos-additional-repos.patch  Patch10: anaconda-centos-additional-repos.patch
18    
19  BuildPreReq: kudzu-devel >= 1.2.42, pciutils-devel  BuildPreReq: kudzu-devel >= 1.2.57.1.15, pciutils-devel
20  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
21  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
22  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
# Line 35  Requires: libxml2-python, python-urlgrab Line 35  Requires: libxml2-python, python-urlgrab
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: python-pyblock >= 0.26-1
39  Requires: libbdevid >= 5.1.2-1, libbdevid-python  Requires: libbdevid >= 5.1.2-1, libbdevid-python
40  Requires: audit-libs  Requires: audit-libs
41  %ifnarch s390 s390x ppc64  %ifnarch s390 s390x ppc64
# Line 81  sets, but are not meant for use on alrea Line 81  sets, but are not meant for use on alrea
81  %patch6 -p1  %patch6 -p1
82  %patch7 -p1  %patch7 -p1
83  %patch8 -p1  %patch8 -p1
84  %patch9 -p1  #%patch9 -p1
85  %patch10 -p1  %patch10 -p1
86    
87    
88  %build  %build
89  make depend  make depend
90  make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"  make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
# Line 124  rm -rf $RPM_BUILD_ROOT Line 125  rm -rf $RPM_BUILD_ROOT
125  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
126    
127  %changelog  %changelog
128  * Tue Apr 10 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.6  * Fri Nov 16 2007 Karanbir Singh <kbsingh@centos.org> 11.1.2.87-1.el5.centos
129  - Fix typo in additionalrepos patch  - Roll in CentOS Patches
   
 * 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  
   
 * Thu Mar 29 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.2  
 - Added pkgorder patch to make it do what we want it to  
130    
131  * Wed Mar 28 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36-1.el5.centos.1  * Wed Oct 17 2007 Chris Lumens <clumens@redhat.com> 11.1.2.87-1
132  - Roll in CentOS Change  - Prompt for manual network configuration in the loader if needed.
133      Related: rhbz#296081
134    
135    * Mon Oct 15 2007 Chris Lumens <clumens@redhat.com> 11.1.2.86-1
136    - Don't try to use DHCP in networks with static IP configuration.
137      Resolves: rhbz#296081
138    
139    * Wed Oct 03 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.85-1
140    - Check both IP structure members in getFileFromNfs()
141      Resolves: rhbz#316251
142    
143    * Thu Sep 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.84-1
144    - Check return values correctly on netlink_interfaces_ip2str() and
145      netlink_interfaces_mac2str()
146      Resolves: rhbz#230525
147      Related: rhbz#209284
148    
149    * Wed Sep 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.83-1
150    - Add cxgb3 driver (pjones)
151      Resolves: rhbz#296791
152    
153    * Tue Sep 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.82-1
154    - Fix kickstart over NFS installs on s390x (ks=nfs:host:/path)
155      Resolves: rhbz#250689
156    
157    * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.81-1
158    - Make major and minor long ints in devMakeInode()
159      Related: rhbz#218816
160    
161    * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.80-1
162    - Create all variations of tape drive device nodes (dlehman)
163      Resolves: rhbz#218816
164    
165    * Fri Sep 14 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.79-1
166    - Correct infinite loop problem with new recvfrom() code for reading large
167      netlink messages
168      Related: rhbz#230525
169    - Make sure we clear the netlink cache before looking up IP or MAC addrs
170      Related: rhbz#235824
171    
172    * Thu Sep 13 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.78-1
173    - Fix manual IPv4 configuration when adding an iSCSI device
174      Related: rhbz#235824
175    
176    * Wed Sep 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.77-1
177    - Revert netlink_init_interfaces_list() changes
178      Resolves: rhbz#287541
179    
180    * Tue Sep 11 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.76-1
181    - Fix going back to the network device selection screen in loader
182      Resolves: rhbz#253285
183    - Rework netlink_get_interface_ip() to handle large recvfrom responses (pjones)
184      Related: rhbz#230525
185    - Driver disk fixes (clumens)
186      Related: rhbz#213318
187    - Make sure MACADDR is written to ifcfg-* files (bhinson)
188      Related: rhbz#248049
189    
190    * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.75-1
191    - Fix network handling via CMS conf file on s390x
192      Resolves: rhbz#278261
193    
194    * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.74-1
195    - Find all NICs with netlink call
196      Related: rhbz#230525
197    
198    * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.73-1
199    - Handle empty VSWITCH parameter (bhinson AT redhat DOT com)
200      Related: rhbz#248049
201    
202    * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.72-1
203    - Rebuild against kudzu-1.2.57.1.15
204      Resolves: rhbz#276161
205    
206    * Fri Aug 31 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.71-1
207    - Remove extra newtPopWindow() call
208      Related: rhbz#260621
209    
210    * Thu Aug 30 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.70-1
211    - Fix text wrap width on partition type combo (dlehman)
212      Related: rhbz#221791
213    - Avoid SIGSEGV in for kickstart installs on Configure TCP/IP window
214      Related: rhbz#260621
215    
216    * Wed Aug 29 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.69-1
217    - Skip Configure TCP/IP window for kickstart installs
218      Resolves: rhbz#260621
219    - Do not run _isys.vtActivate() on s390x
220      Related: rhbz#217563
221    - Keep drive selection box disabled if user clicks Back (clumens)
222      Related: rhbz#219207
223    
224    * Mon Aug 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.68-1
225    - Do not return after NIC config for iSCSI setup
226      Resolves: rhbz#233029
227    
228    * Fri Aug 24 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.67-1
229    - Fix "no more mirrors" problems when retrieving packages (dlehman)
230      Resolves: rhbz#240582
231    - Don't add duplicate fstab entries if the fstype is none (clumens)
232      Resolves: rhbz#253485
233    - Allow users to change their NIC and reconfigure it in loader
234      Resolves: rhbz#253285
235    - Validate IP addresses correctly for manual entry on s390x linuxrc
236      Related: rhbz#234152
237    - Correct setting addon repository names (clumens)
238      Related: rhbz#206152
239    
240    * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.66-1
241    - Select appropriate kernel devel package (dlehman)
242      Related: rhbz#226784
243    
244    * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.65-1
245    - Don't assume tb[IFLA_ADDRESS] contains data
246      Resolves: rhbz#252988
247    - Add support for VSWITCH and MACADDR conf variables on s390x
248      Resolves: rhbz#248049
249    - Fix ks=nfs: regression on s390x
250      Resolves: rhbz#250689
251    
252    * Mon Aug 13 2007 Peter Jones <pjones@redhat.com> - 11.1.2.64-1
253    - Fix memory size comparison in PAE test.
254      Related: rhbz#207573
255    - Add e1000e and igb modules.
256      Resolves: rhbz#251733
257      Resolves: rhbz#251735
258    
259    * Fri Aug 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.63-1
260    - Disable zFCP device before removing LUN (bhinson AT redhat DOT com)
261      Resolves: rhbz#249341
262    
263    * Wed Aug 08 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.62-1
264    - Add a symlink in /etc to /mnt/runtime/etc/yum, handle kABI
265      requires/provides (dlehman)
266      Resolves: rhbz#241412
267    - Fix converting UI selections into which drives should be used for
268      partitioning (clumens)
269      Resolves: rhbz#247997
270    
271    * Mon Aug 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.61-1
272    - Honor ip=<val>/ipv6=<val>/noipv4/noipv6 boot parameters and skip the
273      loader configuration if enough settings are passed on the boot line
274      Resolves: rhbz#246603
275    
276    * Fri Jul 20 2007 Peter Jones <pjones@redhat.com> - 11.1.2.60-1
277    - Hopefully fix usb-storage reloading.  Still needs testing
278      Related: rhbz#247830
279    - Ignore failure to unmount /mnt/source if we don't think there's a real mount
280      (dlehman)
281      Related: rhbz#223059
282    - Prevent SIGSEGV when going back from NFS entry box after manual IPv4
283      configuration (dcantrell)
284      Resolves: rhbz#248075
285    - Fix the timezone window (dcantrell)
286      Resolves: rhbz#248928
287    
288    * Wed Jul 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.59-1
289    - Correctly discover underlying physical disks for RAID devices (pjones)
290      Resolves: rhbz#248616
291    - Mark iSCSI root with _netdev mount option (markmc AT redhat DOT com)
292      Resolves: rhbz#244994
293    - Clear screen after post-install NIC settings
294      Resolves: rhbz#248130
295    - Display mpath model and unit info on text partitioning screen
296      Related: rhbz#185852
297    
298    * Mon Jul 16 2007 Peter Jones <pjones@redhat.com> - 11.1.2.58-1
299    - Only skip redhat-lsb during dependency resolution if it's not
300      the only thing left
301      Resolves: rhbz#248195
302    
303    * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.57-1
304    - Only use GPT when we've got really big disks
305      Resolves: rhbz#247830
306    - Allow ia64 virt installs without "debug" option
307      Resolves: rhbz#246718
308    - Copy firmware files correctly from driver disks
309      Related: rhbz#224076
310    
311    * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.56-1
312    - Save "nodmraid" option so mkinitrd won't turn it on during boot
313      Related: rhbz#185852
314    - Don't mark partitions as bootable on GPT disks unless we're using EFI
315      Related: rhbz#130236
316    - Fix size display errors with large disks
317      Related: rhbz#130236
318    
319    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.55-1
320    - Display mpath model information on the custom partitioning screen
321      Related: rhbz#185852
322    
323    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.54-1
324    - Add missing colon on an if statement in getMpathModel()
325      Related: rhbz#185852
326    - Do not add extra 'mapper/' to fulldev in getMpathModel()
327      Related: rhbz#185852
328    
329    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.53-1
330    - Use scsi_id to gather WWID info in getMpathModel()
331      Related: rhbz#185852
332    - Do not strip 'mapper/' from mpath device names in the partitioning UI
333      Related: rhbz#185852
334    
335    * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.52-1
336    - If we have seen an mpath device, do not gather its WWID again
337      Related: rhbz#185852
338    - Fix code indentation errors
339      Related: rhbz#185852
340    - Fix errors in the getMpathInfo() function when executing multipath
341      Related: rhbz#185852
342    - Display mpath devices without the 'mapper/' text
343      Related: rhbz#185852
344    - Get WWID from bindings file if multipath command returns nothing
345      Related: rhbz#185852
346    - Require that USB devices remain stable for a longer time period (pjones)
347      Resolves: rhbz#222684
348    
349    * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.51-1
350    - Ignore empty lines when collecting WWIDs per mpath device
351      Related: rhbz#185852
352    - Comment out existing blacklist and blacklist_exceptions blocks in the
353      /etc/multipath.conf file
354      Related: rhbz#185852
355    - Reset SELinux file contexts on multipath.conf and bindings files
356      Related: rhbz#185852
357    
358    * Fri Jul 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.50-1
359    - Read default multipath.conf values from either the target system or the
360      anaconda stage2 environment.  Make sure we only read one WWID per mpath
361      alias and log an error if we didn't.
362      Related: rhbz#185852
363    - Install the PAE kernel when applicable (e.g., >4GB memory)
364      Resolves: rhbz#207573
365    - Read mpathNNN devices when generating the bindings and multipath.conf files
366      Related: rhbz#185852
367    - Make sure the partitioning UI screen displays WWID and model information
368      for multipath devices
369      Related: rhbz#185852
370    - Use GPT on all architectures with non-boot disks >=2TB (pjones)
371      Resolves: rhbz#130236
372    
373    * Thu Jul 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.49-1
374    - Generate multipath bindings and multipath.conf before package
375      installation.  Use scsi_id to collect WWIDs rather than the multipath
376      command to maintain consistency with what pyblock has done.
377      Related: rhbz#185852
378    
379    * Fri Jun 29 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.48-1
380    - Support new driver disk repo layout.
381      Resolves: rhbz#213318
382    - Add missing TEXT_EDIT_BUTTON constants back (dcantrell).
383      Resolves: rhbz#245606.
384    - Fix a traceback when writing out multipath configs (dcantrell).
385      Related: rhbz#185852.
386    
387    * Thu Jun 28 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.47-1
388    - Fix traceback when writing out repo lines.
389      Resolves: rhbz#246084
390    
391    * Wed Jun 27 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.46-1
392    - Create package header directory since yum doesn't anymore (katzj).
393      Resolves: rhbz#245918
394    - Write out repo lines to anaconda-ks.cfg.
395      Resolves: rhbz#206152
396    - Enable multipathd on mpath installs (dcantrell).
397      Resolves: rhbz#243421
398    - Pull scsi_id from /lib/udev, include kpartx and mpath commands (dcantrell).
399      Resolves: rhbz#185852
400    - Display model information in the UI for mpath devices (dcantrell).
401      Resolves: rhbz#208341
402    - Add nspr libraries and additional nss libraries.
403      Related: rhbz#245215
404    - Fox error reporting in iscsi connection code (pjones).
405    
406    * Tue Jun 26 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.45-1
407    - Add keyutils-libs (clumens)
408      Resolves: rhbz#245734
409    - Set up and use yum backend plugins (dlehman)
410      Resolves: rhbz#241412
411    - Install debuginfo packages (james.antill)
412      Resolves: rhbz#236033
413    
414    * Tue Jun 26 2007 James Antill <jantill@redhat.com> - 11.1.2.44-2
415    - Remove default exclude for debuginfo.
416    - Resolves: rhbz#236033
417    
418    * Fri Jun 22 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.44-1
419    - Fix typo in multipath part of making stage2 image (dcantrell).
420    - Include the scsi_id command in the stage2 image (dcantrell).
421      Resolves: rhbz#185852
422    - Write out a minimal /etc/multipath.conf (dcantrell).
423      Related: rhbz#185852
424    
425    * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.43-1
426    - Correct iSCSI portal discovery
427      Resolves: rhbz#233029
428    
429    * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.42-1
430    - Handle ip=dhcp correctly so kickstart files are fetched automatically
431      Resolves: rhbz#244418
432    - Write newline after NETWORKING_IPV6=yes line
433      Resolves: rhbz#226911
434    - Make sure libnss3.so is included in the stage2 image
435      Resolves: rhbz#245215
436    
437    * Wed Jun 20 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.41-1
438    - Include Xen block devices in the blacklist_exception block
439      Related: rhbz#243527
440    - Remove the lvm.conf filter modification to avoid regression
441      Related: rhbz#243531
442    - Fix traceback when looking for multipath devices to collect WWIDs for
443      Related: rhbz#185852
444    
445    * Tue Jun 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.40-1
446    - Add libselinux-python to the stage2 image (clumens)
447      Resolves: rhbz#244892
448    - Copy static multipath commands in to stage2 image
449      Related: rhbz#185852
450    - Filter /dev/mapper/mpath* and /dev/mpath* in lvm.conf
451      Related: rhbz#185852
452    - Run /sbin/multipath and copy generated bindings file to target system,
453      populate blacklist_exception block in multipath.conf with WWIDs from
454      generated bindings file
455      Related: rhbz#185852
456    
457    * Mon Jun 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.39-1
458    - Flush driveDict so zFCP are picked up after being brought online
459      Resolves: rhbz#236903
460    - Warn user when more than 15 partitions found on a libata-controlled disk
461      Resolves: rhbz#238858
462    - Add mpath filters to lvm.conf on target system
463      Resolves: rhbz#243531
464    - Make sure target system has multipath bindings file, add multipath WWIDs
465      to blacklist_exception block in multipath.conf
466      Resolves: rhbz#243527
467    - Always print device node name for mpath devices in fstab
468      Resolves: rhbz#243532
469    
470    * Thu Jun 14 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.38-1
471    - Import tempfile to fix kickstart install tracebacks.
472      Resolves: rhbz#244240
473    
474    * Tue Jun 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.37-1
475    - Add support for Areca RAID controllers (clumens)
476      Resolves: rhbz#238014
477    - Pass -br to the X server so there is no more hatch (clumens)
478      Resolves: rhbz#195919
479    - Echo 1 to each zFCP LUN to make entire device available (dcantrell)
480      Resolves: rhbz#207097
481    - Prevent static network configuration from failing (dcantrell)
482      Resolves: rhbz#221660
483    - Allow user to skip entering a gateway or nameserver when adding an iSCSI
484      address (dcantrell)
485      Resolves: rhbz#235824
486    - Do not log errors when unmounting /mnt/source if it was not supposed to
487      be mounted in the first place (dlehman)
488      Resolves: rhbz#223059
489    - Handle F13 shortcut key on installation key dialog (dlehman)
490      Resolves: rhbz#210673
491    - Create nodes for and probe for tape drives (dlehman)
492      Resolves: rhbz#218816
493    - Improve configuration screens for systems with multiple NICs (dcantrell)
494      Resolves: rhbz#218200
495    - Per-interface IPv4 and IPv6 configuration (dcantrell)
496      Resolves: rhbz#213110
497      Related: rhbz#218200
498    - Add logging for yum logging (katzj)
499      Resolves: rhbz#212259
500    - Only ask user to run VNC is Xvnc is present (dcantrell)
501      Resolves: rhbz#217563
502    - Add /sbin/sfdisk (dcantrell)
503      Resolves: rhbz#224297
504    - For /dev/hvc0 terminals, set TERM to vt320 (dcantrell)
505      Resolves: rhbz#219556
506    - Set DHCPv6_DISABLE flag when using IPv6 auto neighbor discovery (dcantrell)
507      Resolves: rhbz#231645
508    - Handle more than 10 Ethernet interfaces (dcantrell)
509      Resolves: rhbz#230525
510    - Support OSA layer 2 networking on zSeries (bhinson)
511      Resolves: rhbz#233376
512    - Handle ksdevice=BOOTIF correctly (dcantrell)
513      Resolves: rhbz#209284
514    - Fix text wrap width in auto partitioning text mode screen (dlehman)
515      Resolves: rhbz#221791
516    - Correctly count SCSI disk devices (dlehman)
517      Resolves: rhbz#230526
518    - Include /usr/sbin/dmidecode on ia64 (dlehman)
519      Resolves: rhbz#232947
520    - Bind mount /dev/pts in rescue mode (dlehman)
521      Resolves: rhbz#228714
522    - Do not ignore productpath in pkgorder (dlehman)
523      Resolves: rhbz#230487
524    - Describe 'nfs --opts' in kickstart-docs.txt (clumens)
525      Resolves: rhbz#234187
526    - Sanity check network info on zSeries (dcantrell)
527      Resolves: rhbz#234152
528    - Do not bring up network in stage 2 if it's already up (dcantrell)
529      Resolves: rhbz#232400
530    - Do not traceback when trying to remove the /mnt/sysimage tree (dcantrell)
531      Resolves: rhbz#227650
532    - Write correct infor to /etc/sysconfig/network (dcantrell)
533      Resolves: rhbz#222147
534    - If custom partitioning is selected, make drive selection non
535      sensitive (clumens)
536      Resolves: rhbz#219207
537    - Do not traceback if users neglects to enter an lvsize (clumens)
538      Resolves: rhbz#221253
539    - Do not load a module when the kickstart device line is incorrect (clumens)
540      Resolves: rhbz#227510
541    - Handle errors resulting from malformed repositories (clumens)
542      Resolves: rhbz#219274
543    - Remove all invalid RAID requests when using kickstart (clumens)
544      Resolves: rhbz#235279
545    - Avoid traceback getting the PID of iscsiadm (clumens)
546      Resolves: rhbz#223257
547    - Make sure kickstart scripts execute with correct working dir (clumens)
548      Resolves: rhbz#237317
549    - Support multiple ksappend lines (clumens)
550      Resolves: rhbz#222201
551    - Write out fstab after migrate (clumens)
552      Resolves: rhbz#223215
553    - Make the packages section in anaconda-ks.cfg match UI selections (clumens)
554      Resolves: rhbz#227383, rhbz#231121, rhbz#235881
555    - Copy volume group format attribute to new request (clumens)
556      Resolves: rhbz#217585
557    - Use /dev/ nodes for probing RAID superblocks (clumens)
558      Resolves: rhbz#208970
559    - Put more space between device description and the stripe for tall
560      languages (clumens)
561      Resolves: rhbz#217294
562    - Add netxen_nic driver (clumens)
563      Resolves: rhbz#230245
564    - Provide detailed disk info in text mode partitioning screen (dcantrell)
565      Resolves: rhbz#235054
566    - If wrong interface is selection, allow user to choose another one (clumens)
567      Resolves: rhbz#213787
568    - Focus installation key text box and populate fields correctly (dlehman)
569      Resolves: rhbz#223831
570    - Make sure the regkey settings are written to anaconda-ks.cfg (dlehman)
571      Resolves: rhbz#221450
572    - Select kernel-xen-devel when optional packages selected (dlehman)
573      Resolves: rhbz#226784
574    - Fix typo in message shown when user skips entering the install key (dlehman)
575      Resolves: rhbz#224491
576    - If autopart selection is custom, make sure review checkbox is active and
577      not sensitive. (dlehman)
578      Resolves: rhbz#220951
579    - Write NETWORKING_IPV6=no to /etc/sysconfig/network if IPv6 is disabled
580      during installation. (dcantrell)
581      Resolves: rhbz#226911
582    - Fix input validation loop in manual network config in loader
583      Resolves: rhbz#223193 (dcantrell)
584    - Make "description" translate correctly (pjones)
585      Resolves: rhbz#216067
586    
587  * 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
588  - 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