- livemedia-creator: Add kernel-modules and kernel-modules-extra to examples

(bcl@redhat.com)
- livemedia-creator: Make sure the rootfs.img can be compressed
  (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2016-01-13 17:30:10 -08:00
parent 3b23bae479
commit 5c45fad1f1
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -73,3 +73,4 @@
/lorax-24.6.tar.gz /lorax-24.6.tar.gz
/lorax-24.7.tar.gz /lorax-24.7.tar.gz
/lorax-24.8.tar.gz /lorax-24.8.tar.gz
/lorax-24.9.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: lorax Name: lorax
Version: 24.8 Version: 24.9
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tool for creating the anaconda install images Summary: Tool for creating the anaconda install images
@ -134,6 +134,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%files lmc-novirt %files lmc-novirt
%changelog %changelog
* Wed Jan 13 2016 Brian C. Lane <bcl@redhat.com> 24.9-1
- livemedia-creator: Add kernel-modules and kernel-modules-extra to examples
(bcl@redhat.com)
- livemedia-creator: Make sure the rootfs.img can be compressed
(bcl@redhat.com)
* Tue Jan 12 2016 Brian C. Lane <bcl@redhat.com> 24.8-1 * Tue Jan 12 2016 Brian C. Lane <bcl@redhat.com> 24.8-1
- Make arm .treeinfo match reality (dennis@ausil.us) - Make arm .treeinfo match reality (dennis@ausil.us)
- Add --iso-name to use with --iso-only (bcl@redhat.com) - Add --iso-name to use with --iso-only (bcl@redhat.com)

View File

@ -1 +1 @@
2141f20696586710027e0fdf62459645 lorax-24.8.tar.gz d07db65b9b26e2e6cbbab090c2095727 lorax-24.9.tar.gz