Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't use %config(noreplace).
[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 31bef4c commit 7401dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/ssu.spec
Expand Up @@ -68,7 +68,7 @@ Provides: ssu-vendor-data

%files vendor-data-example
%defattr(-,root,root,-)
%attr(0664, root, ssu) %config(noreplace) %{_sysconfdir}/ssu/ssu.ini
%attr(0664, root, ssu) %config %{_sysconfdir}/ssu/ssu.ini
%{_datadir}/ssu/*.ini


Expand Down

0 comments on commit 7401dac

Please sign in to comment.