Merge changes from topic 'spec-2089' 6.99.4 guppy/6.99.4 guppy_6.99.4
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 18 Jan 2019 18:28:56 +0000 (18:28 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Fri, 18 Jan 2019 18:28:56 +0000 (18:28 +0000)
* 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

conf.d/packaging/rpm/agl-app-framework-binder.spec

index bf4e9b5..94de1c7 100644 (file)
@@ -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