aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 12:47:03 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 12:47:49 +0100
commit4a15c2d47a6493a175f6bd050b6959f98101f9e9 (patch)
treed35f32be84a33ef6766746db8fc3f5b90f0a1bba /contrib
parent25c9741445ead27a2f646b97a41804518e469bb5 (diff)
contrib/libosmocore.spec.in: Depends on talloc 2.1.0
With recent commit (see below) libosmocore started using talloc API talloc_pooled_object(), which is available only startinf from talloc 2.1.0. Let's bump required version check accordingly. Issue found by osmo-release.sh: ERROR: configure.ac <talloc, 2.1.0> does NOT match contrib/*.spec.in <talloc, 2.0.1>! Fixes: b72867f0e68c96ca25e1f9929ce92be0a802db6b Change-Id: I6797e244118ce2ca7dd22050ff505d8442bba672
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libosmocore.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libosmocore.spec.in b/contrib/libosmocore.spec.in
index df36e89d..a3e06012 100644
--- a/contrib/libosmocore.spec.in
+++ b/contrib/libosmocore.spec.in
@@ -29,7 +29,7 @@ BuildRequires: xz
BuildRequires: pkgconfig(gnutls) >= 2.12.0
BuildRequires: pkgconfig(libpcsclite)
BuildRequires: pkgconfig(libusb-1.0)
-BuildRequires: pkgconfig(talloc) >= 2.0.1
+BuildRequires: pkgconfig(talloc) >= 2.1.0
BuildRequires: pkgconfig(libmnl)
BuildRequires: pkgconfig(libsystemd)