Fix prefix in tar archive and document producing it from git archive.

This commit is contained in:
Bruno Wolff III 2010-06-19 18:22:16 +00:00
parent 420b5200fd
commit 661f001f07
2 changed files with 9 additions and 2 deletions

View File

@ -5,10 +5,14 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 032
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Group: System Environment/Base
URL: http://git.fedorahosted.org/git/livecd
# To make source tar ball:
# git clone git://git.fedorahosted.org/livecd
# cd livecd
# git archive --prefix livecd-tools-VERSION/ livecd-tools-VERSION | bzip2 > livecd-tools-VERSION.tar.bz2
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-imgcreate = %{version}-%{release}
@ -82,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Sat Jun 19 2010 Bruno Wolff III <bruno@wolff.to> - 032-2
- Fix tar prefix and document how to make it
* Sat Jun 19 2010 Bruno Wolff III <bruno@wolff.to> - 032-1
- Added support for specifying compressors
- Add Requires for parted - Bug 605639

View File

@ -1 +1 @@
1a213d4a148a140178e72cd357d5ec0f livecd-tools-032.tar.bz2
73188a50597f90c7e51c11108292e38e livecd-tools-032.tar.bz2