- Make arm .treeinfo match reality (dennis@ausil.us)

- Add --iso-name to use with --iso-only (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2016-01-12 08:46:03 -08:00
parent 80cc0948fa
commit 3b23bae479
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -72,3 +72,4 @@
/lorax-24.5.tar.gz /lorax-24.5.tar.gz
/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

View File

@ -3,7 +3,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: lorax Name: lorax
Version: 24.7 Version: 24.8
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,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%files lmc-novirt %files lmc-novirt
%changelog %changelog
* Tue Jan 12 2016 Brian C. Lane <bcl@redhat.com> 24.8-1
- Make arm .treeinfo match reality (dennis@ausil.us)
- Add --iso-name to use with --iso-only (bcl@redhat.com)
* Fri Jan 08 2016 Brian C. Lane <bcl@redhat.com> 24.7-1 * Fri Jan 08 2016 Brian C. Lane <bcl@redhat.com> 24.7-1
- Add kpartx to Requires (bcl@redhat.com) - Add kpartx to Requires (bcl@redhat.com)
- Prefix temporary files and directories with lmc- (bcl@redhat.com) - Prefix temporary files and directories with lmc- (bcl@redhat.com)

View File

@ -1 +1 @@
49e2a96f648e4d680e606ad902a6a2ae lorax-24.7.tar.gz 2141f20696586710027e0fdf62459645 lorax-24.8.tar.gz