[Rpm-maint] [rpm-software-management/rpm] rpmbuild should report missing files for all subpackages (#1277)
mokraemer
notifications at github.com
Fri Jun 19 14:17:48 UTC 2020
if you have a spec file having multiple %package and %files sections
and you have
%files packOne
missingOne
%files packTwo
missingTwo
rpmbuild will fail with
Processing files: packOne
error: File not found: missingOne
RPM build errors:
File not found: missingOne
You have to correct packOne, rerun and then get an equal error for packTwo.
For small packages this is no harm, but for big packages it would be a help to have:
Processing files: packOne
error: File not found: missingOne
Processing files: packTwo
error: File not found: missingTwo
And the same holds for duplicate or unpacked files. Why is this check skipped, just because one file is missing, if this is checked, I could correct more errors before I had to rerun rpmbuild
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1277#issuecomment-646660957
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200619/80b01d2c/attachment.html>
More information about the Rpm-maint
mailing list