[Bug 453569] Review Request: libmirage - library to provide access to different image formats

bugzilla at redhat.com bugzilla at redhat.com
Sun Aug 24 12:13:20 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=453569





--- Comment #11 from Debarshi Ray <debarshi.ray at gmail.com>  2008-08-24 08:13:19 EDT ---
Rpmlint errors:

[rishi at ginger x86_64]$ rpmlint -i libmirage-1.1.0-2.fc8.x86_64.rpm 
libmirage.x86_64: E: postin-without-ldconfig /usr/lib64/libmirage.so.1.0.0
This package contains a library and its %post scriptlet doesn't call ldconfig.

libmirage.x86_64: E: postun-without-ldconfig /usr/lib64/libmirage.so.1.0.0
This package contains a library and its %postun doesn't call ldconfig.

libmirage.x86_64: E: non-empty-%post /sbin/ldconfig
libmirage.x86_64: E: non-empty-%postun /sbin/ldconfig
[rishi at ginger x86_64]$ 


Since your %post and %postun stanzas contain more than one command, you need to
change them to:

%post
/sbin/ldconfig
update-mime-database %{_datadir}/mime &> /dev/null || :

%postun
/sbin/ldconfig
update-mime-database %{_datadir}/mime &> /dev/null || :

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list