[anaconda] - Show device size with full precision to avoid spurious resize. (#951276) (dlehman) - Fix another t

Brian C. Lane bcl at fedoraproject.org
Mon Apr 15 20:44:54 UTC 2013


commit bfba8ab8af4b93f29a6469eaa27069611c1eefb7
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Apr 15 13:44:44 2013 -0700

    - Show device size with full precision to avoid spurious resize. (#951276) (dlehman)
    - Fix another typo (old_fstype->old_fs_type). (#951593) (dlehman)
    - Fix typo encryption_changed->changed_encryption. (#950700) (dlehman)
    - Remove some remnants of old multipath code. (#951259) (dlehman)
    - Protect the block device containing the stage2 image. (dlehman)
    - Clarify code for iutil.get_active_console() etc. (wwoods)

 .gitignore    |    1 +
 anaconda.spec |   11 ++++++++++-
 sources       |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e822f9c..870130b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@ anaconda-15.2.tar.bz2
 /anaconda-19.16.tar.bz2
 /anaconda-19.17.tar.bz2
 /anaconda-19.18.tar.bz2
+/anaconda-19.19.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 4919858..7318ce4 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 19.18
+Version: 19.19
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -245,6 +245,15 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Mon Apr 15 2013 Brian C. Lane <bcl at redhat.com> - 19.19-1
+- Show device size with full precision to avoid spurious resize. (#951276)
+  (dlehman)
+- Fix another typo (old_fstype->old_fs_type). (#951593) (dlehman)
+- Fix typo encryption_changed->changed_encryption. (#950700) (dlehman)
+- Remove some remnants of old multipath code. (#951259) (dlehman)
+- Protect the block device containing the stage2 image. (dlehman)
+- Clarify code for iutil.get_active_console() etc. (wwoods)
+
 * Thu Apr 11 2013 Brian C. Lane <bcl at redhat.com> - 19.18-1
 - Revert "Revert "Don't emit "gfxterm" in grub2 configs (#821355)"" (pjones)
 - Make "s" a hotkey for "Save Changes" on Advanced User Configuration. (pjones)
diff --git a/sources b/sources
index 476b33b..1515619 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7219c06cb7329b16106f769d04a1832  anaconda-19.18.tar.bz2
+e3fc6ea1781137b071b829c8fac7a5dc  anaconda-19.19.tar.bz2


More information about the scm-commits mailing list