From 381f6727f426428870fd0ca7172c4dea8a36ea49 Mon Sep 17 00:00:00 2001 From: blinxen Date: Tue, 12 Sep 2023 23:51:31 +0200 Subject: [PATCH] Use quotes instead of backslashes to escape whitespace in license path [skip changelog] --- rust-faster-hex.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-faster-hex.spec b/rust-faster-hex.spec index 6467594..784bdad 100644 --- a/rust-faster-hex.spec +++ b/rust-faster-hex.spec @@ -35,7 +35,7 @@ use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE -%license %{crate_instdir}/LICENSE-THIRD-PARTY/Rust\ Project\ Developers +%license "%{crate_instdir}/LICENSE-THIRD-PARTY/Rust Project Developers" %license %{crate_instdir}/LICENSE-THIRD-PARTY/fast-hex %doc %{crate_instdir}/README.md %{crate_instdir}/