packaging: Add friendly reminder about the need to call set_capability for tools... 64/297364/2 accepted/tizen/unified/20230818.054622
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 17 Aug 2023 09:42:27 +0000 (11:42 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 17 Aug 2023 10:31:40 +0000 (12:31 +0200)
Change-Id: I2c847032505b2fc5c04e3fe3f42a5f2effc3cb50

packaging/crash-worker.spec

index 6e32831..529a4f4 100644 (file)
@@ -16,7 +16,7 @@
 
 Name:           crash-worker
 Summary:        Coredump handler and report generator for Tizen
-Version:        8.0.2
+Version:        8.0.3
 Release:        1
 Group:          Framework/system
 License:        MIT
@@ -277,6 +277,23 @@ if [ $1 -eq 2 ] ; then
        chsmack -a "System" -t %{crash_temp}
 fi
 
+cat <<EOF
+
+ ____________________________________
+/ Make sure you run set_capability*  \ 
+| if you are installing package      |
+\ manually (rpm -i)                  /
+ ------------------------------------
+        \   ^__^
+         \  (oo)\_______
+            (__)\       )\/\.
+                ||----w |
+                ||     ||
+
+[*] /usr/share/security-config/set_capability
+
+EOF
+
 %post -n bugreport-service
 # Intentional duplicate: bugreport-service might be installed separately from crash-worker-support-common
 # Creating yet another "common" package is not an option due to TV integration constraints.