- Update syslinux 6.02 support for noarch change (bcl@redhat.com)

- runtime-cleanup: Do install GPG (walters@verbum.org)
This commit is contained in:
Brian C. Lane 2014-04-15 13:46:47 -07:00
parent 520d8c6b38
commit b771e1fe1a
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/lorax-21.6.tar.gz
/lorax-21.7.tar.gz
/lorax-21.8.tar.gz
/lorax-21.9.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 21.8
Version: 21.9
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -47,7 +47,7 @@ Requires: hfsplus-tools
%endif
%ifarch %{ix86} x86_64
Requires: syslinux >= 4.02-5
Requires: syslinux >= 6.02-4
%endif
%ifarch ppc ppc64
@ -96,6 +96,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
* Tue Apr 15 2014 Brian C. Lane <bcl@redhat.com> 21.9-1
- Update syslinux 6.02 support for noarch change (bcl@redhat.com)
- runtime-cleanup: Do install GPG (walters@verbum.org)
* Thu Apr 10 2014 Brian C. Lane <bcl@redhat.com> 21.8-1
- Update to support syslinux 6.02 (bcl@redhat.com)
- livemedia-creator: Add support for making tarfiles (bcl@redhat.com)

View File

@ -1 +1 @@
02f3e9ddfd742b06fcedd2e4a2bcc99d lorax-21.8.tar.gz
3470c052236a242f0f0a6a9ab5a4eec5 lorax-21.9.tar.gz