Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild should report missing files for all subpackages (#1277)

2023-10-04 Thread Michal Domonkos
Just FTR, this could be related to #1277. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/1277#issuecomment-1746473960 You are receiving this because you commented. Message ID: ___ Rpm-maint m

Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild should report missing files for all subpackages (#1277)

2020-06-23 Thread mokraemer
I think it depends. I had packaged MariaDB, which is big too. And they change a lot of things during each minor release. To get all changes I had to do the rebuilt for 10 times. Each one consuming 30 minutes. If I had all missing/duplicate files at once, I think this can be done in 2 rebuilds.

Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild should report missing files for all subpackages (#1277)

2020-06-19 Thread mokraemer
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,

Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild should report missing files for all subpackages (#1277)

2020-06-19 Thread Igor Raits
Can you elaborate more please? What missing / unpacked files, waht subpackages, what report? -- 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-646655800__

[Rpm-maint] [rpm-software-management/rpm] rpmbuild should report missing files for all subpackages (#1277)

2020-06-19 Thread mokraemer
The current implementation reports missing or unpacked files just for one package and not for all subpackes. This leads to massive rebuilds. It would be much easier for all packagers, if you allways get a full report of missing, unpacked or duplicate files.Currently this is really time consumin