[SCM] SAMBA-CTDB repository - branch v3-3-ctdb updated - 880bb9c1798f97095de19d4afda3f74824e0f191

Michael Adam obnox at samba.org
Thu Mar 19 23:22:53 GMT 2009


The branch, v3-3-ctdb has been updated
       via  880bb9c1798f97095de19d4afda3f74824e0f191 (commit)
      from  08f544dfaf266614da1b3e9443e894a4f3e56833 (commit)

http://gitweb.samba.org/?p=obnox/samba-ctdb.git;a=shortlog;h=v3-3-ctdb


- Log -----------------------------------------------------------------
commit 880bb9c1798f97095de19d4afda3f74824e0f191
Author: Michael Adam <obnox at samba.org>
Date:   Fri Mar 20 00:21:34 2009 +0100

    packaging(RHEL-CTDB): fix creation of version number in makespec.sh
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 packaging/RHEL-CTDB/makespec.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/RHEL-CTDB/makespec.sh b/packaging/RHEL-CTDB/makespec.sh
index 62f0969..a73b3f8 100755
--- a/packaging/RHEL-CTDB/makespec.sh
+++ b/packaging/RHEL-CTDB/makespec.sh
@@ -26,7 +26,7 @@ vendor_version=`grep SAMBA_VERSION_VENDOR_SUFFIX ${VERSION_H} | awk '{print $3}'
 if test "x${vendor_version}"  != "x" ; then
 	VERSION="${VERSION}-${vendor_version}"
 fi
-vendor_patch=`grep SAMBA_VERSION_VENDOR_PATCH ${VERSION_H} | awk '{print $3}'`
+vendor_patch=`grep "SAMBA_VERSION_VENDOR_PATCH " ${VERSION_H} | awk '{print $3}'`
 if test "x${vendor_patch}" != "x" ; then
 	VERSION="${VERSION}-${vendor_patch}"
 fi


-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list