- Use string for releasever not int (#1067746) (bcl@redhat.com)

- createrepo is needed by driver disks (#1016004) (bcl@redhat.com)
- Improve aarch64 UEFI support (#1067671) (dmarlin@redhat.com)
- livemedia-creator: Set the product and release version env variables
  (#1067746) (bcl@redhat.com)
- Check initrd size on ppc64 and warn (#1060691) (bcl@redhat.com)
- Remove drivers and modules on ppc64 (#1060691) (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2014-02-28 16:49:06 -08:00
parent 9fa0a77065
commit 897f05e62a
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/lorax-21.2.tar.gz
/lorax-21.3.tar.gz
/lorax-21.4.tar.gz
/lorax-21.5.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 21.4
Version: 21.5
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -92,6 +92,15 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
* Fri Feb 28 2014 Brian C. Lane <bcl@redhat.com> 21.5-1
- Use string for releasever not int (#1067746) (bcl@redhat.com)
- createrepo is needed by driver disks (#1016004) (bcl@redhat.com)
- Improve aarch64 UEFI support (#1067671) (dmarlin@redhat.com)
- livemedia-creator: Set the product and release version env variables
(#1067746) (bcl@redhat.com)
- Check initrd size on ppc64 and warn (#1060691) (bcl@redhat.com)
- Remove drivers and modules on ppc64 (#1060691) (bcl@redhat.com)
* Mon Feb 10 2014 Brian C. Lane <bcl@redhat.com> 21.4-1
- livemedia-creator: virt-image needs ram in MiB not KiB (#1061773)
(bcl@redhat.com)

View File

@ -1 +1 @@
7f8b8438c5c2f077cc1180bca080b481 lorax-21.4.tar.gz
2ae33d77bb9967b0548291a9e7eb1159 lorax-21.5.tar.gz