nmstate/0001-Workaround-for-Fedora-rust-packaging.patch

12 lines
467 B
Diff
Raw Normal View History

diff -Nur nmstate-2.2.21.orig/rust/src/lib/Cargo.toml nmstate-2.2.21/rust/src/lib/Cargo.toml
--- nmstate-2.2.21.orig/rust/src/lib/Cargo.toml 2023-12-14 19:21:53.000000000 +0800
+++ nmstate-2.2.21/rust/src/lib/Cargo.toml 2023-12-15 19:04:02.936926574 +0800
@@ -61,6 +61,6 @@
[features]
default = ["query_apply", "gen_conf", "gen_revert"]
-query_apply = ["nispor", "nix", "zbus"]
+query_apply = ["dep:nispor", "dep:nix", "dep:zbus"]
gen_conf = []
gen_revert = []