- Version 17.1 (bcl)

- Add title and product args (#669120) (bcl)
- Skip bind mounts when source isn't there (bcl)
- Add new syslinux.cfg template (#734173) (bcl)
- Use copyFile on the iso (bcl)
- Use rsync to copy if available (bcl)
epel9
Brian C. Lane 14 years ago
parent 68383f23cd
commit 8679835e4e

1
.gitignore vendored

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

@ -4,7 +4,7 @@
Summary: Tools for building live CDs Summary: Tools for building live CDs
Name: livecd-tools Name: livecd-tools
Version: 17.0 Version: 17.1
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2 License: GPLv2
@ -22,6 +22,7 @@ Requires: mkisofs
Requires: isomd5sum Requires: isomd5sum
Requires: parted Requires: parted
Requires: pyparted Requires: pyparted
Requires: util-linux
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
Requires: syslinux Requires: syslinux
Requires: /sbin/extlinux Requires: /sbin/extlinux
@ -94,6 +95,14 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc %{python_sitelib}/imgcreate/*.pyc
%changelog %changelog
* Thu Sep 01 2011 Brian C. Lane <bcl@redhat.com> 17.1-1
- Version 17.1 (bcl)
- Add title and product args (#669120) (bcl)
- Skip bind mounts when source isn't there (bcl)
- Add new syslinux.cfg template (#734173) (bcl)
- Use copyFile on the iso (bcl)
- Use rsync to copy if available (bcl)
* Thu Aug 11 2011 Brian C. Lane <bcl@redhat.com> 17.0-1 * Thu Aug 11 2011 Brian C. Lane <bcl@redhat.com> 17.0-1
- Version 17.0 - Version 17.0
- Quote $SRC so iso's with spaces will work (#694915) (bruno) - Quote $SRC so iso's with spaces will work (#694915) (bruno)

@ -1 +1 @@
6aa2111614c3bb9fc43f8f6537be0045 livecd-tools-17.0.tar.bz2 01b071420e66a1b0b8104495580e6dc1 livecd-tools-17.1.tar.bz2

Loading…
Cancel
Save