mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-10-29 11:13:35 +00:00
osmo-trx.spec.in: Use %config(noreplace) to retain current config file
Change-Id: Ia6a279e4e19eee8368219e3bc1b011802b1fcadc
This commit is contained in:
@@ -185,14 +185,14 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
|
|||||||
%files lms
|
%files lms
|
||||||
%{_bindir}/osmo-trx-lms
|
%{_bindir}/osmo-trx-lms
|
||||||
%dir %{_sysconfdir}/osmocom
|
%dir %{_sysconfdir}/osmocom
|
||||||
%config %{_sysconfdir}/osmocom/osmo-trx-lms.cfg
|
%config(noreplace) %{_sysconfdir}/osmocom/osmo-trx-lms.cfg
|
||||||
%{_unitdir}/osmo-trx-lms.service
|
%{_unitdir}/osmo-trx-lms.service
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files uhd
|
%files uhd
|
||||||
%{_bindir}/osmo-trx-uhd
|
%{_bindir}/osmo-trx-uhd
|
||||||
%dir %{_sysconfdir}/osmocom
|
%dir %{_sysconfdir}/osmocom
|
||||||
%config %{_sysconfdir}/osmocom/osmo-trx-uhd.cfg
|
%config(noreplace) %{_sysconfdir}/osmocom/osmo-trx-uhd.cfg
|
||||||
%{_unitdir}/osmo-trx-uhd.service
|
%{_unitdir}/osmo-trx-uhd.service
|
||||||
|
|
||||||
%if ! 0%{?centos_ver}
|
%if ! 0%{?centos_ver}
|
||||||
|
|||||||
Reference in New Issue
Block a user