rpms/livecd-tools/EL-5 .cvsignore, 1.10, 1.11 import.log, 1.3, 1.4 livecd-tools.spec, 1.20, 1.21 sources, 1.10, 1.11 livecd-tools-013-extlinux-i.patch, 1.1, NONE livecd-tools-013-iso-to-disk-path.patch, 1.1, NONE livecd-tools-013-ksconfigs.patch, 1.1, NONE livecd-tools-013-old-pykickstart.patch, 1.1, NONE livecd-tools-013-try-finally.patch, 1.1, NONE

Jeroen van Meeuwen kanarip at fedoraproject.org
Sun Nov 9 18:14:05 UTC 2008


Author: kanarip

Update of /cvs/pkgs/rpms/livecd-tools/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11732/EL-5

Modified Files:
	.cvsignore import.log livecd-tools.spec sources 
Removed Files:
	livecd-tools-013-extlinux-i.patch 
	livecd-tools-013-iso-to-disk-path.patch 
	livecd-tools-013-ksconfigs.patch 
	livecd-tools-013-old-pykickstart.patch 
	livecd-tools-013-try-finally.patch 
Log Message:
013.2-2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/livecd-tools/EL-5/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	31 Aug 2008 13:51:23 -0000	1.10
+++ .cvsignore	9 Nov 2008 18:13:33 -0000	1.11
@@ -1 +1 @@
-livecd-tools-013.tar.bz2
+livecd-tools-013.2.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/livecd-tools/EL-5/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- import.log	31 Aug 2008 13:51:23 -0000	1.3
+++ import.log	9 Nov 2008 18:13:34 -0000	1.4
@@ -1,3 +1,4 @@
 livecd-tools-013-6_el5:EL-5:livecd-tools-013-6.el5.src.rpm:1217786115
 livecd-tools-013-7_el5:EL-5:livecd-tools-013-7.el5.src.rpm:1218377450
 livecd-tools-013-8_fc10:EL-5:livecd-tools-013-8.fc10.src.rpm:1220190667
+livecd-tools-013_2-2_el5:EL-5:livecd-tools-013.2-2.el5.src.rpm:1226254386


Index: livecd-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/livecd-tools/EL-5/livecd-tools.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- livecd-tools.spec	27 Oct 2008 11:31:13 -0000	1.20
+++ livecd-tools.spec	9 Nov 2008 18:13:34 -0000	1.21
@@ -3,29 +3,21 @@
 
 Summary: Tools for building live CD's
 Name: livecd-tools
-Version: 013 
-Release: 8%{?dist}.1
+Version: 013.2
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://git.fedoraproject.org/?p=hosted/livecd
 Source0: %{name}-%{version}.tar.bz2
-#Source0: livecd.tar.bz2
-Patch0: livecd-tools-013-old-pykickstart.patch
-Patch1: livecd-tools-013-try-finally.patch
-Patch2: livecd-tools-013-iso-to-disk-path.patch      
-Patch3: livecd-tools-013-ksconfigs.patch      
-Patch4: livecd-tools-013-extlinux-i.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: util-linux
 Requires: coreutils
 Requires: e2fsprogs
-Requires: yum >= 3.0.0
+Requires: yum >= 3.1.7
 Requires: mkisofs
 Requires: squashfs-tools
-Requires: pykickstart
-#Requires: dosfstools >= 2.11-8
-Requires: dosfstools 
-#Requires: isomd5sum
+Requires: pykickstart >= 0.43
+Requires: dosfstools >= 2.11
 Requires: anaconda-runtime
 %ifarch %{ix86} x86_64
 Requires: syslinux
@@ -34,7 +26,6 @@
 Requires: yaboot
 %endif
 
-
 %description 
 Tools for generating live CD's on Fedora based systems including
 derived distributions such as RHEL, CentOS and others. See
@@ -42,11 +33,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 make
@@ -61,9 +47,7 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README HACKING
-%{_bindir}/livecd-creator
-%{_bindir}/livecd-iso-to-disk
-%{_bindir}/image-creator
+%{_bindir}/*
 %dir /usr/lib/livecd-creator
 /usr/lib/livecd-creator/mayflower
 %dir %{_datadir}/livecd-tools
@@ -71,6 +55,13 @@
 %{python_sitelib}/imgcreate/*
 
 %changelog
+* Sun Nov 09 2008 Jeroen van Meeuwen <kanarip at fedoraproject.org> - 013.2-2
+- Fix requirements
+- Fix indentation errors (bkearney)
+
+* Thu Oct 30 2008 Jeroen van Meeuwen <kanarip at fedoraproject.org> - 013.1-1
+- Apply backported patches
+
 * Mon Oct 27 2008 Lubomir Rintel <lkundrak at v3.sk> - 013-8.1
 - Fix invocation of extlinux
 
@@ -97,4 +88,99 @@
 - Improve bootloader configs
 - Split configs off for f8
 
+* Tue Sep 25 2007 Jeremy Katz <katzj at redhat.com> - 012-1
+- Allow %%post --nochroot to work for putting files in the root of the iso
+- Set environment variables for when %%post is run
+- Add progress for downloads (Colin Walters)
+- Add cachedir option (Colin Walters)
+- Fixes for ppc/ppc64 to work again
+- Clean up bootloader config a little
+- Enable swaps in the default desktop config
+- Ensure all configs are installed (#281911)
+- Convert method line to a repo for easier config reuse (jkeating)
+- Kill the modprobe FATAL warnings (#240585)
+- Verify isos with iso-to-disk script
+- Allow passing xdriver for setting the xdriver (#291281)
+- Add turboliveinst patch (Douglas McClendon)
+- Make iso-to-disk support --resetmbr (#294041)
+- Clean up filesystem layout (Douglas McClendon)
+- Manifest tweaks for most configs
+
+* Tue Aug 28 2007 Jeremy Katz <katzj at redhat.com> - 011-1
+- Many config updates for Fedora 8
+- Support $basearch in repo line of configs; use it
+- Support setting up Xen kernels and memtest86+ in the bootloader config
+- Handle rhgb setup
+- Improved default fs label (Colin Walters)
+- Support localboot from the bootloader (#252192)
+- Use hidden menu support in syslinux
+- Have a base desktop config included by the other configs (Colin Walters)
+- Use optparse for optino parsing
+- Remove a lot of command line options; things should be specified via the
+  kickstart config instead
+- Beginnings of PPC support (David Woodhouse)
+- Clean up kernel module inclusion to take advantage of files in Fedora
+  kernels listing storage drivers
+
+* Wed Jul 25 2007 Jeremy Katz <katzj at redhat.com> - 010-1
+- Separate out configs used for Fedora 7
+- Add patch from Douglas McClendon to make images smaller
+- Add patch from Matt Domsch to work with older syslinux without vesamenu
+- Add support for using mirrorlists; use them
+- Let livecd-iso-to-disk work with uncompressed images (#248081)
+- Raise error if SELinux requested without being enabled (#248080)
+- Set service defaults on level 2 also (#246350)
+- Catch some failure cases
+- Allow specifying tmpdir
+- Add patch from nameserver specification from Elias Hunt
+
+* Wed May 30 2007 Jeremy Katz <katzj at redhat.com> - 009-1
+- miscellaneous live config changes
+- fix isomd5 checking syntax error
+
+* Fri May  4 2007 Jeremy Katz <katzj at redhat.com> - 008-1
+- disable screensaver with default config
+- add aic7xxx and sym53c8xx drivers to default initramfs
+- fixes from johnp for FC6 support in the creator
+- fix iso-to-stick to work on FC6
+
+* Tue Apr 24 2007 Jeremy Katz <katzj at redhat.com> - 007-1
+- Disable prelinking by default
+- Disable some things that slow down the live boot substantially
+- Lots of tweaks to the default package manifests
+- Allow setting the root password (Jeroen van Meeuwen)
+- Allow more specific network line setting (Mark McLoughlin)
+- Don't pollute the host yum cache (Mark McLoughlin)
+- Add support for mediachecking
+
+* Wed Apr  4 2007 Jeremy Katz <katzj at redhat.com> - 006-1
+- Many fixes to error handling from Mark McLoughlin
+- Add the KDE config
+- Add support for prelinking
+- Fixes for installing when running from RAM or usb stick
+- Add sanity checking to better ensure that USB stick is bootable
+
+* Thu Mar 29 2007 Jeremy Katz <katzj at redhat.com> - 005-3
+- have to use excludearch, not exclusivearch
+
+* Thu Mar 29 2007 Jeremy Katz <katzj at redhat.com> - 005-2
+- exclusivearch since it only works on x86 and x86_64 for now
+
+* Wed Mar 28 2007 Jeremy Katz <katzj at redhat.com> - 005-1
+- some shell quoting fixes
+- allow using UUID or LABEL for the fs label of a usb stick
+- work with ext2 formated usb stick
+
+* Mon Mar 26 2007 Jeremy Katz <katzj at redhat.com> - 004-1
+- add livecd-iso-to-disk for setting up the live CD iso image onto a usb 
+  stick or similar
+
+* Fri Mar 23 2007 Jeremy Katz <katzj at redhat.com> - 003-1
+- fix remaining reference to run-init
+
+* Thu Mar 22 2007 Jeremy Katz <katzj at redhat.com> - 002-1
+- update for new version
+
+* Fri Dec 22 2006 David Zeuthen <davidz at redhat.com> - 001-1%{?dist}
+- Initial build.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/livecd-tools/EL-5/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	31 Aug 2008 13:51:23 -0000	1.10
+++ sources	9 Nov 2008 18:13:34 -0000	1.11
@@ -1 +1 @@
-55bb7b79917de9136b2e0b29966b5589  livecd-tools-013.tar.bz2
+d6ab4d821687c01534f30b22b493c7c4  livecd-tools-013.2.tar.bz2


--- livecd-tools-013-extlinux-i.patch DELETED ---


--- livecd-tools-013-iso-to-disk-path.patch DELETED ---


--- livecd-tools-013-ksconfigs.patch DELETED ---


--- livecd-tools-013-old-pykickstart.patch DELETED ---


--- livecd-tools-013-try-finally.patch DELETED ---




More information about the fedora-extras-commits mailing list