[anaconda/f16] Be more convincing in eradicating errant temp vg paths. (#722952) (dlehman) Copy all of live filesys

Christopher Edward Lumens clumens at fedoraproject.org
Wed Oct 19 18:22:25 UTC 2011


commit 1ffb6d6d560eb85bffe41bc3a7d7f5e4c89fd68b
Author: Chris Lumens <clumens at redhat.com>
Date:   Wed Oct 19 14:22:05 2011 -0400

    Be more convincing in eradicating errant temp vg paths. (#722952) (dlehman)
    Copy all of live filesystem to target (#746844) (bcl)
    Fix autopart shrink of existing system. (#746605) (dlehman)
    cryptsetup returns positive nonzero when activating by different than the
    first keyslot (msivak)
    Add 'nogpt' cmdline arg to disable creation of gpt disklabels. (#735733)
    (dlehman)
    Show cleardisks gui always to allow selecting a boot disk. (#744088)
    (dlehman)

 .gitignore    |    1 +
 anaconda.spec |   13 ++++++++++++-
 sources       |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b613fb..374cd80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.19.tar.bz2
 /anaconda-16.20.tar.bz2
 /anaconda-16.21.tar.bz2
+/anaconda-16.22.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index f85e374..3364e48 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.21
+Version: 16.22
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -232,6 +232,17 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Wed Oct 19 2011 Chris Lumens <clumens at redhat.com> - 16.22-1
+- Be more convincing in eradicating errant temp vg paths. (#722952) (dlehman)
+- Copy all of live filesystem to target (#746844) (bcl)
+- Fix autopart shrink of existing system. (#746605) (dlehman)
+- cryptsetup returns positive nonzero when activating by different than the
+  first keyslot (msivak)
+- Add 'nogpt' cmdline arg to disable creation of gpt disklabels. (#735733)
+  (dlehman)
+- Show cleardisks gui always to allow selecting a boot disk. (#744088)
+  (dlehman)
+
 * Tue Oct 11 2011 Chris Lumens <clumens at redhat.com> - 16.21-1
 - Pull grub-efi and efibootmgr into the package list as needed. (#742042)
   (pjones)
diff --git a/sources b/sources
index 0843e8e..34875fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df2b13fed5f6013eb057868365414b87  anaconda-16.21.tar.bz2
+a4861dbc00b1450d16c7826da1faf2ab  anaconda-16.22.tar.bz2


More information about the scm-commits mailing list