rpmlint icon indicating copy to clipboard operation
rpmlint copied to clipboard

Ensure that debug files doesn't get included in other packages

Open scop opened this issue 12 years ago • 3 comments

(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

scop avatar Apr 02 '13 19:04 scop

  • Milestone: 1.4 --> 1.7

Original comment by: scop

scop avatar Jul 19 '14 13:07 scop

  • Milestone: 1.7 --> future

Original comment by: scop

scop avatar Jan 24 '15 09:01 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?

scarabeusiv avatar Aug 13 '19 20:08 scarabeusiv