[anaconda/f18] - Add PowerNV as a recognized PPC platform (nacc) - anaconda should print unknown platform informati

Brian C. Lane bcl at fedoraproject.org
Fri Oct 26 01:13:18 UTC 2012


commit 18aa7580642ce3247beb6870d67817f43e217363
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Oct 25 18:12:46 2012 -0700

    - Add PowerNV as a recognized PPC platform (nacc)
    - anaconda should print unknown platform information (hamzy)
    - Toggle chosen property on focus change (MountpointSelector) (vpodzime)
    - Lock source spoke while depsolving (#867591) (jkeating)
    - In custom part, don't display mountpoints without associated disks (#865942).
      (clumens)
    - Tie "Reclaim Space" button sensitivity to how much space the user freed
      (#869375). (clumens)

 .gitignore    |    1 +
 anaconda.spec |   12 +++++++++++-
 sources       |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 249b088..3ac78a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ anaconda-18.12.tar.bz2
 /anaconda-18.18.tar.bz2
 /anaconda-18.19.tar.bz2
 /anaconda-18.20.tar.bz2
+/anaconda-18.21.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 6c08cba..321adb5 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.20
+Version: 18.21
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -300,6 +300,16 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Thu Oct 25 2012 Brian C. Lane <bcl at redhat.com> - 18.21-1
+- Add PowerNV as a recognized PPC platform (nacc)
+- anaconda should print unknown platform information (hamzy)
+- Toggle chosen property on focus change (MountpointSelector) (vpodzime)
+- Lock source spoke while depsolving (#867591) (jkeating)
+- In custom part, don't display mountpoints without associated disks (#865942).
+  (clumens)
+- Tie "Reclaim Space" button sensitivity to how much space the user freed
+  (#869375). (clumens)
+
 * Tue Oct 23 2012 Brian C. Lane <bcl at redhat.com> - 18.20-1
 - Add dialog for configuring layout switching options (vpodzime)
 - Initialize layout switching if needed (vpodzime)
diff --git a/sources b/sources
index 5669c03..dfaae89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57ddf5ed03542df9ccfeb4c9c89c2cf6  anaconda-18.20.tar.bz2
+f4b72a4f09e81e91157b1d4d7594c872  anaconda-18.21.tar.bz2


More information about the scm-commits mailing list