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/ssu!33
  • Loading branch information
xfade committed Sep 26, 2019
2 parents 31bef4c + 7401dac commit babcc97
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 babcc97

Please sign in to comment.