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-remsim/+/18963 )
Change subject: *.spec.in: Use %config(noreplace) to retain current config file
......................................................................
*.spec.in: Use %config(noreplace) to retain current config file
Change-Id: I4bf84faef873ef18797d08bbf789ae260922a1e2
---
M contrib/osmo-remsim.spec.in
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/63/18963/1
diff --git a/contrib/osmo-remsim.spec.in b/contrib/osmo-remsim.spec.in
index 4ff26bc..e11e93f 100644
--- a/contrib/osmo-remsim.spec.in
+++ b/contrib/osmo-remsim.spec.in
@@ -193,7 +193,7 @@
%files -n osmo-remsim-bankd
%{_bindir}/osmo-remsim-bankd
%{_unitdir}/osmo-remsim-bankd.service
-%config %{_sysconfdir}/default/osmo-remsim-bankd
+%config(noreplace) %{_sysconfdir}/default/osmo-remsim-bankd
%files -n osmo-remsim-client-shell
%{_bindir}/osmo-remsim-client-shell
@@ -201,7 +201,7 @@
%files -n osmo-remsim-client-st2
%{_bindir}/osmo-remsim-client-st2
%{_unitdir}/osmo-remsim-client*
-%config %{_sysconfdir}/default/osmo-remsim-client*
+%config(noreplace) %{_sysconfdir}/default/osmo-remsim-client*
%files -n libifd-osmo-remsim-client0
%if 0%{?centos_ver}
@@ -211,6 +211,6 @@
%dir %{_libdir}/readers/libifd-osmo-remsim-client.bundle
%{_libdir}/readers/libifd-osmo-remsim-client.bundle/*
%endif
-%config %{_sysconfdir}/reader.conf.d/osmo-remsim-client-reader_conf
+%config(noreplace) %{_sysconfdir}/reader.conf.d/osmo-remsim-client-reader_conf
%changelog
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/18963
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I4bf84faef873ef18797d08bbf789ae260922a1e2
Gerrit-Change-Number: 18963
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/4e44e399/attachment.htm>