packaging: fix not to set kernel symbol dependency automatically
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 24 Jun 2021 06:47:47 +0000 (15:47 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 24 Jun 2021 06:51:59 +0000 (15:51 +0900)
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

packaging/linux-tizen-modules.spec

index e92c198..c5b19a5 100644 (file)
@@ -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