[anaconda/f18] - copy-logs changed names (bcl) - Reference correct UI button name (#862409) (jkeating) - Don't echo

Brian C. Lane bcl at fedoraproject.org
Thu Oct 4 00:28:49 UTC 2012


commit 2c811971b70068661e56c5abdc1206f88dfc757a
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Oct 3 17:28:18 2012 -0700

    - copy-logs changed names (bcl)
    - Reference correct UI button name (#862409) (jkeating)
    - Don't echo vnc password to the screen (#862593) (jkeating)
    - Make the log copy script the last one to run (jkeating)
    - Copy ks script logs into the install root as well (jkeating)
    - Create ks script logs outside of chroot (jkeating)
    - Don't look for ifcfgs of wireless devices (#860791) (rvykydal)
    - doAutoPartition should raise errors instead of handle them. (clumens)
    - In the install options dialogs, call out how much space is on selected disks.
      (clumens)
    - In order to display the resize prompt dialog, we need to compare Sizes to
      Sizes. (clumens)
    - Use a better starting value for required space than 0. (clumens)
    - Default to CLEARPART_TYPE_NONE (#855976). (clumens)
    - Remove some unused clearpart-related settings. (clumens)
    - Hook up the new resize dialog. (clumens)
    - Add a resize dialog. (clumens)
    - Require the hostname package (#862419) (jkeating)

 .gitignore    |   62 +--------------------------------------------------------
 anaconda.spec |   23 ++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 24 insertions(+), 63 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c26d0cf..93abe57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,61 +1 @@
-anaconda-15.2.tar.bz2
-/anaconda-15.3.tar.bz2
-/anaconda-15.4.tar.bz2
-/anaconda-15.5.tar.bz2
-/anaconda-15.6.tar.bz2
-/anaconda-15.7.tar.bz2
-/anaconda-15.8.tar.bz2
-/anaconda-15.9.tar.bz2
-/anaconda-15.10.tar.bz2
-/anaconda-15.11.tar.bz2
-/anaconda-15.12.tar.bz2
-/anaconda-15.13.tar.bz2
-/anaconda-15.14.tar.bz2
-/anaconda-15.15.tar.bz2
-/anaconda-15.16.tar.bz2
-/anaconda-15.17.tar.bz2
-/anaconda-15.18.tar.bz2
-/anaconda-15.19.tar.bz2
-/anaconda-15.20.tar.bz2
-/anaconda-16.0.tar.bz2
-/anaconda-16.1.tar.bz2
-/anaconda-16.2.tar.bz2
-/anaconda-16.3.tar.bz2
-/anaconda-16.4.tar.bz2
-/anaconda-16.5.tar.bz2
-/anaconda-16.6.tar.bz2
-/anaconda-16.7.tar.bz2
-/anaconda-16.8.tar.bz2
-/anaconda-16.9.tar.bz2
-/anaconda-16.10.tar.bz2
-/anaconda-16.11.tar.bz2
-/anaconda-16.12.tar.bz2
-/anaconda-16.13.tar.bz2
-/anaconda-16.14.tar.bz2
-/anaconda-17.0.tar.bz2
-/anaconda-17.1.tar.bz2
-/anaconda-17.2.tar.bz2
-/anaconda-17.3.tar.bz2
-/anaconda-17.4.tar.bz2
-/anaconda-17.5.tar.bz2
-/anaconda-17.6.tar.bz2
-/anaconda-18.0.tar.bz2
-/anaconda-18.1.tar.bz2
-/anaconda-18.2.tar.bz2
-/anaconda-18.3.tar.bz2
-/anaconda-18.4.tar.bz2
-/anaconda-18.5.tar.bz2
-/anaconda-18.6.tar.bz2
-/anaconda-18.6.1.tar.bz2
-/anaconda-18.6.2.tar.bz2
-/anaconda-18.6.3.tar.bz2
-/anaconda-18.6.4.tar.bz2
-/anaconda-18.6.5.tar.bz2
-/anaconda-18.6.6.tar.bz2
-/anaconda-18.6.7.tar.bz2
-/anaconda-18.6.8.tar.bz2
-/anaconda-18.7.tar.bz2
-/anaconda-18.8.tar.bz2
-/anaconda-18.9.tar.bz2
-/anaconda-18.10.tar.bz2
-/anaconda-18.11.tar.bz2
+anaconda-18.12.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 3f7b96b..0456c6c 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.11
+Version: 18.12
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -168,6 +168,7 @@ Requires: kbd
 Requires: chrony
 Requires: rdate
 Requires: rsync
+Requires: hostname
 %ifarch %{sparc}
 Requires: elftoaout piggyback
 %endif
@@ -298,6 +299,26 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Wed Oct 03 2012 Brian C. Lane <bcl at redhat.com> - 18.12-1
+- copy-logs changed names (bcl)
+- Reference correct UI button name (#862409) (jkeating)
+- Don't echo vnc password to the screen (#862593) (jkeating)
+- Make the log copy script the last one to run (jkeating)
+- Copy ks script logs into the install root as well (jkeating)
+- Create ks script logs outside of chroot (jkeating)
+- Don't look for ifcfgs of wireless devices (#860791) (rvykydal)
+- doAutoPartition should raise errors instead of handle them. (clumens)
+- In the install options dialogs, call out how much space is on selected disks.
+  (clumens)
+- In order to display the resize prompt dialog, we need to compare Sizes to
+  Sizes. (clumens)
+- Use a better starting value for required space than 0. (clumens)
+- Default to CLEARPART_TYPE_NONE (#855976). (clumens)
+- Remove some unused clearpart-related settings. (clumens)
+- Hook up the new resize dialog. (clumens)
+- Add a resize dialog. (clumens)
+- Require the hostname package (#862419) (jkeating)
+
 * Tue Oct 02 2012 Chris Lumens <clumens at redhat.com> - 18.11-1
 - Use gdk_threaded() when running AddLayout dialog (vpodzime)
 - Work the anaconda object into the VNC test (jkeating)
diff --git a/sources b/sources
index ad13089..a1071f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-04f301f128570d144574fa3344b7993a  anaconda-18.11.tar.bz2
+93f4d9353164d057ab820d7b597aa4f9  anaconda-18.12.tar.bz2


More information about the scm-commits mailing list