dmnks created an issue (rpm-software-management/rpm#3658)
Some intermediate files (such as `debugsourcefiles.list`) generated by the
`find-debuginfo` script during build may end up in the source tree when using
`--build-in-place`. This is because we call that script with the
`%{builddir}/%{?buildsubdir}` argument and that directory is a symlink to
`$PWD` in `--build-in-place` mode.
With the guaranteed per-build directories (#2078) in RPM 4.20, placing such
artifacts in the parent directory (`%{builddir}`) instead makes more sense, and
would also ensure that they're cleaned up by RPM after the build in case of
`--build-in-place`.
For some more context, see the discussion thread #3644.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3658
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/[email protected]>_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint