aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2019-01-16 09:29:53 +0100
committerronan Le Martret <ronan.lemartret@iot.bzh>2019-01-16 16:10:59 +0000
commita4bb03e57aa2f8b71840ec384356f6c283989d73 (patch)
tree2ccbf8c52b77bdbd07f274bfd67dbb42196a7ec9
parenta7859534c72b9e6a187672a9eedb6984c593cabf (diff)
packaging: update dependency on libmicrohttpd version
app-framework-binder dependency on libmicrohttpd version has been set at least to 0.9.62 Change-Id: If6af70611a5cd6236068781437e4bcbd28f368b7 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r--conf.d/packaging/rpm/agl-app-framework-binder.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf.d/packaging/rpm/agl-app-framework-binder.spec b/conf.d/packaging/rpm/agl-app-framework-binder.spec
index bf4e9b5b..94de1c79 100644
--- a/conf.d/packaging/rpm/agl-app-framework-binder.spec
+++ b/conf.d/packaging/rpm/agl-app-framework-binder.spec
@@ -16,7 +16,7 @@ Group: Development/Libraries/C and C++
Url: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-binder
Source: app-framework-binder-%{version}.tar.gz
#BuildRequires: gdb
-BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.55
+BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.62
BuildRequires: make
BuildRequires: cmake
BuildRequires: pkgconfig(libsystemd) >= 222
@@ -28,6 +28,8 @@ BuildRequires: pkgconfig(json-c)
BuildRequires: file-devel
BuildRequires: gcc-c++
+Requires: libmicrohttpd >= 0.9.62
+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description