From db95d29ae3aa23f1f324490381234e32e71c1c1c Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Mon, 24 Feb 2025 15:37:50 +0800 Subject: [PATCH] Fix rust-nmstate-query_apply-devel dependency Signed-off-by: Gris Ge --- nmstate.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nmstate.spec b/nmstate.spec index 9efc416..fd0d385 100644 --- a/nmstate.spec +++ b/nmstate.spec @@ -136,9 +136,9 @@ Summary: Rust crate of nmstate with query_apply feature BuildArch: noarch License: Apache-2.0 # https://bugzilla.redhat.com/show_bug.cgi?id=2161128 -Requires: (crate(nispor/default) >= 1.2.12 with crate(nispor/default) < 2.0) -Requires: (crate(nix/default) >= 0.24 with crate(nix/default) < 0.25) -Requires: (crate(zbus/default) >= 1.9 with crate(zbus/default) < 2.0) +Requires: (crate(nispor/default) >= 1.2.17 with crate(nispor/default) < 2.0) +Requires: (crate(nix/default) >= 0.26 with crate(nix/default) < 0.27) +Requires: (crate(zbus/default) >= 5.1 with crate(zbus/default) < 6.0) %description -n rust-%{name}+query_apply-devel This package contains library source intended for building other packages