[Ovirt-devel] [PATCH] fixed static version in autobuild.sh

Mohammed Morsi mmorsi at redhat.com
Thu Sep 11 13:33:29 UTC 2008


---
 autobuild.sh |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/autobuild.sh b/autobuild.sh
index eaaf5f4..b189546 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -27,6 +27,8 @@ test -f Makefile && make -k distclean || :
 
 make tar
 
+version=`sed s/\ .*$// version`
+
 if [ -f /usr/bin/rpmbuild ]; then
   if [ -n "$AUTOBUILD_COUNTER" ]; then
     EXTRA_RELEASE=".auto$AUTOBUILD_COUNTER"
@@ -37,7 +39,7 @@ if [ -f /usr/bin/rpmbuild ]; then
   # manually copy files over until we have an autotools
   #  generated tarball to base rpmbuild on
   cp version $AUTOBUILD_PACKAGE_ROOT/rpm/SOURCES/
-  cp rpm-build/ovirt-server-0.92.tar.gz $AUTOBUILD_PACKAGE_ROOT/rpm/SOURCES/
+  cp rpm-build/ovirt-server-$version.tar.gz $AUTOBUILD_PACKAGE_ROOT/rpm/SOURCES/
 
   rpmbuild --nodeps --define "extra_release $EXTRA_RELEASE" -ba --clean ovirt-server.spec
 fi
-- 
1.5.4.1




More information about the ovirt-devel mailing list