From: Jan-Simon Moeller Date: Fri, 18 Jan 2019 18:28:56 +0000 (+0000) Subject: Merge changes from topic 'spec-2089' X-Git-Tag: 6.99.4^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=77bf8a30c07a4ab5690337ed362dae4414e590fb;hp=194031d38a246e1aec441cb6acaaf6915c07b59b;p=src%2Fapp-framework-binder.git Merge changes from topic 'spec-2089' * changes: hello3: Fix warning unused variable afb-hsrv: Avoid call to getnameinfo jobs: Remove conditionnal REMOVE_SYSTEMD_EVENT jobs: Separate internal threads from others jobs: Refactor event loop handling afb-proto-ws: Serialize incoming message --- 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