From bb173b6790c77df7615257f9089737e1b3ade6d0 Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko <pmwkaa@gmail.com> Date: Fri, 24 Jan 2014 18:23:52 +0400 Subject: [PATCH] gh-171: do not depend on server debug symbols package for the client one. closes #171 --- extra/rpm.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/extra/rpm.spec.in b/extra/rpm.spec.in index 4b0efdb7c2..931c8ea9e0 100644 --- a/extra/rpm.spec.in +++ b/extra/rpm.spec.in @@ -30,7 +30,6 @@ Vendor: tarantool.org Group: Applications/Databases Provides: tarantool-client Obsoletes: tarantool-client -Requires: tarantool-debug = @RPM_PACKAGE_VERSION@-@RPM_PACKAGE_RELEASE@ %description -n tarantool-client Tarantool is a high performance in-memory NoSQL database. It supports replication, online backup, stored procedures in Lua. -- GitLab