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 <[EMAIL PROTECTED]>  2008-08-24 08:13:19 EDT 
---
Rpmlint errors:

[EMAIL PROTECTED] 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
[EMAIL PROTECTED] 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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to