From d4b9b137c905812dbc899ff1ca668ed757fed105 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Oct 02 2012 13:40:40 +0000 Subject: - Use gdk_threaded() when running AddLayout dialog (vpodzime) - Work the anaconda object into the VNC test (jkeating) - Use askvnc spoke to change vnc password (jkeating) - Fix logic error in vnc password length check (jkeating) - Allow vncpassword spoke text to be configurable (jkeating) - Don't ask for VNC if we can't do it (jkeating) - Skip VNC prompt if text is requested in kickstart (jkeating) - KEYTABLE is now vconsole.keymap (#859298) (bcl) - The partitionErrorHandler text needs a 's' in the format string (#861376). (clumens) - Fix a problem with storage error handling (#861376). (clumens) - Fix bootloader setup on s390. (#857940) (dlehman) - Make Keboard and Welcome spokes runtime-system friendly (vpodzime) - Make DateTime spoke runtime-system friendly (vpodzime) - Add a guard for testing if we can modify runtime system (vpodzime) - Bring back prompt for VNC (jkeating) - Add standalone spoke to prompt for VNC (jkeating) - Fail on incomplete ksdata when in cmdline mode (jkeating) - Add a flag attribute to handle cmdline mode (jkeating) - fix libuser setup (#855481) (bcl) - Remove obsolete requirement on comps-extras. (notting) --- diff --git a/.gitignore b/.gitignore index 9d58e13..43fb2dd 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ anaconda-15.2.tar.bz2 /anaconda-18.7.tar.bz2 /anaconda-18.9.tar.bz2 /anaconda-18.10.tar.bz2 +/anaconda-18.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ebceba8..3f7b96b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.10 +Version: 18.11 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -100,7 +100,6 @@ Requires: gnome-icon-theme-symbolic Requires: python-meh >= %{mehver} Requires: policycoreutils Requires: rpm-python >= %{rpmpythonver} -Requires: comps-extras Requires: parted >= %{partedver} Requires: pyparted >= %{pypartedver} Requires: yum >= %{yumver} @@ -299,6 +298,29 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Tue Oct 02 2012 Chris Lumens - 18.11-1 +- Use gdk_threaded() when running AddLayout dialog (vpodzime) +- Work the anaconda object into the VNC test (jkeating) +- Use askvnc spoke to change vnc password (jkeating) +- Fix logic error in vnc password length check (jkeating) +- Allow vncpassword spoke text to be configurable (jkeating) +- Don't ask for VNC if we can't do it (jkeating) +- Skip VNC prompt if text is requested in kickstart (jkeating) +- KEYTABLE is now vconsole.keymap (#859298) (bcl) +- The partitionErrorHandler text needs a 's' in the format string (#861376). + (clumens) +- Fix a problem with storage error handling (#861376). (clumens) +- Fix bootloader setup on s390. (#857940) (dlehman) +- Make Keboard and Welcome spokes runtime-system friendly (vpodzime) +- Make DateTime spoke runtime-system friendly (vpodzime) +- Add a guard for testing if we can modify runtime system (vpodzime) +- Bring back prompt for VNC (jkeating) +- Add standalone spoke to prompt for VNC (jkeating) +- Fail on incomplete ksdata when in cmdline mode (jkeating) +- Add a flag attribute to handle cmdline mode (jkeating) +- fix libuser setup (#855481) (bcl) +- Remove obsolete requirement on comps-extras. (notting) + * Wed Sep 26 2012 Chris Lumens - 18.10-1 - isys.mount needs to be told when something should be mounted NFS (#860273). (clumens) diff --git a/sources b/sources index ac7d200..ad13089 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c16effafca960a2e6b72e304a6be6c4c anaconda-18.10.tar.bz2 +04f301f128570d144574fa3344b7993a anaconda-18.11.tar.bz2