From 2e628cd8033ffba8be20f95f26112e325ff82ddb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 16 Nov 2011 11:27:29 +0100 Subject: [PATCH] Avoid YAZ 4.2.18 which is broken WRT SRU --- debian/control | 1 + metaproxy.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index fa629bf..d9c99b1 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Package: libmetaproxy4 Section: libs Architecture: any Depends: ${shlibs:Depends} +Conflicts: libyaz4 = (4.2.18) Description: Z39.50/SRU router (runtime) This is a universal router, proxy and encapsulated metasearcher for information retrieval protocols. It accepts, processes, interprets diff --git a/metaproxy.spec b/metaproxy.spec index 97db960..948856c 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -30,6 +30,7 @@ Metaproxy documentation. Summary: Metaproxy library Group: Libraries Requires: libyazpp4 +Conflicts: libyaz4 = 4.2.18 %description -n libmetaproxy4 The Metaproxy libraries. -- 1.7.10.4