- Include cryptsetup in the image (#1208214) (bcl@redhat.com)

This commit is contained in:
Brian C. Lane 2015-04-02 13:44:58 -07:00
parent c2aa35dded
commit 7c3a8d7b0c
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -57,3 +57,4 @@
/lorax-23.5.tar.gz
/lorax-23.6.tar.gz
/lorax-23.7.tar.gz
/lorax-23.8.tar.gz

View File

@ -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 <bcl@redhat.com> 23.8-1
- Include cryptsetup in the image (#1208214) (bcl@redhat.com)
* Fri Mar 27 2015 Brian C. Lane <bcl@redhat.com> 23.7-1
- Check that the transaction process is still alive (vpodzime@redhat.com)
- livemedia-creator: Clean up resultdir handling (bcl@redhat.com)

View File

@ -1 +1 @@
b5a31bbbbbbc12b78474bee6973c5e08 lorax-23.7.tar.gz
53ef8d0a4ab9b6fc6ad008a6255c36fb lorax-23.8.tar.gz