- Version 16.5 (bcl)

- Add title and product args (#669120) (bcl)
- Skip bind mounts when source isn't there (bcl)
- Add new syslinux.cfg template (#734173) (bcl)
This commit is contained in:
Brian C. Lane 2011-09-01 12:27:59 -07:00
parent 255a49a641
commit ed7c2af259
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-16.2.tar.bz2
/livecd-tools-16.3.tar.bz2
/livecd-tools-16.4.tar.bz2
/livecd-tools-16.5.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 16.4
Version: 16.5
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -22,6 +22,7 @@ Requires: mkisofs
Requires: isomd5sum
Requires: parted
Requires: pyparted
Requires: util-linux
%ifarch %{ix86} x86_64
Requires: syslinux
Requires: /sbin/extlinux
@ -92,6 +93,12 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Sep 01 2011 Brian C. Lane <bcl@redhat.com> 16.5-1
- Version 16.5 (bcl)
- Add title and product args (#669120) (bcl)
- Skip bind mounts when source isn't there (bcl)
- Add new syslinux.cfg template (#734173) (bcl)
* Fri Aug 26 2011 Brian C. Lane <bcl@redhat.com> 16.4-1
- Version 16.4 (bcl)
- Use copyFile on the iso (bcl)

View File

@ -1 +1 @@
470ad24117ae09507be2e22773558f35 livecd-tools-16.4.tar.bz2
fde5c0564c0ace5cd90e2a9df54d7487 livecd-tools-16.5.tar.bz2