[anaconda/f16] Try to fix up detection of live backing devices. (#750469) (dlehman) Omit protected disks from bootl

Brian C. Lane bcl at fedoraproject.org
Thu Nov 3 00:58:42 UTC 2011


commit beb9ce4fad42e255e74af6b6df97fcef3c44ce19
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Nov 2 17:58:16 2011 -0700

    Try to fix up detection of live backing devices. (#750469) (dlehman)
    Omit protected disks from bootloader.drives. (dlehman)
    If no AP is selected don't write config files (#750896) (bcl)

 .gitignore    |    1 +
 anaconda.spec |   10 ++++++----
 sources       |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15a8375..6fea230 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.22.tar.bz2
 /anaconda-16.23.tar.bz2
 /anaconda-16.24.tar.bz2
+/anaconda-16.25.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 5fb0b2e..37b1efc 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,8 +2,8 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.24
-Release: 2%{?dist}
+Version: 16.25
+Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -232,8 +232,10 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
-* Wed Oct 26 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 16.24-2
-- Rebuilt for glibc bug#747377
+* Wed Nov 02 2011 Brian C. Lane <bcl at redhat.com> - 16.25-1
+- Try to fix up detection of live backing devices. (#750469) (dlehman)
+- Omit protected disks from bootloader.drives. (dlehman)
+- If no AP is selected don't write config files (#750896) (bcl)
 
 * Wed Oct 26 2011 Chris Lumens <clumens at redhat.com> - 16.24-1
 - Don't use GPT disklabels on Lenovo BIOS systems. (#749325) (dlehman)
diff --git a/sources b/sources
index d8dd555..c95039a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1101b403b6239aaefe52c8ee8c957e7d  anaconda-16.24.tar.bz2
+6fcd0ac5fd3a935b3b994e9ffe3a246a  anaconda-16.25.tar.bz2


More information about the scm-commits mailing list