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 committed Aug 21, 2019
1 parent 056b589 commit befba0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpm/usb-moded.spec
Expand Up @@ -384,9 +384,9 @@ systemctl daemon-reload || :
%dir %{_sysconfdir}/usb-moded
%dir %{_sysconfdir}/usb-moded/dyn-modes
%dir %{_sysconfdir}/usb-moded/run
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/usb_moded.conf
%config(noreplace) %{_sysconfdir}/modprobe.d/usb_moded.conf
%ghost %config(noreplace) %{_sysconfdir}/modprobe.d/g_ether.conf
%config %{_sysconfdir}/dbus-1/system.d/usb_moded.conf
%config %{_sysconfdir}/modprobe.d/usb_moded.conf
%ghost %config %{_sysconfdir}/modprobe.d/g_ether.conf
%ghost %{_sysconfdir}/udhcpd.conf
%ghost %{_sysconfdir}/usb-moded/usb-moded.ini
%{_sbindir}/usb_moded
Expand Down

0 comments on commit befba0f

Please sign in to comment.