dc9f982
Summary: Tools for building live CD's
dc9f982
Name: livecd-tools
daa9d04
Version: 009
33eeb4a
Release: 4%{?dist}
dc9f982
License: GPL
dc9f982
Group: System Environment/Base
dc9f982
URL: http://git.fedoraproject.org/?p=hosted/livecd
dc9f982
Source0: %{name}-%{version}.tar.bz2
3f2e975
Source1: isotostick.sh
33eeb4a
Patch: livecd-tools-009-repository.patch
dc9f982
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
dc9f982
Requires: util-linux
dc9f982
Requires: coreutils
dc9f982
Requires: e2fsprogs
dc9f982
Requires: yum >= 3.0.0
dc9f982
Requires: mkisofs
dc9f982
Requires: squashfs-tools
e5207e8
Requires: pykickstart
e5207e8
Requires: syslinux
2dda366
Requires: dosfstools >= 2.11-8
dc9f982
BuildArch: noarch
e5207e8
ExcludeArch: ppc ppc64
dc9f982
dc9f982
%description 
dc9f982
Tools for generating live CD's on Fedora based systems including
dc9f982
derived distributions such as RHEL, CentOS and others. See
dc9f982
http://fedoraproject.org/wiki/FedoraLiveCD for more details.
dc9f982
dc9f982
%prep
dc9f982
%setup -q
33eeb4a
%patch -p1
dc9f982
dc9f982
%build
dc9f982
make
dc9f982
dc9f982
%install
dc9f982
rm -rf $RPM_BUILD_ROOT
dc9f982
make install DESTDIR=$RPM_BUILD_ROOT
dc9f982
3f2e975
install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/livecd-iso-to-disk
3f2e975
dc9f982
%clean
dc9f982
rm -rf $RPM_BUILD_ROOT
dc9f982
dc9f982
%files
dc9f982
%defattr(-,root,root,-)
dc9f982
%doc AUTHORS COPYING README HACKING
dc9f982
%{_bindir}/livecd-creator
f4b8d43
%{_bindir}/livecd-iso-to-disk
dc9f982
%dir /usr/lib/livecd-creator
dc9f982
/usr/lib/livecd-creator/mayflower
dc9f982
%dir %{_datadir}/livecd-tools
dc9f982
%{_datadir}/livecd-tools/*
dc9f982
dc9f982
%changelog
33eeb4a
* Sun May 31 2008 Robert Scheck <robert@fedoraproject.org> - 009-4
33eeb4a
- Updated outdated kickstart files (#318811, Christoph Wickert)
33eeb4a
57e02ad
* Mon Nov  5 2007 Jeremy Katz <katzj@redhat.com> - 009-3
57e02ad
- And fix to actually work with F7
57e02ad
3f2e975
* Mon Nov  5 2007 Jeremy Katz <katzj@redhat.com> - 009-2
3f2e975
- Push new livecd-iso-to-disk that works with Fedora 8 live images
3f2e975
daa9d04
* Wed May 30 2007 Jeremy Katz <katzj@redhat.com> - 009-1
daa9d04
- miscellaneous live config changes
daa9d04
- fix isomd5 checking syntax error
daa9d04
e5207e8
* Fri May  4 2007 Jeremy Katz <katzj@redhat.com> - 008-1
e5207e8
- disable screensaver with default config
e5207e8
- add aic7xxx and sym53c8xx drivers to default initramfs
e5207e8
- fixes from johnp for FC6 support in the creator
e5207e8
- fix iso-to-stick to work on FC6
e5207e8
94c5889
* Tue Apr 24 2007 Jeremy Katz <katzj@redhat.com> - 007-1
94c5889
- Disable prelinking by default
94c5889
- Disable some things that slow down the live boot substantially
94c5889
- Lots of tweaks to the default package manifests
94c5889
- Allow setting the root password (Jeroen van Meeuwen)
94c5889
- Allow more specific network line setting (Mark McLoughlin)
94c5889
- Don't pollute the host yum cache (Mark McLoughlin)
94c5889
- Add support for mediachecking
94c5889
2dda366
* Wed Apr  4 2007 Jeremy Katz <katzj@redhat.com> - 006-1
2dda366
- Many fixes to error handling from Mark McLoughlin
2dda366
- Add the KDE config
2dda366
- Add support for prelinking
2dda366
- Fixes for installing when running from RAM or usb stick
2dda366
- Add sanity checking to better ensure that USB stick is bootable
2dda366
c48f5bc
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-3
c48f5bc
- have to use excludearch, not exclusivearch
c48f5bc
4618413
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-2
4618413
- exclusivearch since it only works on x86 and x86_64 for now
4618413
fdc7be7
* Wed Mar 28 2007 Jeremy Katz <katzj@redhat.com> - 005-1
fdc7be7
- some shell quoting fixes
fdc7be7
- allow using UUID or LABEL for the fs label of a usb stick
fdc7be7
- work with ext2 formated usb stick
fdc7be7
f4b8d43
* Mon Mar 26 2007 Jeremy Katz <katzj@redhat.com> - 004-1
f4b8d43
- add livecd-iso-to-disk for setting up the live CD iso image onto a usb 
f4b8d43
  stick or similar
f4b8d43
dc9f982
* Fri Mar 23 2007 Jeremy Katz <katzj@redhat.com> - 003-1
dc9f982
- fix remaining reference to run-init
dc9f982
dc9f982
* Thu Mar 22 2007 Jeremy Katz <katzj@redhat.com> - 002-1
dc9f982
- update for new version
dc9f982
dc9f982
* Fri Dec 22 2006 David Zeuthen <davidz@redhat.com> - 001-1%{?dist}
dc9f982
- Initial build.
dc9f982