Skip to content

Commit 3b7deff

Browse files
committed
RPM updated with auto version bump
1 parent 2f961c9 commit 3b7deff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rpm/tarantool-python.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
%define name tarantool-python
2+
%global build_version %(git describe --long | sed "s/[0-9]*\.[0-9]*\.[0-9]*-//" | sed "s/-[a-z 0-9]*//")
3+
24

35
Summary: Python client library for Tarantool Database
46
Name: %{name}
57
Version: 0.5.1
6-
Release: 1%{dist}
8+
Release: %{build_version}
79
Source0: %{version}.tar.gz
810
License: BSD
911
Group: Development/Libraries

0 commit comments

Comments
 (0)