summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Stelmach <l.stelmach@samsung.com>2022-03-15 23:17:42 +0100
committerŁukasz Stelmach <l.stelmach@samsung.com>2022-03-16 01:09:35 +0100
commit9ba6af8d531eb28821b670ca342bbf9e85f3333c (patch)
tree55470f59c8b582bfdbbb2697542f76014a54d579
parent376b1f16b5d564b50db5463f5803ecec27620e20 (diff)
downloadlinux-tizen-modules-9ba6af8d531eb28821b670ca342bbf9e85f3333c.tar.gz
linux-tizen-modules-9ba6af8d531eb28821b670ca342bbf9e85f3333c.tar.bz2
linux-tizen-modules-9ba6af8d531eb28821b670ca342bbf9e85f3333c.zip
spec: run depmod(8) after installing linux-tizen-modules-rpi4-rtsubmit/tizen/20220321.130904accepted/tizen/unified/20220324.134423
Change-Id: Ieb5ae3a4908ac629090a24414f00b603f237449e Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
-rw-r--r--packaging/linux-tizen-modules.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/linux-tizen-modules.spec b/packaging/linux-tizen-modules.spec
index deb9544..5ab144c 100644
--- a/packaging/linux-tizen-modules.spec
+++ b/packaging/linux-tizen-modules.spec
@@ -175,6 +175,10 @@ RELEASEVERSION=$(basename $(dirname `find /lib/modules -name extra | head -1`))
RELEASEVERSION=$(basename $(dirname `find /lib/modules -name extra | head -1`))
/sbin/depmod -a $RELEASEVERSION
+%post rpi4-rt
+RELEASEVERSION=$(basename $(dirname `find /lib/modules -name extra | head -1`))
+/sbin/depmod -a $RELEASEVERSION
+
%ifnarch aarch64
%post tm1
KMOD_PATH_TM1=%{KMOD_PATH_TM1}