- s390 switch to generic condev (#1042766) (bcl@redhat.com)

- sort glob output before using it (bcl@redhat.com)
- Bless grub2 for PPC (#1020112) (catacombae@gmail.com)
- livemedia-creator: Cleanup temp yum files (#1025837) (bcl@redhat.com)
- lorax: pass size from Lorax.run to create_runtime (#903385) (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2013-12-16 09:47:58 -08:00
parent 001209247e
commit 7113bdca92
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/lorax-20.2.tar.gz /lorax-20.2.tar.gz
/lorax-20.3.tar.gz /lorax-20.3.tar.gz
/lorax-20.4.tar.gz /lorax-20.4.tar.gz
/lorax-21.0.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: lorax Name: lorax
Version: 20.4 Version: 21.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tool for creating the anaconda install images Summary: Tool for creating the anaconda install images
@ -93,6 +93,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Mon Dec 16 2013 Brian C. Lane <bcl@redhat.com> 21.0-1
- s390 switch to generic condev (#1042766) (bcl@redhat.com)
- sort glob output before using it (bcl@redhat.com)
- Bless grub2 for PPC (#1020112) (catacombae@gmail.com)
- livemedia-creator: Cleanup temp yum files (#1025837) (bcl@redhat.com)
- lorax: pass size from Lorax.run to create_runtime (#903385) (bcl@redhat.com)
* Mon Nov 18 2013 Brian C. Lane <bcl@redhat.com> 20.4-1 * Mon Nov 18 2013 Brian C. Lane <bcl@redhat.com> 20.4-1
- drop 'xdriver=vesa' from basic graphics mode parameters (per ajax) - drop 'xdriver=vesa' from basic graphics mode parameters (per ajax)
(awilliam@redhat.com) (awilliam@redhat.com)

View File

@ -1 +1 @@
25ce686ebe4721b32a8c253c7fc87994 lorax-20.4.tar.gz 1378e4deff85394b813d2b17911a2080 lorax-21.0.tar.gz