diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2021-06-24 15:47:47 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2021-06-24 15:51:59 +0900 |
commit | 47c2facd5e05412afe95ed9aa619afbb3654522c (patch) | |
tree | 349c8838617dcc8c1a56859eb2dc97774e7a0970 | |
parent | fdc0a225cab2d75756e355a141ebeae2ee0da0b6 (diff) | |
download | linux-tizen-modules-47c2facd5e05412afe95ed9aa619afbb3654522c.tar.gz linux-tizen-modules-47c2facd5e05412afe95ed9aa619afbb3654522c.tar.bz2 linux-tizen-modules-47c2facd5e05412afe95ed9aa619afbb3654522c.zip |
packaging: fix not to set kernel symbol dependency automaticallysubmit/tizen/20210624.065331accepted/tizen/unified/20210624.131807
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
-rw-r--r-- | packaging/linux-tizen-modules.spec | 3 |
1 files changed, 3 insertions, 0 deletions
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 |