From 8c39719b9ed981e854316c89f4790fad5baaa7e2fa1fd60f87343ebef6cb44e1 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Thu, 4 May 2017 06:19:35 +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=12 --- os-autoinst.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/os-autoinst.spec b/os-autoinst.spec index 3f8b27b..62209d5 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -109,8 +109,6 @@ 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