From: Ronan Le Martret Date: Wed, 16 Jan 2019 08:29:53 +0000 (+0100) Subject: packaging: update dependency on libmicrohttpd version X-Git-Tag: 6.99.4~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=a4bb03e57aa2f8b71840ec384356f6c283989d73 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 --- 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