- Version 15.3 (bcl)

- Remove boot from local drive option (bcl)
- Check for one big initrd.img (#671900) (bcl)
- Make xz the default compression type for live images. (bruno)
- Update documentation for xz availability. (bruno)
- Change releasever to a command line option (#667474) (bcl)
This commit is contained in:
Brian C. Lane 2011-01-27 11:55:01 -08:00
parent 5b013e6418
commit 5979f06926
4 changed files with 11 additions and 14 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-0.3.6.tar.bz2
/livecd-tools-15.0.tar.bz2
/livecd-tools-15.2.tar.bz2
/livecd-tools-15.3.tar.bz2

View File

@ -1,10 +0,0 @@
--- livecd-tools-15.2/imgcreate/yuminst.py.orig 2011-01-04 16:42:09.000000000 -0600
+++ livecd-tools-15.2/imgcreate/yuminst.py 2011-01-04 16:42:23.000000000 -0600
@@ -138,7 +138,6 @@
# takes a variable and substitutes like yum configs do
option = option.replace("$basearch", rpmUtils.arch.getBaseArch())
option = option.replace("$arch", rpmUtils.arch.getCanonArch())
- option = option.replace("$releasever", yum.config._getsysver("/", "redhat-release"))
return option
repo = yum.yumRepo.YumRepository(name)

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 15.2
Version: 15.3
Release: 2%{?dist}
Epoch: 1
License: GPLv2
@ -16,7 +16,6 @@ URL: http://git.fedorahosted.org/git/livecd
# make dist
# scp livecd*.tar.bz2 fedorahosted.org:livecd
Source0: http://fedorahosted.org/releases/l/i/livecd/%{name}-%{version}.tar.bz2
Patch0: livecd-tools-remove-releasever.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-imgcreate = %{epoch}:%{version}-%{release}
Requires: mkisofs
@ -61,7 +60,6 @@ like live image or appliances.
%prep
%setup -q
%patch0 -p1
%build
make
@ -94,6 +92,14 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Jan 27 2011 Brian C. Lane <bcl@redhat.com> - 15.3-1
- Version 15.3 (bcl)
- Remove boot from local drive option (bcl)
- Check for one big initrd.img (#671900) (bcl)
- Make xz the default compression type for live images. (bruno)
- Update documentation for xz availability. (bruno)
- Change releasever to a command line option (#667474) (bcl)
* Tue Jan 04 2011 Dennis Gilmore <dennis@ausil.us> - 15.2-2
- patch to drop support of releasever in urls it destroys image creation in koji

View File

@ -1 +1 @@
4512162fe223837ca63fbbc30598c457 livecd-tools-15.2.tar.bz2
8739d96098973f4214cb47a05cfa6f95 livecd-tools-15.3.tar.bz2