Skip to content

Commit 0a7b52b

Browse files
committed
packages: fix tarantool-checks dependency
The patch adds tarantool-checks runtime dependency for rpm/dep packages. It also decreases required tarantool-check version to 2.1 because we are compatible with it in fact. Part of #124
1 parent bd20ded commit 0a7b52b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Vcs-Browser: https://github.com/tarantool/expirationd
1313

1414
Package: tarantool-expirationd
1515
Architecture: all
16-
Depends: tarantool (>= 1.6.8.0), ${misc:Depends}
16+
Depends: tarantool (>= 1.6.8.0), tarantool-checks (>= 2.1), ${misc:Depends}
1717
Description: Expiration daemon for Tarantool
1818
This package can turn Tarantool into a persistent memcache replacement,
1919
but is powerful enough so that your own expiration strategy can be defined.

expirationd-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = {
1212
}
1313
dependencies = {
1414
"lua >= 5.1", -- actually tarantool > 1.6
15-
"checks == 3.1.0-1",
15+
"checks >= 2.1",
1616
}
1717
build = {
1818
type = "builtin",

rpm/tarantool-expirationd.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ BuildArch: noarch
1010
BuildRequires: tarantool >= 1.6.8.0
1111
BuildRequires: /usr/bin/prove
1212
Requires: tarantool >= 1.6.8.0
13+
Requires: tarantool-checks >= 2.1
1314
%description
1415
This package can turn Tarantool into a persistent memcache replacement,
1516
but is powerful enough so that your own expiration strategy can be defined.

0 commit comments

Comments
 (0)