Skip to content

Commit a83c873

Browse files
committed
Update RPM spec file to match the rockspec
Update Tarantool version requirement to 1.10
1 parent d728863 commit a83c873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rpm/tarantool-memcached.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: tarantool-memcached
2-
Version: 0.1.0
2+
Version: 1.0.1
33
Release: 1%{?dist}
44
Summary: Memcached protocol emulation for Tarantool
55
Group: Applications/Databases
@@ -8,12 +8,12 @@ URL: https://github.com/tarantool/memcached
88
Source0: https://github.com/tarantool/memcached/archive/%{version}/%{name}-%{version}.tar.gz
99
BuildRequires: cmake >= 2.8
1010
BuildRequires: gcc >= 4.5
11-
BuildRequires: tarantool-devel >= 1.6.8.0
11+
BuildRequires: tarantool-devel >= 1.10.0
1212
BuildRequires: small-devel
1313
#BuildRequires: msgpuck-devel
1414
BuildRequires: /usr/bin/prove
1515
BuildRequires: cyrus-sasl-devel
16-
Requires: tarantool >= 1.6.8.0
16+
Requires: tarantool >= 1.10.0
1717

1818
%description
1919
This package provides a Memcached protocol emulation for Tarantool.

0 commit comments

Comments
 (0)