From 7c3a8d7b0cc84245a453f83451d9d314c6fb52ee Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 2 Apr 2015 13:44:58 -0700 Subject: [PATCH] - Include cryptsetup in the image (#1208214) (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4670aa7..9fab53d 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /lorax-23.5.tar.gz /lorax-23.6.tar.gz /lorax-23.7.tar.gz +/lorax-23.8.tar.gz diff --git a/lorax.spec b/lorax.spec index a96d66a..37c7610 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 23.7 +Version: 23.8 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -106,6 +106,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Thu Apr 02 2015 Brian C. Lane 23.8-1 +- Include cryptsetup in the image (#1208214) (bcl@redhat.com) + * Fri Mar 27 2015 Brian C. Lane 23.7-1 - Check that the transaction process is still alive (vpodzime@redhat.com) - livemedia-creator: Clean up resultdir handling (bcl@redhat.com) diff --git a/sources b/sources index 838b805..35d4a33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5a31bbbbbbc12b78474bee6973c5e08 lorax-23.7.tar.gz +53ef8d0a4ab9b6fc6ad008a6255c36fb lorax-23.8.tar.gz