[anaconda/f14/master] New version.

Christopher Edward Lumens clumens at fedoraproject.org
Thu Aug 5 20:34:48 UTC 2010


commit 3fb492cc0c2cf8dafa4a21a54e18c85579ab433b
Author: Chris Lumens <clumens at redhat.com>
Date:   Thu Aug 5 16:31:18 2010 -0400

    New version.

 .gitignore    |    1 +
 anaconda.spec |   10 +++++++++-
 sources       |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7be918e..16ed766 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 anaconda-14.13.tar.bz2
 anaconda-14.14.tar.bz2
+anaconda-14.15.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index cadcfb6..8aeb1b0 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 14.14
+Version: 14.15
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -223,6 +223,14 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Thu Aug 05 2010 Chris Lumens <clumens at redhat.com> - 14.15-1
+- Fix typo and set mpaths' sysfs path before querying udevdb. (#620712)
+  (dlehman)
+- services is a set, not a list (#620900, akozumpl). (clumens)
+- Honor bootdrive selection when autopartitioning (#620442) (hdegoede)
+- shutdown: Use lstat to test for /lib64 (hdegoede)
+- shutdown: don't unmount /sys and /proc (hdegoede)
+
 * Mon Aug 02 2010 Chris Lumens <clumens at redhat.com> - 14.14-1
 - Write out correct nfs url for repo= in /root/anaconda-ks.cfg (#584580)
   (rvykydal)
diff --git a/sources b/sources
index 95ce471..f9b683d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca554daa5142eb3f7febbca8c36e4964  anaconda-14.14.tar.bz2
+4ea13b19b46450041b831c5ff4347412  anaconda-14.15.tar.bz2


More information about the scm-commits mailing list