- Update syslinux 6.02 support for noarch change (bcl@redhat.com)
- runtime-cleanup: Do install GPG (walters@verbum.org)
This commit is contained in:
parent
520d8c6b38
commit
b771e1fe1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/lorax-21.6.tar.gz
|
/lorax-21.6.tar.gz
|
||||||
/lorax-21.7.tar.gz
|
/lorax-21.7.tar.gz
|
||||||
/lorax-21.8.tar.gz
|
/lorax-21.8.tar.gz
|
||||||
|
/lorax-21.9.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 21.8
|
Version: 21.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ Requires: hfsplus-tools
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
Requires: syslinux >= 4.02-5
|
Requires: syslinux >= 6.02-4
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
@ -96,6 +96,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 10 2014 Brian C. Lane <bcl@redhat.com> 21.8-1
|
||||||
- Update to support syslinux 6.02 (bcl@redhat.com)
|
- Update to support syslinux 6.02 (bcl@redhat.com)
|
||||||
- livemedia-creator: Add support for making tarfiles (bcl@redhat.com)
|
- livemedia-creator: Add support for making tarfiles (bcl@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user