From 9525679db656ecd462d60df74b47fc8735cd706f Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 17 Sep 2012 11:58:10 -0700 Subject: [PATCH] - There's no lang-table in anaconda anymore (#857925) (mgracik@redhat.com) - add convienience functions for running commands (bcl@redhat.com) - restore CalledProcessError handling (bcl@redhat.com) - add CalledProcessError to execWith* functions (bcl@redhat.com) - live uses root not inst.stage2 (bcl@redhat.com) - Revert "X needs the DRI drivers" (#855289) (bcl@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 18.19-1 +- There's no lang-table in anaconda anymore (#857925) (mgracik@redhat.com) +- add convienience functions for running commands (bcl@redhat.com) +- restore CalledProcessError handling (bcl@redhat.com) +- add CalledProcessError to execWith* functions (bcl@redhat.com) +- live uses root not inst.stage2 (bcl@redhat.com) +- Revert "X needs the DRI drivers" (#855289) (bcl@redhat.com) + * Fri Sep 07 2012 Brian C. Lane 18.18-1 - Keep the dracut-lib.sh around for runtime (#851362) (jkeating@redhat.com) - X needs the DRI drivers (#855289) (bcl@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