From 0542af8c762b6e5718e151007339a5686ade52ca02dcb18df9374aeed896abc0 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Thu, 4 May 2017 06:16:30 +0000 Subject: [PATCH] Temporarily disable dbus service install (boo#1032649) OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=11 --- os-autoinst.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/os-autoinst.spec b/os-autoinst.spec index a2d95b3..3f8b27b 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -109,6 +109,8 @@ find %{buildroot} -depth -type d -and -not -name distri -print0 | xargs -0 --no- # service symlink mkdir -p %{buildroot}%{_sbindir} ln -s ../sbin/service %{buildroot}%{_sbindir}/rcos-autoinst-openvswitch +# Disable service install for now, waiting for boo#1032649 +rm /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf # # we need the stale symlinks to point to git export NO_BRP_STALE_LINK_ERROR=yes @@ -175,7 +177,8 @@ make check VERBOSE=1 %defattr(-,root,root) %{_libexecdir}/os-autoinst/os-autoinst-openvswitch /usr/lib/systemd/system/os-autoinst-openvswitch.service -%config /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf +# Disable service install for now, waiting for boo#1032649 +#%%config /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf %{_sbindir}/rcos-autoinst-openvswitch %changelog