Code Review
/
src
/
app-framework-binder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ff2b8be
)
Fix build dep on OBS
87/20487/1
author
ronan
<ronan.lemartret@iot.bzh>
Thu, 28 Feb 2019 16:05:15 +0000
(17:05 +0100)
committer
José Bollo
<jose.bollo@iot.bzh>
Thu, 7 Mar 2019 14:46:52 +0000
(15:46 +0100)
Change-Id: I95fa03c430b9f488b3b5b9a9bdfc50a1ff0f0421
Signed-off-by: ronan <ronan.lemartret@iot.bzh>
conf.d/packaging/rpm/agl-app-framework-binder.spec
patch
|
blob
|
history
diff --git
a/conf.d/packaging/rpm/agl-app-framework-binder.spec
b/conf.d/packaging/rpm/agl-app-framework-binder.spec
index
dbdb898
..
9883b7c
100644
(file)
--- a/
conf.d/packaging/rpm/agl-app-framework-binder.spec
+++ b/
conf.d/packaging/rpm/agl-app-framework-binder.spec
@@
-28,7
+28,13
@@
BuildRequires: pkgconfig(json-c)
BuildRequires: file-devel
BuildRequires: gcc-c++
+%if 0%{?suse_version}
+Requires: libmicrohttpd12 >= 0.9.60
+%endif
+
+%if 0%{?fedora_version}
Requires: libmicrohttpd >= 0.9.60
+%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build