Skip to content

Commit

Permalink
packages: fix tarantool-checks dependency
Browse files Browse the repository at this point in the history
The patch adds tarantool-checks runtime dependency for rpm/dep
packages. It also decreases required tarantool-check version to 2.1
because we because we are compatible with it in fact.

Part of #124
  • Loading branch information
oleg-jukovec committed Aug 1, 2022
1 parent bd20ded commit 72b33f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Vcs-Browser: https://github.com/tarantool/expirationd

Package: tarantool-expirationd
Architecture: all
Depends: tarantool (>= 1.6.8.0), ${misc:Depends}
Depends: tarantool (>= 1.6.8.0), tarantool-checks (>= 2.1), ${misc:Depends}
Description: Expiration daemon for Tarantool
This package can turn Tarantool into a persistent memcache replacement,
but is powerful enough so that your own expiration strategy can be defined.
Expand Down
2 changes: 1 addition & 1 deletion expirationd-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = {
}
dependencies = {
"lua >= 5.1", -- actually tarantool > 1.6
"checks == 3.1.0-1",
"checks >= 2.1",
}
build = {
type = "builtin",
Expand Down
1 change: 1 addition & 0 deletions rpm/tarantool-expirationd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ BuildArch: noarch
BuildRequires: tarantool >= 1.6.8.0
BuildRequires: /usr/bin/prove
Requires: tarantool >= 1.6.8.0
Requires: tarantool-checks >= 2.1
%description
This package can turn Tarantool into a persistent memcache replacement,
but is powerful enough so that your own expiration strategy can be defined.
Expand Down

0 comments on commit 72b33f6

Please sign in to comment.