[anaconda/f14/master] New version.

Christopher Edward Lumens clumens at fedoraproject.org
Thu Aug 12 18:19:30 UTC 2010


commit e86f9f66012014c1294b0dfd61f21df5fa1b0839
Author: Chris Lumens <clumens at redhat.com>
Date:   Thu Aug 12 14:19:52 2010 -0400

    New version.

 .gitignore    |    1 +
 anaconda.spec |   18 +++++++++++++++++-
 sources       |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16ed766..c71f661 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 anaconda-14.13.tar.bz2
 anaconda-14.14.tar.bz2
 anaconda-14.15.tar.bz2
+anaconda-14.16.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 8aeb1b0..36f86f1 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 14.15
+Version: 14.16
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -223,6 +223,22 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Thu Aug 12 2010 Chris Lumens <clumens at redhat.com> - 14.16-1
+- I don't need to pass "nomodeset" to stage2 after all. (clumens)
+- Make sure "nomodeset" and "xdriver=" get passed on to stage2 (#623129).
+  (clumens)
+- Do not support "part --grow raid.XX" (#577432). (clumens)
+- Update systemd's default.target for the desired runlevel (#623102, mschmidt).
+  (clumens)
+- Skip cleardiskssel on custom partitioning (#620647). (clumens)
+- logging: typo in analog (akozumpl)
+- logging: fix logic in getSyslog(). (akozumpl)
+- Use full EFI path to map drives for grub (#598572) (bcl)
+- Don't complain about upgrading the same release (#620953) (bcl)
+- Don't crash on unnamed installs (#621685) (bcl)
+- Log exclusiveDisks, ignoredDisks, and reasons for ignoring devices. (dlehman)
+- Include mpath/fwraid member devices in exclusiveDisks. (dlehman)
+
 * 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)
diff --git a/sources b/sources
index f9b683d..b01fa32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ea13b19b46450041b831c5ff4347412  anaconda-14.15.tar.bz2
+0cb0982a1f416a9900c6752de176d231  anaconda-14.16.tar.bz2


More information about the scm-commits mailing list