[Bug 196570] Review Request: mirage

bugzilla at redhat.com bugzilla at redhat.com
Mon Jun 26 07:23:51 UTC 2006


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

Summary: Review Request: mirage


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





------- Additional Comments From bugs.michael at gmx.net  2006-06-26 03:15 EST -------
* %{_datadir}/%{name} is unowned

* %doc files are duplicated in %{_datadir}/%{name}, but not used
at run-time

> As your package uses .so files. You can add subpackage -devel.

No, surely not in this case. This is a C shared library Python
extension module. Moving it into a -devel package would be wrong
and would break the Python application.

> add %post %postun sections with call to ldconfig as
>     %post -p /sbin/ldconfig
>     %postun -p /sbin/ldconfig

Negative. The package does NOT store any shared libs in dynamic
linker's search paths, but only in Python sitearch.

Further, "-p /sbin/ldconfig" would not work when the scriptlet
contained a body which to execute in a shell. Option "-p" specifies
the scriptlet interpreter explicitly (default is -p /bin/sh).

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list