diff --git a/fuse3.spec b/fuse3.spec index 95291db..0053fe7 100644 --- a/fuse3.spec +++ b/fuse3.spec @@ -5,7 +5,7 @@ Summary: File System in Userspace (FUSE) v3 utilities License: GPL+ URL: http://fuse.sf.net Source0: https://github.com/libfuse/libfuse/archive/fuse-%{version}.tar.gz -Source1: fuse.conf +Source1: fuse.conf Patch1: fuse3-0001-More-parentheses.patch Patch2: fuse3-0002-disable-device-creation-during-build-install.patch @@ -19,11 +19,11 @@ Conflicts: filesystem < 3 BuildRequires: libselinux-devel BuildRequires: meson, ninja-build, gcc %if ! 0%{?el6} && ! 0%{?el7} -BuildRequires: systemd-udev +BuildRequires: systemd-udev %endif Requires: %{_sysconfdir}/fuse.conf # fuse-common 3.4.2-2 had the fuse & fuse3 man pages in it -Conflicts: fuse-common <= 3.4.2-2 +Conflicts: fuse-common <= 3.4.2-2 %description With FUSE it is possible to implement a fully functional filesystem in a