[anaconda/f20] - Handle cancelation of device resize in the custom spoke. (#1027947) (dlehman) - Disallow /boot on

Brian C. Lane bcl at fedoraproject.org
Thu Dec 5 00:50:25 UTC 2013


commit cea90575d3911707b21ee3660cfcd0c7f10328cd
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Dec 4 16:49:50 2013 -0800

    - Handle cancelation of device resize in the custom spoke. (#1027947) (dlehman)
    - Disallow /boot on lvm until grub2 fully supports it. (#1036705) (dlehman)
    - Disallow /boot on btrfs subvolume until grubby supports it. (#864198)
      (dlehman)
    - Fix AttributeError in TUI (#1037626) (mkolman)
    - New Version - 20.25.13 (bcl)

 .gitignore    |    1 +
 anaconda.spec |   10 +++++++++-
 sources       |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f09d0a1..29538cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -121,3 +121,4 @@ anaconda-15.2.tar.bz2
 /anaconda-20.25.11.tar.bz2
 /anaconda-20.25.12.tar.bz2
 /anaconda-20.25.13.tar.bz2
+/anaconda-20.25.14.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 01a2ee2..d5c5453 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 20.25.13
+Version: 20.25.14
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -251,6 +251,14 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* 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)
+- Disallow /boot on btrfs subvolume until grubby supports it. (#864198)
+  (dlehman)
+- Fix AttributeError in TUI (#1037626) (mkolman)
+- New Version - 20.25.13 (bcl)
+
 * Mon Dec 02 2013 Brian C. Lane <bcl at redhat.com> - 20.25.13-1
 - Don't try to investigate empty string for unicode chars (#1035799) (vpodzime)
 - Do not write out the vconsole.keymap boot option (#1035316) (vpodzime)
diff --git a/sources b/sources
index 54dd156..db62c8f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f3c2e747fecc2ea608dc9a2b833875d  anaconda-20.25.13.tar.bz2
+f5b3c11ebdd2389553d7f3cb1a2b9696  anaconda-20.25.14.tar.bz2


More information about the scm-commits mailing list