[anaconda/f14/master] - Take into account hidden disks (#583906) (bcl)

Brian C. Lane bcl at fedoraproject.org
Mon Oct 18 22:58:24 UTC 2010


commit 8b23f18b4da2c22aba03ec75780d7d2e4ff1b817
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Oct 18 15:51:42 2010 -0700

    - Take into account hidden disks (#583906) (bcl)

 .gitignore    |    2 +-
 anaconda.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9bd6926..d571792 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-anaconda-14.20.tar.bz2
+/anaconda-14.21.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index dbe7d97..870cd1a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 14.20
+Version: 14.21
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -223,6 +223,9 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Mon Oct 18 2010 Brian C. Lane <bcl at redhat.com> - 14.21-1
+- Take into account hidden disks (#583906) (bcl)
+
 * Thu Oct 14 2010 David Lehman <dlehman at redhat.com> - 14.20-1
 - Make sure we have the container before the member arrays. (#642765) (dlehman)
 - use different approach to tweak gconf settings in the image (#642358).
diff --git a/sources b/sources
index 40684e6..c5eeacb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ced6f2e344b15be00a416869f3766dcc  anaconda-14.20.tar.bz2
+eb652ebe5b0914b5d7153194f314bd10  anaconda-14.21.tar.bz2


More information about the scm-commits mailing list