osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27655 )
Change subject: contrib/osmo-bsc.spec.in: fix 4trx example paths ......................................................................
contrib/osmo-bsc.spec.in: fix 4trx example paths
The paths were wrong in my previous attempt, add the proper paths now. I've verified that this file builds, and adjusted the current nightly rpm spec uploaded to OBS with this change manually this time so it doesn't block.
Fix for: File not found: /home/abuild/rpmbuild/BUILDROOT/osmo-bsc-1.8.0.90.e0187.202204061142-1.1.x86_64/etc/osmocom/osmo-bsc-4trx-fh.confmerge File not found: /home/abuild/rpmbuild/BUILDROOT/osmo-bsc-1.8.0.90.e0187.202204061142-1.1.x86_64/etc/osmocom/osmo-bsc-4trx.cfg
Fixes: e0187bc3 ("contrib/osmo-bsc.spec.in: add new config files") Change-Id: I92a7d85b64a9659db7ef71af5b00110b582dc4d9 --- M contrib/osmo-bsc.spec.in 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: pespin: Looks good to me, approved osmith: Verified
diff --git a/contrib/osmo-bsc.spec.in b/contrib/osmo-bsc.spec.in index 86c8ea6..00f9d8a 100644 --- a/contrib/osmo-bsc.spec.in +++ b/contrib/osmo-bsc.spec.in @@ -122,14 +122,14 @@ %dir %{_docdir}/%{name}/examples/osmo-bsc %{_docdir}/%{name}/examples/osmo-bsc/osmo-bsc.cfg %{_docdir}/%{name}/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg +%{_docdir}/%{name}/examples/osmo-bsc/osmo-bsc-4trx-fh.confmerge +%{_docdir}/%{name}/examples/osmo-bsc/osmo-bsc-4trx.cfg %{_docdir}/%{name}/examples/osmo-bsc/osmo-bsc-minimal.cfg %dir %{_docdir}/%{name}/examples/osmo-bsc/ericsson %dir %{_docdir}/%{name}/examples/osmo-bsc/nokia %dir %{_docdir}/%{name}/examples/osmo-bsc/siemens %{_docdir}/%{name}/examples/osmo-bsc/*/osmo-bsc*.cfg %dir %{_sysconfdir}/osmocom -%config(noreplace) %{_sysconfdir}/osmocom/osmo-bsc-4trx-fh.confmerge -%config(noreplace) %{_sysconfdir}/osmocom/osmo-bsc-4trx.cfg %config(noreplace) %{_sysconfdir}/osmocom/osmo-bsc.cfg %{_unitdir}/%{name}.service