From: Adam Dickmeiss Date: Wed, 8 Sep 2010 18:23:34 +0000 (+0200) Subject: RPM: call ldconfig for libyaz4, not yaz X-Git-Tag: v4.1.0~15^2~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=709498d46ca78ef5338d3c4dce36b7e5c5037905 RPM: call ldconfig for libyaz4, not yaz --- 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