This project is closed and read-only.
Actions
Backport #8878
closedcontents of test-unit.gemspec not reproducible
Backport #8878:
contents of test-unit.gemspec not reproducible
Status:
Closed
Assignee:
Description
Because the input gemspec does not contain a date, the generated gemspec will have a different date depending on when Ruby was
compiled.
On Debian we want to support multiarch, and that requires architecture-independent files to be byte-by-byte identical.
The attached patch fixes this by adding an explicit date to the gemspec.
Files
Actions