From a66dfbca3c054cf9b45b829ef4abfb60e5365d4d Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Mon, 25 Mar 2024 08:09:54 +0800 Subject: [PATCH] Fix cargo vendor license file Signed-off-by: Gris Ge --- nmstate.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmstate.spec b/nmstate.spec index 04392af..ecf602c 100644 --- a/nmstate.spec +++ b/nmstate.spec @@ -203,7 +203,7 @@ popd %doc README.md %license LICENSE.dependencies %if 0%{?rhel} -%license cargo-vendor.txt +%license rust/cargo-vendor.txt %endif %doc examples/ %{_mandir}/man8/nmstatectl.8*