#22 provide a proper mechanism for overriding %__cargo_is_lib / %__cargo_is_bin
Closed by decathorpe. Opened by decathorpe.

The "old" way of overriding this was by doing something like:

%global __cargo_is_lib 0

However, this has actually been broken since rust-packaging v24, and has only accidentally worked in most cases (because a failed subprocess and a failed comparison somehow do the same thing?).


Metadata Update from @decathorpe:
- Issue set to the milestone: 25.3

Implemented in https://pagure.io/fedora-rust/rust-packaging/pull-request/25

Metadata Update from @decathorpe:
- Issue set to the milestone: 26.0 (was: 25.3)
- Issue status updated to: Closed (was: Open)

Metadata