From 07f52472f0a1f21c120b85fea5ece60102ad4353 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 Jun 2014 12:52:07 +0200 Subject: [PATCH] Update RPM requires yaz: list only those not already in libyaz5 libyaz5: list all libs used - including hiredis --- doc/common | 2 +- yaz.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/common b/doc/common index f6a5ec8..2e8f066 160000 --- a/doc/common +++ b/doc/common @@ -1 +1 @@ -Subproject commit f6a5ec8c243e2a6829a2917cb30c849612d6fd01 +Subproject commit 2e8f066e04b29e67bdbe09087d9ad042ca066c00 diff --git a/yaz.spec b/yaz.spec index d67d528..ece58ef 100644 --- a/yaz.spec +++ b/yaz.spec @@ -15,8 +15,7 @@ Release: 4.redis %define is_suse %(test -e /etc/SuSE-release >/dev/null && echo 1 || echo 0) %define is_suse11 %(grep 'VERSION = 11' /etc/SuSE-release >/dev/null 2>&1 && echo 1 || echo 0) %define is_fedora %(test -e /etc/fedora-release && echo 1 || echo 0) -Requires: libxslt, gnutls, readline, libyaz5 = %{version} -Requires: hiredis +Requires: readline, libyaz5 = %{version} License: BSD Group: Applications/Internet Vendor: Index Data ApS @@ -61,6 +60,7 @@ for the ANSI/NISO Z39.50 protocol for Information Retrieval. Summary: Z39.50 Library Group: Libraries Requires: libxslt, gnutls, libicu, libgcrypt +Requires: hiredis %description -n libyaz5 YAZ is a library for the ANSI/NISO Z39.50 protocol for Information -- 1.7.10.4