|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Tools for building live CD's
|
|
|
|
Summary: Tools for building live CD's
|
|
|
|
Name: livecd-tools
|
|
|
|
Name: livecd-tools
|
|
|
|
Version: 005
|
|
|
|
Version: 005
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
License: GPL
|
|
|
|
License: GPL
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://git.fedoraproject.org/?p=hosted/livecd
|
|
|
|
URL: http://git.fedoraproject.org/?p=hosted/livecd
|
|
|
@ -16,7 +16,7 @@ Requires: squashfs-tools
|
|
|
|
Requires: pykickstart >= 0.96
|
|
|
|
Requires: pykickstart >= 0.96
|
|
|
|
Requires: syslinux
|
|
|
|
Requires: syslinux
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
ExclusiveArch: %{ix86} x86_64
|
|
|
|
ExcludeArch: ppc pp64
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Tools for generating live CD's on Fedora based systems including
|
|
|
|
Tools for generating live CD's on Fedora based systems including
|
|
|
@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_datadir}/livecd-tools/*
|
|
|
|
%{_datadir}/livecd-tools/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-3
|
|
|
|
|
|
|
|
- have to use excludearch, not exclusivearch
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-2
|
|
|
|
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-2
|
|
|
|
- exclusivearch since it only works on x86 and x86_64 for now
|
|
|
|
- exclusivearch since it only works on x86 and x86_64 for now
|
|
|
|
|
|
|
|
|
|
|
|