From c1c83cc6dbb56c122dd1acdfaded3f90e7b0601b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 9 Dec 2021 11:07:00 +0100 Subject: [PATCH] Another source name fix --- fuse-chunkfs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuse-chunkfs.spec b/fuse-chunkfs.spec index d6c9423..47f2f97 100644 --- a/fuse-chunkfs.spec +++ b/fuse-chunkfs.spec @@ -25,7 +25,7 @@ that has the same contents as the file or device you created the tree from by mounting it as a ChunkFS. %prep -%setup -q -n %{realname}-%{version} +%setup -q -n chunkfs-%{version} %build %{__make} %{?_smp_mflags}