- Remove grub 0.97 splash (bcl@redhat.com)

- livemedia-creator: use rd.live.image instead of liveimg (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2012-09-19 07:48:29 -07:00
parent 9525679db6
commit 5366015575
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@
/lorax-18.17.tar.gz /lorax-18.17.tar.gz
/lorax-18.18.tar.gz /lorax-18.18.tar.gz
/lorax-18.19.tar.gz /lorax-18.19.tar.gz
/lorax-18.20.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: lorax Name: lorax
Version: 18.19 Version: 18.20
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tool for creating the anaconda install images Summary: Tool for creating the anaconda install images
@ -82,6 +82,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog %changelog
* Wed Sep 19 2012 Brian C. Lane <bcl@redhat.com> 18.20-1
- Remove grub 0.97 splash (bcl@redhat.com)
- livemedia-creator: use rd.live.image instead of liveimg (bcl@redhat.com)
* Mon Sep 17 2012 Brian C. Lane <bcl@redhat.com> 18.19-1 * Mon Sep 17 2012 Brian C. Lane <bcl@redhat.com> 18.19-1
- There's no lang-table in anaconda anymore (#857925) (mgracik@redhat.com) - There's no lang-table in anaconda anymore (#857925) (mgracik@redhat.com)
- add convienience functions for running commands (bcl@redhat.com) - add convienience functions for running commands (bcl@redhat.com)

View File

@ -1 +1 @@
7881af171e8a0650151fb83eb4979a11 lorax-18.19.tar.gz c34eb337a2fd17351ddd3257f0a07005 lorax-18.20.tar.gz