[anaconda/f20] - Fix selector device matching for unallocated partitions. (#1039292) (dlehman) - Do not schedule re

Brian C. Lane bcl at fedoraproject.org
Wed Dec 11 22:27:21 UTC 2013


commit df8d12243c386eded85aea24499b380e531a592c
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Dec 11 14:27:12 2013 -0800

    - Fix selector device matching for unallocated partitions. (#1039292) (dlehman)
    - Do not schedule resize actions for non-resizing requests (#1039491)
      (vpodzime)
    - Use ceil for minSize in resize dialog (#1040012) (bcl)
    - Use integer numbers of megabytes in the Reclaim dialog (#1040012) (vpodzime)
    - Don't encrypt device if container is encrypted (bcl)
    - Disable tmpfs in the GUI (#1039511) (mkolman)
    - Don't crash on NTP lookup without network (#1026079) (mkolman)
    - Make sure url and mirrorlist are not set at once (#1026834) (mkolman)
    - if rootfs is btrfs, add rootflags=subvol to kernel parameters (gene)

 .gitignore    |    1 +
 anaconda.spec |   14 +++++++++++++-
 sources       |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29538cd..9ba9949 100644
--- a/.gitignore
+++ b/.gitignore
@@ -122,3 +122,4 @@ anaconda-15.2.tar.bz2
 /anaconda-20.25.12.tar.bz2
 /anaconda-20.25.13.tar.bz2
 /anaconda-20.25.14.tar.bz2
+/anaconda-20.25.15.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index d5c5453..85e0d88 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 20.25.14
+Version: 20.25.15
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -251,6 +251,18 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Wed Dec 11 2013 Brian C. Lane <bcl at redhat.com> - 20.25.15-1
+- Fix selector device matching for unallocated partitions. (#1039292) (dlehman)
+- Do not schedule resize actions for non-resizing requests (#1039491)
+  (vpodzime)
+- Use ceil for minSize in resize dialog (#1040012) (bcl)
+- Use integer numbers of megabytes in the Reclaim dialog (#1040012) (vpodzime)
+- Don't encrypt device if container is encrypted (bcl)
+- Disable tmpfs in the GUI (#1039511) (mkolman)
+- Don't crash on NTP lookup without network (#1026079) (mkolman)
+- Make sure url and mirrorlist are not set at once (#1026834) (mkolman)
+- if rootfs is btrfs, add rootflags=subvol to kernel parameters (gene)
+
 * Wed Dec 04 2013 Brian C. Lane <bcl at redhat.com> - 20.25.14-1
 - Handle cancelation of device resize in the custom spoke. (#1027947) (dlehman)
 - Disallow /boot on lvm until grub2 fully supports it. (#1036705) (dlehman)
diff --git a/sources b/sources
index db62c8f..0b6389f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5b3c11ebdd2389553d7f3cb1a2b9696  anaconda-20.25.14.tar.bz2
+5ebf165c375aac5e19cf77eb42c3d4c4  anaconda-20.25.15.tar.bz2


More information about the scm-commits mailing list