From 661f001f0788c040257daf8146569c9f02bfaea8 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Sat, 19 Jun 2010 18:22:16 +0000 Subject: [PATCH] Fix prefix in tar archive and document producing it from git archive. --- livecd-tools.spec | 9 ++++++++- sources | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/livecd-tools.spec b/livecd-tools.spec index 1f65175..d07b0bf 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -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 - 032-2 +- Fix tar prefix and document how to make it + * Sat Jun 19 2010 Bruno Wolff III - 032-1 - Added support for specifying compressors - Add Requires for parted - Bug 605639 diff --git a/sources b/sources index aff16c8..f29e3be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a213d4a148a140178e72cd357d5ec0f livecd-tools-032.tar.bz2 +73188a50597f90c7e51c11108292e38e livecd-tools-032.tar.bz2