[anaconda] - Don't crash if losetup doesn't know anything about a device. (#662513) (dlehman) - Set up disk i

Christopher Edward Lumens clumens at fedoraproject.org
Tue Dec 14 22:42:15 UTC 2010


commit af68b84b0285cd68dd474070fd02b673dcdb51d1
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Dec 14 17:42:05 2010 -0500

    - Don't crash if losetup doesn't know anything about a device. (#662513)
      (dlehman)
    - Set up disk images earlier so kickstart device filtering works on them.
      (dlehman)
    - Don't try to parse network device info when doing disk image installs.
      (dlehman)
    - Fix DeviceTree cleanup w/ inactive luks devs in cmdline mode. (dlehman)
    - Add losetup to the install image, re-remove it from isys (#662183). (clumens)
    - "anaconda" -> "self.anaconda" in kickstart execute methods. (clumens)
    - Override the BaseHandler.dispatcher method. (clumens)
    - Use chreipl to set the IPL device on s390x (#632325) (dcantrell)
    - Add /usr/sbin/chreipl to KEEPFILE. (dcantrell)
    - Create a MainframeDiskDevice class for common s390 attributes. (dcantrell)
    - Do not shut down zFCP storage in Storage.shutdown() (#612626) (dcantrell)
    - Clarify the ssh modes for installation on s390x (#621590). (dcantrell)
    - devicelibs/mpath.py: do not rely on other modules to import logging.
      (akozumpl)
    - filter_gui: device discovery configuration is under anaconda.storage.config.
      (akozumpl)

 .gitignore    |    1 +
 anaconda.spec |   23 ++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b816fbc..2461fed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ anaconda-15.2.tar.bz2
 /anaconda-15.8.tar.bz2
 /anaconda-15.9.tar.bz2
 /anaconda-15.10.tar.bz2
+/anaconda-15.11.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index dee047b..a8b0b84 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 15.10
+Version: 15.11
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -229,6 +229,27 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Tue Dec 14 2010 Chris Lumens <clumens at redhat.com> - 15.11-1
+- Don't crash if losetup doesn't know anything about a device. (#662513)
+  (dlehman)
+- Set up disk images earlier so kickstart device filtering works on them.
+  (dlehman)
+- Don't try to parse network device info when doing disk image installs.
+  (dlehman)
+- Fix DeviceTree cleanup w/ inactive luks devs in cmdline mode. (dlehman)
+- Add losetup to the install image, re-remove it from isys (#662183). (clumens)
+- "anaconda" -> "self.anaconda" in kickstart execute methods. (clumens)
+- Override the BaseHandler.dispatcher method. (clumens)
+- Use chreipl to set the IPL device on s390x (#632325) (dcantrell)
+- Add /usr/sbin/chreipl to KEEPFILE. (dcantrell)
+- Create a MainframeDiskDevice class for common s390 attributes. (dcantrell)
+- Do not shut down zFCP storage in Storage.shutdown() (#612626) (dcantrell)
+- Clarify the ssh modes for installation on s390x (#621590). (dcantrell)
+- devicelibs/mpath.py: do not rely on other modules to import logging.
+  (akozumpl)
+- filter_gui: device discovery configuration is under anaconda.storage.config.
+  (akozumpl)
+
 * Wed Dec 08 2010 Chris Lumens <clumens at redhat.com> - 15.10-1
 - Fix the build. (clumens)
 
diff --git a/sources b/sources
index 2ba8376..a1255e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9572e00242d6319a2a0a255242b540d8  anaconda-15.10.tar.bz2
+8f3520cdc693c638b9876e91858e11d3  anaconda-15.11.tar.bz2


More information about the scm-commits mailing list