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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>  2008-08-24 08:13:19 EDT ---
Rpmlint errors:

[rishi@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@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.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-package-review

[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]