diff --git a/kio-fuse.changes b/kio-fuse.changes index 9e9dc0b..11f456b 100644 --- a/kio-fuse.changes +++ b/kio-fuse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 27 09:46:42 UTC 2020 - Christophe Giboudeaux + +- Spec cleanup + ------------------------------------------------------------------- Tue May 26 17:57:40 UTC 2020 - Fabian Vogt diff --git a/kio-fuse.spec b/kio-fuse.spec index a92202a..4314cd2 100644 --- a/kio-fuse.spec +++ b/kio-fuse.spec @@ -37,7 +37,7 @@ BuildRequires: cmake(Qt5DBus) >= 5.12.0 BuildRequires: cmake(Qt5Test) BuildRequires: pkgconfig(fuse3) Requires: fuse3 -# For %check +# For %%check BuildRequires: kio-extras5 %description @@ -49,7 +49,7 @@ applications using FUSE. %build %cmake_kf5 -d build -- -DBUILD_TESTING=ON -%make_jobs +%cmake_build %install %kf5_makeinstall -C build @@ -62,8 +62,8 @@ applications using FUSE. ret=0 fusermount3 || ret=$? if [ $ret -eq 126 ] ; then - # No permission to run fusermount3: boo#1159963 - exit 0 + # No permission to run fusermount3: boo#1159963 + exit 0 fi # Hack to make "fusermount3 -u" work in the OBS context