osmo-msc.spec.in: Use %config(noreplace) to retain current config file

Change-Id: I00c3152b774a826230a112eae93b0e7c4d4f4c7a
This commit is contained in:
Harald Welte 2020-06-22 14:21:37 +02:00 committed by laforge
parent a509a22b9e
commit a4a45252df
1 changed files with 1 additions and 1 deletions

View File

@ -114,6 +114,6 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
%{_bindir}/osmo-msc
%{_unitdir}/%{name}.service
%dir %{_sysconfdir}/osmocom
%config %{_sysconfdir}/osmocom/osmo-msc.cfg
%config(noreplace) %{_sysconfdir}/osmocom/osmo-msc.cfg
%changelog