Change in osmo-remsim[master]: Depend on libosmo-simtrace >= 0.8.0

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.org
Thu Dec 9 10:15:31 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/26479 )

Change subject: Depend on libosmo-simtrace >= 0.8.0
......................................................................

Depend on libosmo-simtrace >= 0.8.0

Change-Id: I60ae1e097c4182d948ed807ee4ca37f91d32cfae
---
M configure.ac
M contrib/osmo-remsim.spec.in
M debian/control
3 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  osmith: Looks good to me, approved



diff --git a/configure.ac b/configure.ac
index 45fbdee..5db0216 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,8 +64,8 @@
 	[osmo_ac_build_client_st2="$enableval"],[osmo_ac_build_client_st2="yes"])
 if test "$osmo_ac_build_client_st2" = "yes"; then
 	AC_DEFINE(BUILD_CLIENT_ST2, 1, [Define if we want to build osmo-remsim-client-st2])
-	PKG_CHECK_MODULES(OSMOUSB, libosmousb)
-	PKG_CHECK_MODULES(OSMOSIMTRACE2, libosmo-simtrace2)
+	PKG_CHECK_MODULES(OSMOUSB, libosmousb >= 1.4.0)
+	PKG_CHECK_MODULES(OSMOSIMTRACE2, libosmo-simtrace2 >= 0.8.0)
 	PKG_CHECK_MODULES(USB, libusb-1.0)
 fi
 AM_CONDITIONAL(BUILD_CLIENT_ST2, test "x$osmo_ac_build_client_st2" = "xyes")
diff --git a/contrib/osmo-remsim.spec.in b/contrib/osmo-remsim.spec.in
index bfc5f36..2cf0fd3 100644
--- a/contrib/osmo-remsim.spec.in
+++ b/contrib/osmo-remsim.spec.in
@@ -38,7 +38,7 @@
 BuildRequires:  pkgconfig(libulfius)
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(libosmousb)
-BuildRequires:  pkgconfig(libosmo-simtrace2)
+BuildRequires:  pkgconfig(libosmo-simtrace2) >= 0.8.0
 %{?systemd_requires}
 
 %description
diff --git a/debian/control b/debian/control
index faef9ee..7517856 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@
                libcsv-dev,
                libosmocore-dev (>= 1.6.0),
                libosmo-abis-dev,
-               libosmo-simtrace2-dev,
+               libosmo-simtrace2-dev (>= 0.8.0),
                libpcsclite-dev,
                libusb-1.0-0-dev,
                libulfius-dev,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/26479
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I60ae1e097c4182d948ed807ee4ca37f91d32cfae
Gerrit-Change-Number: 26479
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211209/8468afcc/attachment.htm>


More information about the gerrit-log mailing list