[numad/f18] Update spec: fix command to generate tarball

jsynacek jsynacek at fedoraproject.org
Mon Dec 3 14:46:11 UTC 2012


commit 8ac025bd50052b627c9e2d35229b559a487fc4e3
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Mon Dec 3 15:45:21 2012 +0100

    Update spec: fix command to generate tarball

 numad.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/numad.spec b/numad.spec
index c42a48d..e2ae8cb 100644
--- a/numad.spec
+++ b/numad.spec
@@ -11,7 +11,7 @@ URL: http://git.fedorahosted.org/git/?p=numad.git
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 #   git clone git://git.fedorahosted.org/numad.git numad-0.5git
-#   tar --exclude-vcs cJf numad-0.5git.tar.xz numad-0.5git/
+#   tar --exclude-vcs -cJf numad-0.5git.tar.xz numad-0.5git/
 Source0: %{name}-%{version}git.tar.xz
 Patch0: numad-0.5git-pthread.patch
 
@@ -61,6 +61,7 @@ make install prefix=%{buildroot}/usr
 %changelog
 * Mon Dec 03 2012 Jan Synáček <jsynacek at redhat.com> - 0.5-8.20121130git
 - Update to 20121130
+- Update spec: fix command to generate tarball
 
 * Tue Oct 16 2012 Jan Synáček <jsynacek at redhat.com> - 0.5-7.20121015git
 - Update to 20121015


More information about the scm-commits mailing list