[anaconda/f18] - Add UI support for encrypted automatic partitioning. (dlehman) - Add support to the custom spoke f

Brian C. Lane bcl at fedoraproject.org
Tue Oct 9 00:05:20 UTC 2012


commit 28a45cc410f5ccb29e93f7fbfc69c27a53f2dbc0
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Oct 8 17:02:11 2012 -0700

    - Add UI support for encrypted automatic partitioning. (dlehman)
    - Add support to the custom spoke for encrypted block devices. (dlehman)
    - Add a page for decrypting existing LUKS devices. (dlehman)
    - Add a dialog for collecting a passphrase for newly encrypted devices.
      (dlehman)
    - Add a property that provides a list of all selectors in the accordion.
      (dlehman)
    - Handle luks formats during populate if they have a passphrase set. (dlehman)
    - Add encryption support to the device factory classes. (dlehman)
    - s/dev/disk in the disk shopping cart. (clumens)
    - Set a default payload in InstallOptions1Dialog (#863582). (clumens)
    - Pass disks into the SelectedDisksDialog (#863588). (clumens)

 .gitignore    |    1 +
 anaconda.spec |   16 +++++++++++++++-
 sources       |    2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a0806b..de79f3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 anaconda-18.12.tar.bz2
 /anaconda-18.13.tar.bz2
+/anaconda-18.14.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 4b17d5e..4ba06f2 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.13
+Version: 18.14
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -299,6 +299,20 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Mon Oct 08 2012 Brian C. Lane <bcl at redhat.com> - 18.14-1
+- Add UI support for encrypted automatic partitioning. (dlehman)
+- Add support to the custom spoke for encrypted block devices. (dlehman)
+- Add a page for decrypting existing LUKS devices. (dlehman)
+- Add a dialog for collecting a passphrase for newly encrypted devices.
+  (dlehman)
+- Add a property that provides a list of all selectors in the accordion.
+  (dlehman)
+- Handle luks formats during populate if they have a passphrase set. (dlehman)
+- Add encryption support to the device factory classes. (dlehman)
+- s/dev/disk in the disk shopping cart. (clumens)
+- Set a default payload in InstallOptions1Dialog (#863582). (clumens)
+- Pass disks into the SelectedDisksDialog (#863588). (clumens)
+
 * Fri Oct 05 2012 Chris Lumens <clumens at redhat.com> - 18.13-1
 - Make sure packages anaconda requires are installed. (clumens)
 - Add method returning current activated X layout (vpodzime)
diff --git a/sources b/sources
index 8e36acc..ca8cdd7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-214c24cb7e64442d7236b6f7d5662661  anaconda-18.13.tar.bz2
+d105e9ca01ecc31994c5c1dc4b6f88aa  anaconda-18.14.tar.bz2


More information about the scm-commits mailing list