Skip to content

Changes

Summary

  1. osmo-pcap-master: doesn't need libosmo-netif (details)
  2. osmo-pcap-latest: fix install path for centos (details)
Commit a09e593d2da66c1cf361e35b038e19e2fdc142c5 by Oliver Smith
osmo-pcap-master: doesn't need libosmo-netif

Don't attempt to install libosmo-netif in this Dockerfile. I've noticed
this because we want to build osmo-pcap for CentOS7 with this container
to run the TTCN-3 tests, and we don't have libosmo-netif for CentOS7.

Add pkgconfig(libosmogb), which is required to build osmo-pcap
according to configure.ac. In Debian, this gets installed as part of
libosmocore-dev.

Related: SYS#5754
Change-Id: I9c3a3b43ee7c25c06042f3303b9edb4005e7db31
The file was modified osmo-pcap-master/Dockerfile
Commit b581b96c1a9c00e2ec6f83b04826fddb87665605 by Oliver Smith
osmo-pcap-latest: fix install path for centos

Adjust to the package not being split in rpm packaging. This was not
noticed before, because we did not run TTCN-3 tests for osmo-pcap with
CentOS8.

Related: SYS#5754
Change-Id: I775776ff7f358fee3d085f814c295c49225f5170
The file was modified osmo-pcap-latest/Dockerfile