SHA256
1
0
forked from pool/kio-fuse
Christophe Giboudeaux 2020-08-27 09:46:49 +00:00 committed by Git OBS Bridge
parent d9c5e12317
commit a4854c7dbb
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 27 09:46:42 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Spec cleanup
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 26 17:57:40 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de> Tue May 26 17:57:40 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -37,7 +37,7 @@ BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Test)
BuildRequires: pkgconfig(fuse3) BuildRequires: pkgconfig(fuse3)
Requires: fuse3 Requires: fuse3
# For %check # For %%check
BuildRequires: kio-extras5 BuildRequires: kio-extras5
%description %description
@ -49,7 +49,7 @@ applications using FUSE.
%build %build
%cmake_kf5 -d build -- -DBUILD_TESTING=ON %cmake_kf5 -d build -- -DBUILD_TESTING=ON
%make_jobs %cmake_build
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
@ -62,8 +62,8 @@ applications using FUSE.
ret=0 ret=0
fusermount3 || ret=$? fusermount3 || ret=$?
if [ $ret -eq 126 ] ; then if [ $ret -eq 126 ] ; then
# No permission to run fusermount3: boo#1159963 # No permission to run fusermount3: boo#1159963
exit 0 exit 0
fi fi
# Hack to make "fusermount3 -u" work in the OBS context # Hack to make "fusermount3 -u" work in the OBS context