[anaconda/f15/master] Fix the logic surrounding use of the filterfunc for get_file_list (#691880). (clumens) mount needs t

Brian C. Lane bcl at fedoraproject.org
Tue Mar 29 20:34:25 UTC 2011


commit f1e68e403017193d20341353032646b12163572c
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Mar 29 13:33:32 2011 -0700

    Fix the logic surrounding use of the filterfunc for get_file_list (#691880).
    (clumens)
    mount needs to be told "nfs" or it assumes any argument is a device
    (#678414). (clumens)

 .gitignore    |    1 +
 anaconda.spec |    8 +++++++-
 sources       |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b229e07..1c47997 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ anaconda-15.2.tar.bz2
 /anaconda-15.23.tar.bz2
 /anaconda-15.24.tar.bz2
 /anaconda-15.25.tar.bz2
+/anaconda-15.26.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 1ab068d..5d06f8a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 15.25
+Version: 15.26
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -229,6 +229,12 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Tue Mar 29 2011 Brian C. Lane <bcl at redhat.com> - 15.26-1
+- Fix the logic surrounding use of the filterfunc for get_file_list (#691880).
+  (clumens)
+- mount needs to be told "nfs" or it assumes any argument is a device
+  (#678414). (clumens)
+
 * Fri Mar 25 2011 Chris Lumens <clumens at redhat.com> - 15.25-1
 - Revert "Revert "Changes for NetworkManager API 0.9"" (clumens)
 - Fixup rindex usage (#678086) (bcl)
diff --git a/sources b/sources
index a663777..af48c41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c8815d83c98e33756708f5ab37ab220  anaconda-15.25.tar.bz2
+51bbe5ad97dbf1e4488a6590db22f812  anaconda-15.26.tar.bz2


More information about the scm-commits mailing list