- Version 18.10 (bcl)

- use cp -r instead of -a (bcl)
This commit is contained in:
Brian C. Lane 2012-09-06 16:42:31 -07:00
parent fa755ce092
commit d6b0a30bb2
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-18.7.tar.bz2
/livecd-tools-18.8.tar.bz2
/livecd-tools-18.9.tar.bz2
/livecd-tools-18.10.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 18.9
Version: 18.10
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -99,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Sep 06 2012 Brian C. Lane <bcl@redhat.com> 18.9-1
- Version 18.10 (bcl)
- use cp -r instead of -a (bcl)
* Thu Sep 06 2012 Brian C. Lane <bcl@redhat.com> 18.9-1
- Version 18.9 (bcl)
- fix extra-kernel-args (#853570) (bcl)

View File

@ -1 +1 @@
f6fa1a81258d21f7eb5137d3a2b136ea livecd-tools-18.9.tar.bz2
f94f9a3536ea77de815fae06fcaa6166 livecd-tools-18.10.tar.bz2