From 709498d46ca78ef5338d3c4dce36b7e5c5037905 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 8 Sep 2010 20:23:34 +0200 Subject: [PATCH] RPM: call ldconfig for libyaz4, not yaz --- yaz.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaz.spec.in b/yaz.spec.in index 0749222..67c9892 100644 --- a/yaz.spec.in +++ b/yaz.spec.in @@ -30,8 +30,8 @@ Requires: libxslt gnutls libicu YAZ is a library for the ANSI/NISO Z39.50 protocol for Information Retrieval. -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post -n libyaz4 -p /sbin/ldconfig +%postun -n libyaz4 -p /sbin/ldconfig %package -n libyaz4-devel Summary: Z39.50 Library - development package -- 1.7.10.4