rpms/livecd-tools/devel livecd-tools.spec, 1.38, 1.39 sources, 1.29, 1.30

Bruno Wolff III bruno at fedoraproject.org
Sat Jun 19 18:22:17 UTC 2010


Author: bruno

Update of /cvs/pkgs/rpms/livecd-tools/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19188

Modified Files:
	livecd-tools.spec sources 
Log Message:
Fix prefix in tar archive and document producing it from git archive.




Index: livecd-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/livecd-tools/devel/livecd-tools.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- livecd-tools.spec	19 Jun 2010 17:48:09 -0000	1.38
+++ livecd-tools.spec	19 Jun 2010 18:22:16 -0000	1.39
@@ -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 at wolff.to> - 032-2
+- Fix tar prefix and document how to make it
+
 * Sat Jun 19 2010 Bruno Wolff III <bruno at wolff.to> - 032-1
 - Added support for specifying compressors
 - Add Requires for parted - Bug 605639


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/livecd-tools/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- sources	19 Jun 2010 17:48:09 -0000	1.29
+++ sources	19 Jun 2010 18:22:16 -0000	1.30
@@ -1 +1 @@
-1a213d4a148a140178e72cd357d5ec0f  livecd-tools-032.tar.bz2
+73188a50597f90c7e51c11108292e38e  livecd-tools-032.tar.bz2



More information about the scm-commits mailing list