[anaconda/f18] - In interactive installs, default to bootloader in the MBR (#885284). (clumens) - Make sure softw

Brian C. Lane bcl at fedoraproject.org
Wed Dec 12 00:36:07 UTC 2012


commit 3933b553cc24270ccf13f5d4d67421454467bf6d
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Dec 11 16:35:47 2012 -0800

    - In interactive installs, default to bootloader in the MBR (#885284).
      (clumens)
    - Make sure software selection is checked against filesystem space. (#853636)
      (dlehman)
    - Update default install size and disk space estimate. (dlehman)
    - Add checkbox for setting language default layout (#866887) (vpodzime)
    - Fix getting country layout variants (vpodzime)
    - Wait for slower dhcp before running vnc server (#868777) (rvykydal)
    - Network spoke: fix NMClient signal callback arguments (#885488) (rvykydal)
    - Add logging for networking and improve logging of ifcfg files (rvykydal)

 .gitignore    |    1 +
 anaconda.spec |   14 +++++++++++++-
 sources       |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9913a7a..7fe76c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ anaconda-18.24.tar.bz2
 /anaconda-18.35.tar.bz2
 /anaconda-18.36.tar.bz2
 /anaconda-18.37.tar.bz2
+/anaconda-18.37.1.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index aa7748d..e0e953e 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.37
+Version: 18.37.1
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -300,6 +300,18 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Tue Dec 11 2012 Brian C. Lane <bcl at redhat.com> - 18.37.1-1
+- In interactive installs, default to bootloader in the MBR (#885284).
+  (clumens)
+- Make sure software selection is checked against filesystem space. (#853636)
+  (dlehman)
+- Update default install size and disk space estimate. (dlehman)
+- Add checkbox for setting language default layout (#866887) (vpodzime)
+- Fix getting country layout variants (vpodzime)
+- Wait for slower dhcp before running vnc server (#868777) (rvykydal)
+- Network spoke: fix NMClient signal callback arguments (#885488) (rvykydal)
+- Add logging for networking and improve logging of ifcfg files (rvykydal)
+
 * Fri Dec 07 2012 Brian C. Lane <bcl at redhat.com> - 18.37-1
 - Honor user request via UI to not install a bootloader. (#885240) (dlehman)
 - Handle partition removals regardless of deepcopy. (#884896) (dlehman)
diff --git a/sources b/sources
index 397babb..3c34ac0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1b5b78eda4a0ad3982fe5fa3aeae57e  anaconda-18.37.tar.bz2
+3c4a3ba6e6a85c21a65a93fa5a86cae0  anaconda-18.37.1.tar.bz2


More information about the scm-commits mailing list