- Version 16.14 (bcl)

- copy repo data to USB for F17 (#806166) (bcl)
This commit is contained in:
Brian C. Lane 2012-04-26 15:19:20 -07:00
parent fa0ff008a9
commit d6e9e873b8
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-16.11.tar.bz2
/livecd-tools-16.12.tar.bz2
/livecd-tools-16.13.tar.bz2
/livecd-tools-16.14.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 16.13
Version: 16.14
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -26,6 +26,7 @@ Requires: util-linux
Requires: dosfstools
Requires: e2fsprogs
Requires: lorax
Requires: rsync
%ifarch %{ix86} x86_64
Requires: syslinux
Requires: /sbin/extlinux
@ -97,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Apr 26 2012 Brian C. Lane <bcl@redhat.com> 16.14-1
- Version 16.14 (bcl)
- copy repo data to USB for F17 (#806166) (bcl)
* Wed Apr 25 2012 Brian C. Lane <bcl@redhat.com> 16.13-1
- Version 16.13 (bcl)
- allow for use of yum plugins during livecd creation (notting)

View File

@ -1 +1 @@
7ade175620f5e94c99f9a4a4d5ebcc93 livecd-tools-16.13.tar.bz2
4eaafccaf203557dfbe07b6d2a8d49e3 livecd-tools-16.14.tar.bz2