File targetcli-fix-git-version-for-suse.patch of Package targetcli
diff -aurp targetcli-2.1.orig/targetcli/__init__.py targetcli-2.1/targetcli/__init__.py --- targetcli-2.1.orig/targetcli/__init__.py 2014-06-20 15:03:06.067714639 -0700 +++ targetcli-2.1/targetcli/__init__.py 2014-06-20 15:08:08.723699293 -0700 @@ -17,7 +17,7 @@ under the License. from ui_root import UIRoot -__version__ = 'GIT_VERSION' +__version__ = '2.1-suse' __author__ = "Jerome Martin <jxm@risingtidesystems.com>" __url__ = "http://www.risingtidesystems.com" __description__ = "An administration shell for RTS storage targets."