[anaconda/f18] - fix root password setup (#855481) (bcl) - Mark ksdata.*.execute invocations as another step (vpodz

clumens clumens at fedoraproject.org
Mon Sep 10 19:17:32 UTC 2012


commit beabe9776241cadbf6bc2aa43e0901275021843e
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Sep 10 15:16:58 2012 -0400

    - fix root password setup (#855481) (bcl)
    - Mark ksdata.*.execute invocations as another step (vpodzime)

 .gitignore    |    1 +
 anaconda.spec |    6 +++++-
 sources       |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5bafa0b..4bd29e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,4 @@ anaconda-15.2.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
diff --git a/anaconda.spec b/anaconda.spec
index 65c939b..c304ef0 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.6.6
+Version: 18.6.7
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -300,6 +300,10 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Mon Sep 10 2012 Chris Lumens <clumens at redhat.com> - 18.6.7-1
+- fix root password setup (#855481) (bcl)
+- Mark ksdata.*.execute invocations as another step (vpodzime)
+
 * Fri Sep 07 2012 Chris Lumens <clumens at redhat.com> - 18.6.6-1
 - Rewrite expand_langs to return more items (vpodzime)
 - Don't depend on storage or instClass in EFIGRUB (pjones)
diff --git a/sources b/sources
index e2e89dc..65eb5ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5f1fef40cc3910f8ddb50d835e5fa2b  anaconda-18.6.6.tar.bz2
+945575a583e0a46b3723c06c51d6bfb7  anaconda-18.6.7.tar.bz2


More information about the scm-commits mailing list