[anaconda] - Change the buttons on the quit dialog. (clumens) - Add FONT=latarcyrheb-sun16 to /etc/vconsole.con

Brian C. Lane bcl at fedoraproject.org
Fri May 10 00:07:48 UTC 2013


commit 83f1881f957998449fd57d1046f514997fbaf7d6
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu May 9 17:07:37 2013 -0700

    - Change the buttons on the quit dialog. (clumens)
    - Add FONT=latarcyrheb-sun16 to /etc/vconsole.conf (vpodzime)
    - Use ntpdate instead of rdate (#950267) (vpodzime)
    - Add layouts with a country if not added with a language (#960569) (vpodzime)
    - Fixup xconf keymap code for text/dirinstall (bcl)
    - Bump pykickstart to 1.99.30 for liveimg support (bcl)
    - Add kickstart liveimg install command (bcl)
    - Make sure all threads are done before install (bcl)
    - Make sure stage1_disk isn't empty (#950487) (bcl)
    - Add /boot/efi to suggested mountpoints (#960677) (bcl)
    - Add extlinux command-line option. (mattdm)
    - Add extlinux as a bootloader type. (mattdm)
    - Bump the pykickstart requirement for the extlinux patches. (clumens)
    - Revert "Busy cursor when applying changes in the custom spoke" (mkolman)
    - Revert "Context manager for doing things with busied cursor" (mkolman)
    - Use the F19 bootloader class from pykickstart, for --extlinux (mattdm)
    - Transform bootloader --extlinux to extlinux command-line option (mattdm)
    - Rework the layout of the storage spoke for low resolution setups. (clumens)
    - Fix lower resolution display problems on the filter spoke. (clumens)
    - Don't show iscsi passwords when focused, either.  Enjoy typing blind.
      (clumens)
    - Add a couple more things to .gitignore. (clumens)
    - Remove the bootloader class's obsoletes attribute. (clumens)
    - Disable sort indicators on the filter UI. (clumens)
    - Remove the Viewport from the disk shopping cart. (clumens)
    - Cleaning up some of the TUI storage code (sbueno+anaconda)
    - Add ability in TUI for users to select partitioning scheme. (sbueno+anaconda)
    - Use the firmware-provided language if it's something we support. (pjones)
    - Use systemd-localed for writing out xorg conf file (#958714) (vpodzime)
    - Busy cursor when applying changes in the custom spoke (vpodzime)
    - Make sure the "unbusy cursor" is used for the exception window (vpodzime)
    - Context manager for doing things with busied cursor (vpodzime)
    - Revert "Add signal handlers for controlling password entry visibility."
      (#958608). (clumens)
    - Force a password to be set if option checked in TUI. (#927956)
      (sbueno+anaconda)
    - Fix a minor display issue in TUI. (sbueno+anaconda)
    - hostname has dropped -v option (bcl)
    - Only override proxy and noverifyssl if specified (#880482) (bcl)

 .gitignore    |    1 +
 anaconda.spec |   47 ++++++++++++++++++++++++++++++++++++++++++++---
 sources       |    2 +-
 3 files changed, 46 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9be863e..d496f0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,3 +77,4 @@ anaconda-15.2.tar.bz2
 /anaconda-19.22.tar.bz2
 /anaconda-19.23.tar.bz2
 /anaconda-19.24.tar.bz2
+/anaconda-19.25.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 282aeff..619ddad 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 19.24
+Version: 19.25
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -21,7 +21,7 @@ Source0: %{name}-%{version}.tar.bz2
 %define gconfversion 2.28.1
 %define intltoolver 0.31.2-3
 %define libnlver 1.0
-%define pykickstartver 1.99.28
+%define pykickstartver 1.99.30
 %define yumver 3.4.3-32
 %define partedver 1.8.1
 %define pypartedver 2.5-2
@@ -119,7 +119,7 @@ Requires: anaconda-yum-plugins
 Requires: libselinux-python >= %{libselinuxver}
 Requires: kbd
 Requires: chrony
-Requires: rdate
+Requires: ntpdate
 Requires: rsync
 Requires: hostname
 %ifnarch s390 s390x
@@ -250,6 +250,47 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Thu May 09 2013 Brian C. Lane <bcl at redhat.com> - 19.25-1
+- Change the buttons on the quit dialog. (clumens)
+- Add FONT=latarcyrheb-sun16 to /etc/vconsole.conf (vpodzime)
+- Use ntpdate instead of rdate (#950267) (vpodzime)
+- Add layouts with a country if not added with a language (#960569) (vpodzime)
+- Fixup xconf keymap code for text/dirinstall (bcl)
+- Bump pykickstart to 1.99.30 for liveimg support (bcl)
+- Add kickstart liveimg install command (bcl)
+- Make sure all threads are done before install (bcl)
+- Make sure stage1_disk isn't empty (#950487) (bcl)
+- Add /boot/efi to suggested mountpoints (#960677) (bcl)
+- Add extlinux command-line option. (mattdm)
+- Add extlinux as a bootloader type. (mattdm)
+- Bump the pykickstart requirement for the extlinux patches. (clumens)
+- Revert "Busy cursor when applying changes in the custom spoke" (mkolman)
+- Revert "Context manager for doing things with busied cursor" (mkolman)
+- Use the F19 bootloader class from pykickstart, for --extlinux (mattdm)
+- Transform bootloader --extlinux to extlinux command-line option (mattdm)
+- Rework the layout of the storage spoke for low resolution setups. (clumens)
+- Fix lower resolution display problems on the filter spoke. (clumens)
+- Don't show iscsi passwords when focused, either.  Enjoy typing blind.
+  (clumens)
+- Add a couple more things to .gitignore. (clumens)
+- Remove the bootloader class's obsoletes attribute. (clumens)
+- Disable sort indicators on the filter UI. (clumens)
+- Remove the Viewport from the disk shopping cart. (clumens)
+- Cleaning up some of the TUI storage code (sbueno+anaconda)
+- Add ability in TUI for users to select partitioning scheme. (sbueno+anaconda)
+- Use the firmware-provided language if it's something we support. (pjones)
+- Use systemd-localed for writing out xorg conf file (#958714) (vpodzime)
+- Busy cursor when applying changes in the custom spoke (vpodzime)
+- Make sure the "unbusy cursor" is used for the exception window (vpodzime)
+- Context manager for doing things with busied cursor (vpodzime)
+- Revert "Add signal handlers for controlling password entry visibility."
+  (#958608). (clumens)
+- Force a password to be set if option checked in TUI. (#927956)
+  (sbueno+anaconda)
+- Fix a minor display issue in TUI. (sbueno+anaconda)
+- hostname has dropped -v option (bcl)
+- Only override proxy and noverifyssl if specified (#880482) (bcl)
+
 * Fri May 03 2013 Brian C. Lane <bcl at redhat.com> - 19.24-1
 - Fix check for early exit from on_container_changed. (dlehman)
 - Add ability to manipulate container sizes directly. (dlehman)
diff --git a/sources b/sources
index f9e12e5..88668de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9ab085e49d8ab9251bc45235099f56a4  anaconda-19.24.tar.bz2
+b3f242b630aa1d4a458756b5816a0603  anaconda-19.25.tar.bz2


More information about the scm-commits mailing list