summaryrefslogtreecommitdiff
path: root/packaging/crash-worker.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/crash-worker.spec')
-rw-r--r--packaging/crash-worker.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/crash-worker.spec b/packaging/crash-worker.spec
index d2a83e3..b436ad6 100644
--- a/packaging/crash-worker.spec
+++ b/packaging/crash-worker.spec
@@ -16,7 +16,6 @@ License: Apache-2.0 and PD
Source0: %{name}-%{version}.tar.gz
Source1001: crash-worker.manifest
BuildRequires: pkgconfig(dlog)
-BuildRequires: pkgconfig(libsmack)
BuildRequires: pkgconfig(libtzplatform-config)
BuildRequires: pkgconfig(iniparser)
BuildRequires: pkgconfig(capi-system-info)
@@ -142,10 +141,11 @@ fi
/sbin/ldconfig
%endif
-/usr/bin/chsmack -a "System::Shared" -t %{crash_path}
-/usr/bin/chsmack -a "System::Shared" -t %{crash_temp}
-/usr/bin/chsmack -a "System::Shared" -t %{crash_dump_gen}
-/usr/bin/chsmack -a "System::Shared" -t %{crash_dump_gen}/module.d
+/usr/bin/chsmack -a "System" -t %{crash_path}
+/usr/bin/chsmack -a "System" -t %{crash_temp}
+/usr/bin/chsmack -a "System" -t %{crash_dump_gen}
+/usr/bin/chsmack -a "System" -t %{crash_dump_gen}/module.d
+/usr/bin/chsmack -a "System::Shared" -t %{crash_all_log}
/usr/bin/chsmack -a "_" %{crash_dump_gen}/module.d/*
%postun