From: INSUN PYO Date: Thu, 24 Jun 2021 06:47:47 +0000 (+0900) Subject: packaging: fix not to set kernel symbol dependency automatically X-Git-Tag: submit/tizen/20211126.100737~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47c2facd5e05412afe95ed9aa619afbb3654522c;p=platform%2Fkernel%2Flinux-tizen-modules-source.git packaging: fix not to set kernel symbol dependency automatically Kernel image rpm does not have kerenl symbol provides, so kernel symbol automatically checked dependency from kernel module breaks install dependency. Fix not to run automatical dependency check. Change-Id: If5a6de3c97205e011dcd91d3358563e3e261560d --- diff --git a/packaging/linux-tizen-modules.spec b/packaging/linux-tizen-modules.spec index e92c198..c5b19a5 100644 --- a/packaging/linux-tizen-modules.spec +++ b/packaging/linux-tizen-modules.spec @@ -25,6 +25,7 @@ BuildRequires: kernel-devel-exynos9110-tw3 %package rpi3 Summary: Tizen modules for RaspberryPI 3 +AutoReqProv: no Requires: %{buildarch}-rpi3-linux-kernel-modules Requires(post): bash Requires(post): coreutils @@ -34,6 +35,7 @@ Requires(post): kmod-compat %package rpi4 Summary: Tizen modules for RaspberryPI 4 +AutoReqProv: no Requires: %{buildarch}-rpi4-linux-kernel-modules Requires(post): bash Requires(post): coreutils @@ -44,6 +46,7 @@ Requires(post): kmod-compat %ifarch aarch64 %package tw3 Summary: Tizen modules for TW3 +AutoReqProv: no %description tw3 %endif