rpmlint
rpmlint copied to clipboard
Ensure that debug files doesn't get included in other packages
(From http://rpmlint.zarb.org/cgi-bin/trac.cgi/ticket/13)
if you have %{_libdir} in your list you'll include %{_libdir}/debug too, that way you'll end up including the debug package in the package too.
So having %{_libdir}, %{_libdir}/* in your list will is a no-no
Original comment by: scop
- Milestone: 1.4 --> 1.7
Original comment by: scop
- Milestone: 1.7 --> future
Original comment by: scop
Looking at this I see that %_libdir/* gets handled properly by rpmbuild in SUSE, anyone knows if it is some SUSE patch or if it was fixed on rplbuild side?