This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/18956 )
Change subject: osmo-bts.spec.in: Use %config(noreplace) to retain current config file
......................................................................
osmo-bts.spec.in: Use %config(noreplace) to retain current config file
Change-Id: I8d92cfddaa5bbfa33e36f37b48033b468c7d72cf
---
M contrib/osmo-bts.spec.in
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/56/18956/1
diff --git a/contrib/osmo-bts.spec.in b/contrib/osmo-bts.spec.in
index 66213ff..1b7a9e5 100644
--- a/contrib/osmo-bts.spec.in
+++ b/contrib/osmo-bts.spec.in
@@ -102,13 +102,13 @@
%{_docdir}/%{name}/examples/osmo-bts-virtual/osmo-bts-virtual.cfg
%{_bindir}/osmo-bts-trx
%dir %{_sysconfdir}/osmocom
-%config %{_sysconfdir}/osmocom/osmo-bts-trx.cfg
+%config(noreplace) %{_sysconfdir}/osmocom/osmo-bts-trx.cfg
%{_unitdir}/osmo-bts-trx.service
%files -n osmo-bts-virtual
%{_bindir}/osmo-bts-virtual
%dir %{_sysconfdir}/osmocom
-%config %{_sysconfdir}/osmocom/osmo-bts-virtual.cfg
+%config(noreplace) %{_sysconfdir}/osmocom/osmo-bts-virtual.cfg
%{_unitdir}/osmo-bts-virtual.service
%files -n osmo-bts-omldummy
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18956
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I8d92cfddaa5bbfa33e36f37b48033b468c7d72cf
Gerrit-Change-Number: 18956
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200622/12004c3a/attachment.htm>