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 15, 2019
1 parent 6ea42ca commit eb62c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpm/pulseaudio.spec
Expand Up @@ -169,9 +169,9 @@ usermod -G pulse-access -a root || :
%license GPL LGPL LICENSE
%if ! %{with X11}
%endif
%config(noreplace) %{_sysconfdir}/pulse/*.conf
%config(noreplace) %{_sysconfdir}/pulse/*.pa
%config(noreplace) %{_sysconfdir}/security/limits.d/90-pulse.conf
%config %{_sysconfdir}/pulse/*.conf
%config %{_sysconfdir}/pulse/*.pa
%config %{_sysconfdir}/security/limits.d/90-pulse.conf
%dir %{_sysconfdir}/pulse/daemon.conf.d
%config %{_sysconfdir}/pulse/daemon.conf.d/50-sfos.daemon.conf
%dir %{_sysconfdir}/pulse/client.conf.d
Expand Down

0 comments on commit eb62c2c

Please sign in to comment.