[anaconda/f14/master] - Properly identify device-mapper partitions set up by kpartx. (#644616) (dlehman) - Don't ever tr

Brian C. Lane bcl at fedoraproject.org
Wed Oct 20 00:59:07 UTC 2010


commit 93d9adc231864966752e1d08bc6427709a58e8b5
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Oct 19 17:58:42 2010 -0700

    - Properly identify device-mapper partitions set up by kpartx. (#644616)
      (dlehman)
    - Don't ever try to mount ntfs filesystems. (#637319) (dlehman)

 .gitignore    |    1 +
 anaconda.spec |    7 ++++++-
 sources       |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d571792..8adef7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /anaconda-14.21.tar.bz2
+/anaconda-14.22.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 870cd1a..2c9e808 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 14.21
+Version: 14.22
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -223,6 +223,11 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Tue Oct 19 2010 Brian C. Lane <bcl at redhat.com> - 14.22-1
+- Properly identify device-mapper partitions set up by kpartx. (#644616)
+  (dlehman)
+- Don't ever try to mount ntfs filesystems. (#637319) (dlehman)
+
 * Mon Oct 18 2010 Brian C. Lane <bcl at redhat.com> - 14.21-1
 - Take into account hidden disks (#583906) (bcl)
 
diff --git a/sources b/sources
index c5eeacb..e52e31d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb652ebe5b0914b5d7153194f314bd10  anaconda-14.21.tar.bz2
+684ca095dd09ced22b5a3b68b8d2a703  anaconda-14.22.tar.bz2


More information about the scm-commits mailing list