Hi Christian, On Wed, 2017-04-19 at 21:14 +0000, Christian Stadelmann wrote: > I noticed that there is an empty directory /usr/src/debug/tmp on my > system, which does not make much sense to me. `dnf > provides /usr/src/debug/tmp` reveals, that this folder is provided by > 50 (!) different debuginfo (sub-)packages (on Fedora 25). They are > provided by these source packages: > > [... way too long list of packages ...] > > The spec files do not specify anything related to that directory, some > even do not mention the debuginfo subpackage. It looks like the > `find-debuginfo.sh` from the rpm-build package was copying that file > into the -debuginfo rpms. I'd say that this should not happen, am I > right? How can this be fixed? You are right. That is a bad bug in rpmbuild: https://bugzilla.redhat.com/show_bug.cgi?id=641022 It was recently partially fixed upstream by explicitly setting the mode of all debug directories. We should backport that fix at least. See the bug report for some more discussion of what is going on and what needs to be done to fully fix it. But I'll try to get at least that upstream fix (and probably an explicit removal of that directory) into fedora rpm tomorrow. Cheers, Mark _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx