Compare commits

...

6 Commits
master ... f10

Author SHA1 Message Date
Fedora Release Engineering bc31b02b57 dist-git conversion 2010-07-29 02:28:43 +00:00
Bill Nottingham dd0f735a95 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:57:24 +00:00
Jeremy Katz 2f3c5dc350 - Fix up --base-on (#471656)
- Fix macro name for excludedocs (bkearney)
- Fix device command (apevec)
- Fix unicode errors (Felix Schwarz)
- Support syslinux in /usr/share
- Use our syslinux's menu com32 modules in livecd-iso-to-disk (#492370)
2009-04-21 18:12:04 +00:00
Jeremy Katz 5134417268 sync to 021 from devel 2009-01-21 21:25:58 +00:00
Jeremy Katz 016028ab30 - Support setting up a swap file
- Verify integer args in livecd-iso-to-disk (#467257)
- Set up persistent /home on internal mtd0 for XO
- Default to resetting the overlay on XO
- Support copying the raw ext3fs to the usb stick instead of the squash
- Mactel fixes
- Align initrd properly on XO (#467093)
- Make initrd load addr work on newer XO firmwares
- Fix up Xen paths for Xen live images (Michael Ansel)
- Support --defaultdesktop (Orion Poplawski)
2008-11-12 22:01:13 +00:00
Jesse Keating 9d293e1641 Initialize branch F-10 for livecd-tools 2008-11-07 05:07:07 +00:00
5 changed files with 24 additions and 25 deletions

View File

@ -1 +0,0 @@
livecd-tools-019.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
livecd-tools-020.1.tar.bz2

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: livecd-tools
# $Id$
NAME := livecd-tools
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CD's
Name: livecd-tools
Version: 019
Version: 020.1
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -24,7 +24,7 @@ Requires: rhpl
%ifarch %{ix86} x86_64
Requires: syslinux
%endif
%ifarch ppc ppc64
%ifarch ppc
Requires: yaboot
%endif
BuildRequires: python
@ -64,6 +64,26 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Tue Apr 21 2009 Jeremy Katz <katzj@redhat.com> - 020.1-1
- Fix up --base-on (#471656)
- Fix macro name for excludedocs (bkearney)
- Fix device command (apevec)
- Fix unicode errors (Felix Schwarz)
- Support syslinux in /usr/share
- Use our syslinux's menu com32 modules in livecd-iso-to-disk (#492370)
* Wed Nov 12 2008 Jeremy Katz <katzj@redhat.com> - 020-1
- Support setting up a swap file
- Verify integer args in livecd-iso-to-disk (#467257)
- Set up persistent /home on internal mtd0 for XO
- Default to resetting the overlay on XO
- Support copying the raw ext3fs to the usb stick instead of the squash
- Mactel fixes
- Align initrd properly on XO (#467093)
- Make initrd load addr work on newer XO firmwares
- Fix up Xen paths for Xen live images (Michael Ansel)
- Support --defaultdesktop (Orion Poplawski)
* Fri Oct 10 2008 Jeremy Katz <katzj@redhat.com> - 019-1
- livecd-iso-to-disk: Various other XO fixes
- Cleanup rpmdb locks after package installation

View File

@ -1 +1 @@
d8c24fd4c2c6ced8893ea16f22ce985c livecd-tools-019.tar.bz2
4ce1b9b2fb924fa46fd13133c0f30850 livecd-tools-020.1.tar.bz2