[eucalyptus/f18] Fix generated tarball and generation steps in spec

Andy Grimm arg at fedoraproject.org
Thu Feb 28 19:07:19 UTC 2013


commit ffbe20769507ea0787e7c9eef16f8111f5890caf
Author: Andy Grimm <agrimm at gmail.com>
Date:   Thu Feb 28 14:07:12 2013 -0500

    Fix generated tarball and generation steps in spec

 eucalyptus.spec |    5 +++--
 sources         |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/eucalyptus.spec b/eucalyptus.spec
index 699ec5b..19d89f2 100644
--- a/eucalyptus.spec
+++ b/eucalyptus.spec
@@ -139,8 +139,9 @@ Source11:      httpd-common.conf
 # 4) pushd eucalyptus-<version>
 # 5) Run configure command from: rpmspec -P ../eucalyptus.spec | grep -A 15 ^./configure
 # 6) for x in gatherlog cluster node; do pushd $x; make generated/stubs; popd; done
-# 7) popd
-# 8) tar czf eucalyptus-<version>-generated.tgz \
+# 7) find . -name '*.o' | xargs rm
+# 8) popd
+# 9) tar czf eucalyptus-<version>-generated.tgz \
 #            eucalyptus-<version>/{node,cluster,gatherlog}/generated
 %if !%with_axis2v14
 Source12:      eucalyptus-%{version}-generated.tgz
diff --git a/sources b/sources
index 6df4678..dc8106d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-977baabcc4cc1ca8d3c625322b60a46b  eucalyptus-3.2.1-generated.tgz
 e3ad719b64c7b098e86fe933440a20e7  eucalyptus-3.2.1.tar.gz
+9198e120092fee702f9642fb7163b0f8  eucalyptus-3.2.1-generated.tgz


More information about the scm-commits mailing list