|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
Summary: Tools for building live CDs
|
|
|
|
|
Name: livecd-tools
|
|
|
|
|
Version: 21.0
|
|
|
|
|
Version: 21.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
License: GPLv2
|
|
|
|
@ -33,7 +33,8 @@ Requires: rsync
|
|
|
|
|
Requires: hfsplus-tools
|
|
|
|
|
%endif
|
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
|
Requires: syslinux
|
|
|
|
|
Requires: syslinux >= 6.02-4
|
|
|
|
|
Requires: syslinux-nonlinux >= 6.02-4
|
|
|
|
|
Requires: /sbin/extlinux
|
|
|
|
|
%endif
|
|
|
|
|
%ifarch ppc
|
|
|
|
@ -105,6 +106,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{python_sitelib}/imgcreate/*.pyc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 15 2014 Brian C. Lane <bcl@redhat.com> 21.1-1
|
|
|
|
|
- Version 21.1 (bcl)
|
|
|
|
|
- Update live.py for syslinux 6.02-4 (bcl)
|
|
|
|
|
|
|
|
|
|
* Wed Mar 26 2014 Brian C. Lane <bcl@redhat.com> 21.0-1
|
|
|
|
|
- Version 21.0 (bcl)
|
|
|
|
|
- Update kickstart.py for new kickstart (bcl)
|
|
|
|
|