[anaconda/f19] - Remove the commented lines for the CapsLock warning (vpodzime) - Do not refer to kickstart in the

Brian C. Lane bcl at fedoraproject.org
Thu Jun 6 18:14:56 UTC 2013


commit 163b3546ae1732ee892465c9376825a46270ea3f
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Jun 6 11:14:29 2013 -0700

    - Remove the commented lines for the CapsLock warning (vpodzime)
    - Do not refer to kickstart in the root password spoke (#963968) (vpodzime)
    - uboot: make sure arm-boot-config is installed and call a-b-c (dennis)
    - extlinux: dont pass initrd as a argument, add default entry (dennis)
    - Remove Use network login button for now (#965883) (bcl)
    - Check the password when Done is clicked (#948165) (vpodzime)
    - Handle the case where home directory already exists (#970628) (vpodzime)
    - Add a function to recursively change owner of a directory (vpodzime)
    - Do change root properly when manipulating users (vpodzime)
    - Add modified network spoke to LiveDVD (#963059) (rvykydal)
    - Fix traceback of noipv6 option with wireless devices (#970077) (rvykydal)
    - Create user account with no password (#968915) (bcl)
    - Add password strength to root password spoke (bcl)
    - Show User password strength during entry (bcl)
    - Add "nolock" to the set of NFS options (#968023). (clumens)

 .gitignore    |    1 +
 anaconda.spec |   19 ++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a28adc7..50f6aaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,3 +85,4 @@ anaconda-15.2.tar.bz2
 /anaconda-19.30.tar.bz2
 /anaconda-19.30.1.tar.bz2
 /anaconda-19.30.2.tar.bz2
+/anaconda-19.30.3.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 0cb0316..cb2e7c0 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 19.30.2
+Version: 19.30.3
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -253,6 +253,23 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Thu Jun 06 2013 Brian C. Lane <bcl at redhat.com> - 19.30.3-1
+- Remove the commented lines for the CapsLock warning (vpodzime)
+- Do not refer to kickstart in the root password spoke (#963968) (vpodzime)
+- uboot: make sure arm-boot-config is installed and call a-b-c (dennis)
+- extlinux: dont pass initrd as a argument, add default entry (dennis)
+- Remove Use network login button for now (#965883) (bcl)
+- Check the password when Done is clicked (#948165) (vpodzime)
+- Handle the case where home directory already exists (#970628) (vpodzime)
+- Add a function to recursively change owner of a directory (vpodzime)
+- Do change root properly when manipulating users (vpodzime)
+- Add modified network spoke to LiveDVD (#963059) (rvykydal)
+- Fix traceback of noipv6 option with wireless devices (#970077) (rvykydal)
+- Create user account with no password (#968915) (bcl)
+- Add password strength to root password spoke (bcl)
+- Show User password strength during entry (bcl)
+- Add "nolock" to the set of NFS options (#968023). (clumens)
+
 * Mon Jun 03 2013 Brian C. Lane <bcl at redhat.com> - 19.30.2-1
 - Add some more details to disk list in storage spoke. (#965592)
   (sbueno+anaconda)
diff --git a/sources b/sources
index 55e35bb..60e4f83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42b34ec2c6058bc6c3950f93c59da296  anaconda-19.30.2.tar.bz2
+8b9860620880c2d55f15017426f9e92c  anaconda-19.30.3.tar.bz2


More information about the scm-commits mailing list