[anaconda/f18] - Write storage configs after payload install for live installs. (#856836) (dlehman)

Brian C. Lane bcl at fedoraproject.org
Wed Sep 12 23:22:13 UTC 2012


commit 2e043401f490e9aaf3bb378c43587484a8b3975a
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Sep 12 16:21:57 2012 -0700

    - Write storage configs after payload install for live installs. (#856836)
      (dlehman)

 .gitignore    |    1 +
 anaconda.spec |    6 +++++-
 sources       |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4bd29e0..f1d734e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@ anaconda-15.2.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
diff --git a/anaconda.spec b/anaconda.spec
index c304ef0..5a20e30 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.6.7
+Version: 18.6.8
 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
+* Wed Sep 12 2012 Brian C. Lane <bcl at redhat.com> - 18.6.8-1
+- Write storage configs after payload install for live installs. (#856836)
+  (dlehman)
+
 * 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)
diff --git a/sources b/sources
index 65eb5ec..560c45f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-945575a583e0a46b3723c06c51d6bfb7  anaconda-18.6.7.tar.bz2
+5779facebf6c376378fe2831c7d50542  anaconda-18.6.8.tar.bz2


More information about the scm-commits mailing list