ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
13 stars 5 forks source link

Rust vendoring fix #698

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

Fix an issue with unvendoring Rust dependencies in lock2spec.py. This was preventing the pruning of crates available as packages from the final tarball. The symptom was that the release artifacts were all the same size.

Closes #697

jw3 commented 1 year ago

The fc tarballs are now 428K, the el tarball is 10MB. :+1:

This regressed towards the end of the RPM refactor when an extra subdir needed added to the vendoring output path. The error was hidden by the ignore_srrors flag that was inexplicably enabled.