diff options
-rw-r--r-- | conf.d/packaging/deb/debian.control | 1 | ||||
-rw-r--r-- | conf.d/packaging/rpm/agl-app-afb-test.spec | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control index b31a6a2..ae9cdc4 100644 --- a/conf.d/packaging/deb/debian.control +++ b/conf.d/packaging/deb/debian.control @@ -20,6 +20,7 @@ Homepage: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/app-af Package: agl-app-afb-test-bin Section: libs Architecture: any +Depends: jq Description: afb-test is a test framework made to test other binding. Package: agl-app-afb-test-dev diff --git a/conf.d/packaging/rpm/agl-app-afb-test.spec b/conf.d/packaging/rpm/agl-app-afb-test.spec index c570b55..96fedad 100644 --- a/conf.d/packaging/rpm/agl-app-afb-test.spec +++ b/conf.d/packaging/rpm/agl-app-afb-test.spec @@ -28,6 +28,7 @@ BuildRequires: pkgconfig(afb-daemon) BuildRequires: pkgconfig(appcontroller) BuildRequires: pkgconfig(afb-helpers) BuildRequires: pkgconfig(libsystemd) >= 222 +Requires: jq BuildRoot: %{_tmppath}/%{name}-%{version}-build |