[anaconda] - Adjust main window size based on install type (#667566) (bcl) - Remove mknod-stub. We have the fu

Christopher Edward Lumens clumens at fedoraproject.org
Thu Jan 6 21:39:52 UTC 2011


commit dc5d691049efa56fdbf9ac85259012cc4be3f1f6
Author: Chris Lumens <clumens at redhat.com>
Date:   Thu Jan 6 16:39:35 2011 -0500

    - Adjust main window size based on install type (#667566) (bcl)
    - Remove mknod-stub.  We have the full one around now. (clumens)
    - Use a different method to get the sysfs_path for device-mapper devices
      (#665643). (clumens)
    - Allow existing /var/log (bcl)

 .gitignore    |    1 +
 anaconda.spec |    9 ++++++++-
 sources       |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb9abcb..44a379a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ anaconda-15.2.tar.bz2
 /anaconda-15.11.tar.bz2
 /anaconda-15.12.tar.bz2
 /anaconda-15.13.tar.bz2
+/anaconda-15.14.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index d0ee8b1..50d03e9 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 15.13
+Version: 15.14
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -229,6 +229,13 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Thu Jan 06 2011 Chris Lumens <clumens at redhat.com> - 15.14-1
+- Adjust main window size based on install type (#667566) (bcl)
+- Remove mknod-stub.  We have the full one around now. (clumens)
+- Use a different method to get the sysfs_path for device-mapper devices
+  (#665643). (clumens)
+- Allow existing /var/log (bcl)
+
 * Wed Dec 22 2010 Chris Lumens <clumens at redhat.com> - 15.13-1
 - Fix a syntax error in f16a565aa3a879a94862f4c3e5b2ede792ed05ef. (clumens)
 - Pass --noeject to anaconda (#477887) (bcl)
diff --git a/sources b/sources
index a541e9d..63da3ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82360c2970729e9d791dfdb7d6c4337e  anaconda-15.13.tar.bz2
+91bd9c62fe79e171df07213ca619e02c  anaconda-15.14.tar.bz2


More information about the scm-commits mailing list