[4.0] Remove OBS Project Dependency (kdbus/TV)
authorhk57.kim <hk57.kim@samsung.com>
Thu, 9 Mar 2017 08:14:32 +0000 (17:14 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Feb 2024 15:37:41 +0000 (16:37 +0100)
- 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 <hk57.kim@samsung.com>
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Signed-off-by: hk57.kim <hk57.kim@samsung.com>
Signed-off-by: insun.pyo <insun.pyo@samsung.com>
packaging/systemd.spec

index bb56d1e..c10c7b2 100644 (file)
@@ -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