Compare commits

...

4 Commits
master ... f11

Author SHA1 Message Date
Fedora Release Engineering 3fb1acfbfa dist-git conversion 2010-07-29 02:28:48 +00:00
Bill Nottingham 6fff70ebe4 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:57:24 +00:00
Jeremy Katz d6a509ba80 - Fix ppc image creation (#497193, help from jwboyer)
- Fixes for using ext[23] usb stick (wtogami)
- Check filesystem after resizing and raise an error if there are problems
    (#497377)
2009-05-06 18:05:19 +00:00
Jesse Keating 62f48a0f5e Initialize branch F-11 for livecd-tools 2009-04-15 07:38:52 +00:00
5 changed files with 9 additions and 24 deletions

View File

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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
livecd-tools-024.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: 023
Version: 024
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -81,6 +81,12 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Wed May 6 2009 Jeremy Katz <katzj@redhat.com> - 024-1
- Fix ppc image creation (#497193, help from jwboyer)
- Fixes for using ext[23] usb stick (wtogami)
- Check filesystem after resizing and raise an error if there are
problems (#497377)
* Tue Apr 14 2009 Jeremy Katz <katzj@redhat.com> - 023-1
- Don't prompt about overwriting when making usb stick (#491234)
- Fix up livecd-iso-to-pxeboot for new syslinux paths

View File

@ -1 +1 @@
27cc1df7be92b47c02e4537666ca6dc4 livecd-tools-023.tar.bz2
9e1ffda4a6b93c53ef7964dfadce2452 livecd-tools-024.tar.bz2