Compare commits

...

9 Commits
master ... f9

Author SHA1 Message Date
Fedora Release Engineering 9af1283eff dist-git conversion 2010-07-29 02:28:47 +00:00
Bill Nottingham ad6dc0f1ef Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:57:26 +00:00
Jeremy Katz 6dd32630f9 - Backport livecd-iso-to-disk change to work around com32's lack of abi
guarantees (#492370, #498155)
2009-05-27 14:12:49 +00:00
Jeremy Katz d9447bdac6 upload correct tarball 2008-12-19 19:34:45 +00:00
Jeremy Katz caf39e296d - Add newkey repo (#477067)
- Fix --base-on even more
- Don't fail if devices exist
- Remove old rpmdb locks
2008-12-19 19:27:25 +00:00
Jeremy Katz 2245901ffb - Handle copying timezone to /etc/localtime (#445624)
- livecd-iso-to-disk: Ensure disk isn't mounted before writing to it
    (#446472)
- livecd-iso-to-disk: Quote iso path (#446472)
- Fix --base-on (#437906)
- Use a fake /selinux to avoid problems with loading new policy (eparis)
2008-06-16 14:59:30 +00:00
Bill Nottingham 30ab6a7097 update to 017 2008-05-06 16:12:29 +00:00
Jeremy Katz 0e3ab74c8a - Config changes all around, including F9 final configs
- Fix up the minimal image creation
- Fix odd traceback error on __del__ (#442443)
- Add late initscript and split things in half
- livecd-iso-to-disk: Check the available space on the stick (#443046)
- Fix partition size overriding (kanarip)
2008-05-02 02:01:36 +00:00
Jesse Keating 7d4b8a2bf8 Initialize branch F-9 for livecd-tools 2008-04-22 21:12:08 +00:00
5 changed files with 31 additions and 24 deletions

View File

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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
livecd-tools-017.3.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: 015
Version: 017.3
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -62,6 +62,34 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Wed May 27 2009 Jeremy Katz <katzj@redhat.com> - 017.3-1
- Backport livecd-iso-to-disk change to work around com32's lack of
abi guarantees (#492370, #498155)
* Fri Dec 19 2008 Jeremy Katz <katzj@redhat.com> - 017.2-1
- Add newkey repo (#477067)
- Fix --base-on even more
- Don't fail if devices exist
- Remove old rpmdb locks
* Mon Jun 16 2008 Jeremy Katz <katzj@redhat.com> - 017.1-1
- Handle copying timezone to /etc/localtime (#445624)
- livecd-iso-to-disk: Ensure disk isn't mounted before writing to it (#446472)
- livecd-iso-to-disk: Quote iso path (#446472)
- Fix --base-on (#437906)
- Use a fake /selinux to avoid problems with loading new policy (eparis)
* Tue May 6 2008 Bill Nottingham <notting@redhat.com> - 017-1
- fix F9 final configs
* Thu May 1 2008 Jeremy Katz <katzj@redhat.com> - 016-1
- Config changes all around, including F9 final configs
- Fix up the minimal image creation
- Fix odd traceback error on __del__ (#442443)
- Add late initscript and split things in half
- livecd-iso-to-disk: Check the available space on the stick (#443046)
- Fix partition size overriding (kanarip)
* Thu Mar 6 2008 Jeremy Katz <katzj@redhat.com> - 015-1
- Support for using live isos with pxe booting (Richard W.M. Jones and
Chris Lalancette)

View File

@ -1 +1 @@
021e61e504a068b863facfddad35b747 livecd-tools-015.tar.bz2
433b7dfe7a5987e24da27667a70502f0 livecd-tools-017.3.tar.bz2