Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fuse] Use configuration from fuse-common. JB#49282
  • Loading branch information
jusa committed Mar 18, 2020
1 parent 8780abd commit a77472f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions rpm/fuse.conf

This file was deleted.

4 changes: 1 addition & 3 deletions rpm/fuse.spec
Expand Up @@ -6,11 +6,11 @@ Group: System/Base
License: LGPLv2+
URL: http://fuse.sf.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1: %{name}.conf
Patch0: fuse-udev_rules.patch
Patch1: fuse-0001-More-parentheses.patch
Patch2: 200-backport_arm64_fuse_kernel_h_clean_includes.patch
Requires: which
Requires: fuse-common
BuildRequires: gettext-devel

%description
Expand Down Expand Up @@ -73,7 +73,6 @@ make %{?jobs:-j%jobs}
rm -rf %{buildroot}
%make_install

install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}.conf
%ifnarch %{ix86} x86_64
# HACK!!! Please remove when possible.
# For some reason /dev/fuse doesn't exist on ARM builds and make install
Expand All @@ -98,7 +97,6 @@ install -m0644 -t %{buildroot}%{_docdir}/%{name}-%{version} \
/bin/ulockmgr_server
%exclude %{_sysconfdir}/init.d/fuse
%config /lib/udev/rules.d/99-fuse.rules
%config %{_sysconfdir}/%{name}.conf

%files devel
%defattr(-,root,root,-)
Expand Down

0 comments on commit a77472f

Please sign in to comment.