Veeti Paananen wrote:
> More specifically, the following:
> 
> * c08d9c216b94d87ba9e48b9ba6f243b21dd2ef.debug
> * libpaco-log.so.0.debug
> * libpaco-log.so.debug
> 
> These don't exist on the x86_64 package.
> 
> (libpaco-log is a library used by the application internally only to log
> installations.)
> 
> How do I get rid of these, and what is causing this?

Your %{_libdir}/* wildcard is overencompassing and also picks up 
/usr/lib/debug.

Instead of overly broad wildcards and %exclude, you should use more specific 
wildcards, e.g.:
%{_libdir}/*.so.*

I also recommend deleting files you aren't going to package at all at the 
end of %install rather than using %exclude for them.

        Kevin Kofler

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to