From 687f8d575ea93bfeddc733d9d9eec3382bb7c462 Mon Sep 17 00:00:00 2001 From: "hk57.kim" Date: Thu, 9 Mar 2017 17:14:32 +0900 Subject: [PATCH] [4.0] Remove OBS Project Dependency (kdbus/TV) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - When you SR this, you need to create JIRA-TRE issue of: : add systemd-extension-kdbus for TV/arm-wayland images. - Without this commit, this package won't be built correctly in Tizen 4.0. (It's add, not replace.) Change-Id: Ic616a3b20450d4594857cc268e2dbf25e80dba37 Signed-off-by: hk57.kim Signed-off-by: Łukasz Stelmach Signed-off-by: hk57.kim Signed-off-by: insun.pyo --- packaging/systemd.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packaging/systemd.spec b/packaging/systemd.spec index bb56d1e..c10c7b2 100644 --- a/packaging/systemd.spec +++ b/packaging/systemd.spec @@ -120,6 +120,9 @@ cp %{SOURCE4} . %build %autogen +# Support for generating separate packages with libraries generating coverage files +# WARNING: if coverage build is enabled, incremental builds will not work correctly. +# Use the option only to generate systemd-coverage packages. %configure \ %if ! %{WITH_RANDOMSEED} --disable-randomseed \ @@ -419,6 +422,7 @@ fi %ghost %config(noreplace) %{_sysconfdir}/machine-id %ghost %config(noreplace) %{_sysconfdir}/machine-info %ghost %config(noreplace) %{_sysconfdir}/timezone +%exclude %{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh %{_bindir}/systemd %{_bindir}/systemctl %{_bindir}/systemd-notify @@ -541,6 +545,10 @@ fi %{_libdir}/libudev.so %{_libdir}/libsystemd.so %dir %{_includedir}/systemd +%{_includedir}/systemd/sd-bus.h +%{_includedir}/systemd/sd-bus-protocol.h +%{_includedir}/systemd/sd-bus-vtable.h +%{_includedir}/systemd/sd-event.h %{_includedir}/systemd/_sd-common.h %{_includedir}/systemd/sd-daemon.h %{_includedir}/systemd/sd-id128.h -- 2.7.4