Skip to content

Commit

Permalink
Don't use %config(noreplace).
Browse files Browse the repository at this point in the history
[packaging] Update config as per policy. Contributes JB#44152

Signed-off-by: David Greaves <david.greaves@jolla.com>
  • Loading branch information
lbt authored and xfade committed Sep 26, 2019
1 parent 58dcb5d commit 0782ad8
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 0782ad8

Please sign in to comment.