[lorax/f18] - There's no lang-table in anaconda anymore (#857925) (mgracik at redhat.com) - add convienience functi

Brian C. Lane bcl at fedoraproject.org
Mon Sep 17 18:58:16 UTC 2012


commit 9525679db656ecd462d60df74b47fc8735cd706f
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Sep 17 11:58:10 2012 -0700

    - There's no lang-table in anaconda anymore (#857925) (mgracik at redhat.com)
    - add convienience functions for running commands (bcl at redhat.com)
    - restore CalledProcessError handling (bcl at redhat.com)
    - add CalledProcessError to execWith* functions (bcl at redhat.com)
    - live uses root not inst.stage2 (bcl at redhat.com)
    - Revert "X needs the DRI drivers" (#855289) (bcl at redhat.com)

 .gitignore |    1 +
 lorax.spec |   10 +++++++++-
 sources    |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b7e388..269da34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
 /lorax-18.16.tar.gz
 /lorax-18.17.tar.gz
 /lorax-18.18.tar.gz
+/lorax-18.19.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 5874e32..7150a5b 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        18.18
+Version:        18.19
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -82,6 +82,14 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Mon Sep 17 2012 Brian C. Lane <bcl at redhat.com> 18.19-1
+- There's no lang-table in anaconda anymore (#857925) (mgracik at redhat.com)
+- add convienience functions for running commands (bcl at redhat.com)
+- restore CalledProcessError handling (bcl at redhat.com)
+- add CalledProcessError to execWith* functions (bcl at redhat.com)
+- live uses root not inst.stage2 (bcl at redhat.com)
+- Revert "X needs the DRI drivers" (#855289) (bcl at redhat.com)
+
 * Fri Sep 07 2012 Brian C. Lane <bcl at redhat.com> 18.18-1
 - Keep the dracut-lib.sh around for runtime (#851362) (jkeating at redhat.com)
 - X needs the DRI drivers (#855289) (bcl at redhat.com)
diff --git a/sources b/sources
index 437d237..198a1d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-700789e953edeb9f442d41fbf93bce97  lorax-18.18.tar.gz
+7881af171e8a0650151fb83eb4979a11  lorax-18.19.tar.gz


More information about the scm-commits mailing list