Remove sys-assert dependency 98/14298/2
authorMikko Ylinen <mikko.ylinen@intel.com>
Wed, 5 Feb 2014 04:39:28 +0000 (06:39 +0200)
committerMikko Ylinen <mikko.ylinen@intel.com>
Wed, 5 Feb 2014 04:39:28 +0000 (06:39 +0200)
sys-assert controls how core dumps are handled in the system.
It provides a system/image wide capability.

Product images might choose not to install it or they might
prefer an alternative core dump service (e.g., systemd
coredump).

Therefore, individual packages should not explicitly depend
on sys-assert.

Change-Id: Icd83879a9f676464c2fae4f06676c7e8fabd53e6
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
packaging/sdbd.spec

index d565618..46de0bf 100644 (file)
@@ -12,7 +12,6 @@ Source1003:    %{name}.manifest
 
 BuildRequires: capi-system-info-devel >= 0.2.0
 BuildRequires: cmake >= 2.8.3
-Requires: sys-assert
 Requires: dbus
 
 %description