From 5979f069261c87586e8c54b8c5618205c952e1b3 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jan 27 2011 19:55:01 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index 6bc4ecf..1fc2880 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/livecd-tools-remove-releasever.patch b/livecd-tools-remove-releasever.patch deleted file mode 100644 index 972349c..0000000 --- a/livecd-tools-remove-releasever.patch +++ /dev/null @@ -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) diff --git a/livecd-tools.spec b/livecd-tools.spec index d45b560..7f65b50 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -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 - 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 - 15.2-2 - patch to drop support of releasever in urls it destroys image creation in koji diff --git a/sources b/sources index fe36995..761157a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4512162fe223837ca63fbbc30598c457 livecd-tools-15.2.tar.bz2 +8739d96098973f4214cb47a05cfa6f95 livecd-tools-15.3.tar.bz2