Re: [Rpm-maint] [rpm-software-management/rpm] Override ghost+dir filesizes (#229)

2017-06-06 Thread Bernhard M. Wiedemann
Closed #229. -- 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/pull/229#event-1112101274___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Override ghost+dir filesizes (#229)

2017-06-06 Thread Panu Matilainen
NAK, there are people actually relying on %ghost sizes being recorded and taken into account on free disk space checking. That said, in MOST cases the %ghost size is simply fubar and we'd be better off not recording it. I could imagine something like %ghost(size=1234K) but even that is breaking

[Rpm-maint] [rpm-software-management/rpm] Override ghost+dir filesizes (#229)

2017-06-02 Thread Bernhard M. Wiedemann
for directories and ghost files we do not want to record their size in binary rpms to make builds more reproducible. See https://reproducible-builds.org/ for why this matters. Note: I'm not sure if this is the best/correct way to do this, but at least it made the packages build bit-identical