Compare commits

...

5 Commits
master ... f8

Author SHA1 Message Date
Fedora Release Engineering bf5ba870fe dist-git conversion 2010-07-29 02:28:38 +00:00
Bill Nottingham da79c833f7 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:57:26 +00:00
Jeremy Katz 888f6b2b01 - Fix traceback running without LVM (#442633)
- Copy timezone to /etc/localtime (#445624)
2008-06-16 15:02:53 +00:00
Jeremy Katz 12017c782a - Lots of config updates
- Support 'device foo' to say what modules go in the initramfs
- Support multiple kernels being installed
- Allow blacklisting kernel modules on boot with blacklist=foo
- Improve bootloader configs
- Split configs off for f8
2007-10-29 17:47:45 +00:00
Jesse Keating 8e34a1974b Initialize branch F-8 for livecd-tools 2007-10-21 00:25:40 +00:00
5 changed files with 15 additions and 24 deletions

View File

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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
livecd-tools-013.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

@ -2,7 +2,7 @@
Summary: Tools for building live CD's
Name: livecd-tools
Version: 012
Version: 013.1
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
@ -55,6 +55,18 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/livecd-tools/*
%changelog
* Mon Jun 16 2008 Jeremy Katz <katzj@redhat.com> - 013.1-1
- Fix traceback running without LVM (#442633)
- Copy timezone to /etc/localtime (#445624)
* Mon Oct 29 2007 Jeremy Katz <katzj@redhat.com> - 013-1
- Lots of config updates
- Support 'device foo' to say what modules go in the initramfs
- Support multiple kernels being installed
- Allow blacklisting kernel modules on boot with blacklist=foo
- Improve bootloader configs
- Split configs off for f8
* Tue Sep 25 2007 Jeremy Katz <katzj@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

View File

@ -1 +1 @@
12465bf127b9b390bbb7534b84407f93 livecd-tools-012.tar.bz2
103d00765382d19ee694d0cfc04ccd9c livecd-tools-013.1.tar.bz2