summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Lewandowski <k.lewandowsk@samsung.com>2023-08-17 11:42:27 +0200
committerKarol Lewandowski <k.lewandowsk@samsung.com>2023-08-17 12:31:40 +0200
commit6c761bffbd42ab635962256d723e8c2d293811c0 (patch)
tree4bd95aac2c09936e2001fc092f917e2cd586ea52
parent696ffcc70c82de894bae7eb824f7992f2e668b67 (diff)
downloadcrash-worker-6c761bffbd42ab635962256d723e8c2d293811c0.tar.gz
crash-worker-6c761bffbd42ab635962256d723e8c2d293811c0.tar.bz2
crash-worker-6c761bffbd42ab635962256d723e8c2d293811c0.zip
packaging: Add friendly reminder about the need to call set_capability for tools to workaccepted/tizen/unified/20230818.054622
Change-Id: I2c847032505b2fc5c04e3fe3f42a5f2effc3cb50
-rw-r--r--packaging/crash-worker.spec19
1 files changed, 18 insertions, 1 deletions
diff --git a/packaging/crash-worker.spec b/packaging/crash-worker.spec
index 6e32831..529a4f4 100644
--- a/packaging/crash-worker.spec
+++ b/packaging/crash-worker.spec
@@ -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.