Skip to content

Commit

Permalink
Merge branch 'jb46130' into 'master'
Browse files Browse the repository at this point in the history
Don't use %config(noreplace).

See merge request mer-core/fuse!4
  • Loading branch information
xfade committed Sep 26, 2019
2 parents 58dcb5d + 0782ad8 commit 8780abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/fuse.spec
Expand Up @@ -98,7 +98,7 @@ install -m0644 -t %{buildroot}%{_docdir}/%{name}-%{version} \
/bin/ulockmgr_server
%exclude %{_sysconfdir}/init.d/fuse
%config /lib/udev/rules.d/99-fuse.rules
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config %{_sysconfdir}/%{name}.conf

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

0 comments on commit 8780abd

Please sign in to comment.