[anaconda] Change IsBeta to IsFinal (mgracik) edd: do not traceback with cciss devices. (akozumpl) edd: do not

Christopher Edward Lumens clumens at fedoraproject.org
Tue Jul 26 20:01:32 UTC 2011


commit 332665368c9f4779ef8d63fa5e3c4a07efa51eaa
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Jul 26 16:01:19 2011 -0400

    Change IsBeta to IsFinal (mgracik)
    edd: do not traceback with cciss devices. (akozumpl)
    edd: do not traceback when can not find the respective pci device. (akozumpl)
    Use unsigned long long type in doTotalMemory() (dcantrell)
    Do not traceback on mpath errors caused by faulty hardware. (akozumpl)
    Fix a bunch of stupid little errors pylint caught. (clumens)
    There's no more booty module, so don't bother checking it. (clumens)
    Ignore false positives in kickstart.py. (clumens)
    Ignore reimport warnings from pylint. (clumens)
    Handle any amount of whitespace between keyword and rhbz reference.
    (dcantrell)
    dispath -> dispatch in kickstart.py. (clumens)

 .gitignore    |    1 +
 anaconda.spec |   16 +++++++++++++++-
 sources       |    2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb15838..3f50777 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.11.tar.bz2
 /anaconda-16.12.tar.bz2
 /anaconda-16.13.tar.bz2
+/anaconda-16.14.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index f8961ec..cd9a462 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.13
+Version: 16.14
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -234,6 +234,20 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Tue Jul 26 2011 Chris Lumens <clumens at redhat.com> - 16.14-1
+- Change IsBeta to IsFinal (mgracik)
+- edd: do not traceback with cciss devices. (akozumpl)
+- edd: do not traceback when can not find the respective pci device. (akozumpl)
+- Use unsigned long long type in doTotalMemory() (dcantrell)
+- Do not traceback on mpath errors caused by faulty hardware. (akozumpl)
+- Fix a bunch of stupid little errors pylint caught. (clumens)
+- There's no more booty module, so don't bother checking it. (clumens)
+- Ignore false positives in kickstart.py. (clumens)
+- Ignore reimport warnings from pylint. (clumens)
+- Handle any amount of whitespace between keyword and rhbz reference.
+  (dcantrell)
+- dispath -> dispatch in kickstart.py. (clumens)
+
 * Wed Jul 20 2011 Chris Lumens <clumens at redhat.com> - 16.13-1
 - progressWindow takes a bunch of new arguments for pulsing (#723345).
   (clumens)
diff --git a/sources b/sources
index ac51df7..739dd96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22ab2b6ef4b78ac22c8cef32c23932ec  anaconda-16.13.tar.bz2
+ce09c0361cc0c9957619d08e8cc78407  anaconda-16.14.tar.bz2


More information about the scm-commits mailing list