From 02713afda97105b9854d9be88a0a613bc6400f22 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 2 Oct 2013 13:07:48 +0200 Subject: [PATCH] RPM: fix require to libyaz5 --- metaproxy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaproxy.spec b/metaproxy.spec index 00e63a7..711308e 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -30,7 +30,7 @@ Metaproxy documentation. %package -n libmetaproxy5 Summary: Metaproxy library Group: Libraries -Requires: libyazpp6 >= 1.4.1, libyaz4 >= 5.0.0 +Requires: libyazpp6 >= 1.4.1, libyaz5 >= 5.0.0 %description -n libmetaproxy5 The Metaproxy libraries. -- 1.7.10.4