summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-06-12 18:46:51 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-06-12 18:46:51 +0000
commit1bffd92392add0a0571a7b8b170227c0068de7d0 (patch)
treec5d48b2fa84fdde6ce2ffca798515dbf66b8488f
parentdb6f7d3d10ff80c95d96700c52d4570d3b9c69f8 (diff)
downloadanaconda-1bffd92392add0a0571a7b8b170227c0068de7d0.tar.gz
anaconda-1bffd92392add0a0571a7b8b170227c0068de7d0.tar.xz
anaconda-1bffd92392add0a0571a7b8b170227c0068de7d0.zip
-rw-r--r--ChangeLog10
-rw-r--r--anaconda.spec115
-rw-r--r--loader2/hardware.c4
3 files changed, 121 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index b73aad556..cb1485397 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,12 @@
+2007-06-12 David Cantrell <dcantrell@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2007-06-07 Chris Lumens <clumens@redhat.com>
* loader2/module-info: Add support for Areca RAID controllers
(#238014).
-2007-06-06 David Cantrell <dcantrell@redhat.com>
-
- * loader2/hardware.c (detectHardware): Probe BUS_EBUS to support
- HEA devices on IBM systems (#228578).
- * loader2/module-info: ehea_mod -> ehea (#228578).
-
2007-06-05 Chris Lumens <clumens@redhat.com>
* anaconda: Pass -br to the X server so there's no more hatch
diff --git a/anaconda.spec b/anaconda.spec
index de2924420..c0cfaf0a8 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.36
+Version: 11.1.2.37
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,119 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Jun 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.37-1
+- Add support for Areca RAID controllers (clumens)
+ Resolves: rhbz#238014
+- Pass -br to the X server so there is no more hatch (clumens)
+ Resolves: rhbz#195919
+- Echo 1 to each zFCP LUN to make entire device available (dcantrell)
+ Resolves: rhbz#207097
+- Prevent static network configuration from failing (dcantrell)
+ Resolves: rhbz#221660
+- Allow user to skip entering a gateway or nameserver when adding an iSCSI
+ address (dcantrell)
+ Resolves: rhbz#235824
+- Do not log errors when unmounting /mnt/source if it was not supposed to
+ be mounted in the first place (dlehman)
+ Resolves: rhbz#223059
+- Handle F13 shortcut key on installation key dialog (dlehman)
+ Resolves: rhbz#210673
+- Create nodes for and probe for tape drives (dlehman)
+ Resolves: rhbz#218816
+- Improve configuration screens for systems with multiple NICs (dcantrell)
+ Resolves: rhbz#218200
+- Per-interface IPv4 and IPv6 configuration (dcantrell)
+ Resolves: rhbz#213110
+ Related: rhbz#218200
+- Add logging for yum logging (katzj)
+ Resolves: rhbz#212259
+- Only ask user to run VNC is Xvnc is present (dcantrell)
+ Resolves: rhbz#217563
+- Add /sbin/sfdisk (dcantrell)
+ Resolves: rhbz#224297
+- For /dev/hvc0 terminals, set TERM to vt320 (dcantrell)
+ Resolves: rhbz#219556
+- Set DHCPv6_DISABLE flag when using IPv6 auto neighbor discovery (dcantrell)
+ Resolves: rhbz#231645
+- Handle more than 10 Ethernet interfaces (dcantrell)
+ Resolves: rhbz#230525
+- Support OSA layer 2 networking on zSeries (bhinson)
+ Resolves: rhbz#233376
+- Handle ksdevice=BOOTIF correctly (dcantrell)
+ Resolves: rhbz#209284
+- Fix text wrap width in auto partitioning text mode screen (dlehman)
+ Resolves: rhbz#221791
+- Correctly count SCSI disk devices (dlehman)
+ Resolves: rhbz#230526
+- Include /usr/sbin/dmidecode on ia64 (dlehman)
+ Resolves: rhbz#232947
+- Bind mount /dev/pts in rescue mode (dlehman)
+ Resolves: rhbz#228714
+- Do not ignore productpath in pkgorder (dlehman)
+ Resolves: rhbz#230487
+- Describe 'nfs --opts' in kickstart-docs.txt (clumens)
+ Resolves: rhbz#234187
+- Sanity check network info on zSeries (dcantrell)
+ Resolves: rhbz#234152
+- Do not bring up network in stage 2 if it's already up (dcantrell)
+ Resolves: rhbz#232400
+- Do not traceback when trying to remove the /mnt/sysimage tree (dcantrell)
+ Resolves: rhbz#227650
+- Write correct infor to /etc/sysconfig/network (dcantrell)
+ Resolves: rhbz#222147
+- If custom partitioning is selected, make drive selection non
+ sensitive (clumens)
+ Resolves: rhbz#219207
+- Do not traceback if users neglects to enter an lvsize (clumens)
+ Resolves: rhbz#221253
+- Do not load a module when the kickstart device line is incorrect (clumens)
+ Resolves: rhbz#227510
+- Handle errors resulting from malformed repositories (clumens)
+ Resolves: rhbz#219274
+- Remove all invalid RAID requests when using kickstart (clumens)
+ Resolves: rhbz#235279
+- Avoid traceback getting the PID of iscsiadm (clumens)
+ Resolves: rhbz#223257
+- Make sure kickstart scripts execute with correct working dir (clumens)
+ Resolves: rhbz#237317
+- Support multiple ksappend lines (clumens)
+ Resolves: rhbz#222201
+- Write out fstab after migrate (clumens)
+ Resolves: rhbz#223215
+- Make the packages section in anaconda-ks.cfg match UI selections (clumens)
+ Resolves: rhbz#227383, rhbz#231121, rhbz#235881
+- Copy volume group format attribute to new request (clumens)
+ Resolves: rhbz#217585
+- Use /dev/ nodes for probing RAID superblocks (clumens)
+ Resolves: rhbz#208970
+- Put more space between device description and the stripe for tall
+ languages (clumens)
+ Resolves: rhbz#217294
+- Add netxen_nic driver (clumens)
+ Resolves: rhbz#230245
+- Provide detailed disk info in text mode partitioning screen (dcantrell)
+ Resolves: rhbz#235054
+- If wrong interface is selection, allow user to choose another one (clumens)
+ Resolves: rhbz#213787
+- Focus installation key text box and populate fields correctly (dlehman)
+ Resolves: rhbz#223831
+- Make sure the regkey settings are written to anaconda-ks.cfg (dlehman)
+ Resolves: rhbz#221450
+- Select kernel-xen-devel when optional packages selected (dlehman)
+ Resolves: rhbz#226784
+- Fix typo in message shown when user skips entering the install key (dlehman)
+ Resolves: rhbz#224491
+- If autopart selection is custom, make sure review checkbox is active and
+ not sensitive. (dlehman)
+ Resolves: rhbz#220951
+- Write NETWORKING_IPV6=no to /etc/sysconfig/network if IPv6 is disabled
+ during installation. (dcantrell)
+ Resolves: rhbz#226911
+- Fix input validation loop in manual network config in loader
+ Resolves: rhbz#223193 (dcantrell)
+- Make "description" translate correctly (pjones)
+ Resolves: rhbz#216067
+
* Thu Feb 1 2007 Peter Jones <pjones@redhat.com> - 11.1.2.36-1
- Fix traceback when using text mode with a language that we can't display
Resolves: #225528
diff --git a/loader2/hardware.c b/loader2/hardware.c
index d37c90dfd..921d588f6 100644
--- a/loader2/hardware.c
+++ b/loader2/hardware.c
@@ -68,7 +68,9 @@ static int detectHardware(moduleInfoSet modInfo, char *** modules) {
devices = probeDevices(CLASS_UNSPEC,
BUS_PCI | BUS_SBUS | BUS_VIO | BUS_MACIO |
- BUS_PCMCIA | BUS_XEN | BUS_EBUS,
+ /* Waiting on kudzu to define BUS_EBUS */
+ /* BUS_PCMCIA | BUS_XEN | BUS_EBUS, */
+ BUS_PCMCIA | BUS_XEN,
PROBE_ALL);
logMessage(DEBUGLVL, "finished bus probing");