From 06fc7227ef533de5212fc84eef0938f887d0a2f3 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Tue, 25 Feb 2020 16:13:59 +0100 Subject: [PATCH] Fixed wrong sed invocation Signed-off-by: Peter Lemenkov --- fuse-sshfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fuse-sshfs.spec b/fuse-sshfs.spec index f3b419b..9d668ba 100644 --- a/fuse-sshfs.spec +++ b/fuse-sshfs.spec @@ -3,7 +3,7 @@ Name: fuse-sshfs Version: 3.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FUSE-Filesystem to access remote filesystems via SSH License: GPLv2 URL: https://github.com/libfuse/sshfs @@ -36,7 +36,7 @@ mounting the filesystem is as easy as logging into the server with ssh. %prep %setup -q -n sshfs-%{version} # fix tests -sed -i "s/'fusermount/'fusermount3/g" test/util.py +sed -i "s/'fusermount'/'fusermount3'/g" test/util.py %build @@ -63,6 +63,9 @@ python3 -m pytest test/ %changelog +* Tue Feb 25 2020 Peter Lemenkov - 3.7.0-2 +- Fixed wrong sed invocation + * Mon Feb 17 2020 Peter Lemenkov - 3.7.0-1 - Ver. 3.7.0