Fixed wrong sed invocation
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
17efbff337
commit
06fc7227ef
@ -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 <lemenkov@gmail.com> - 3.7.0-2
|
||||
- Fixed wrong sed invocation
|
||||
|
||||
* Mon Feb 17 2020 Peter Lemenkov <lemenkov@gmail.com> - 3.7.0-1
|
||||
- Ver. 3.7.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user