Skip to content

Commit

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

See merge request mer-core/usb-moded!53
  • Loading branch information
xfade committed Sep 26, 2019
2 parents 056b589 + befba0f commit b567e11
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 b567e11

Please sign in to comment.