From 912f6930a238fad9bc160ca3d5143a3fc3378dd38737bb07ed7a5a13cbce6341 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Thu, 4 May 2017 07:07:41 +0000 Subject: [PATCH] Temporarily disable dbus service install (boo#1032649) OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=6 --- openQA.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openQA.spec b/openQA.spec index ee38d04d..3bc4b68d 100644 --- a/openQA.spec +++ b/openQA.spec @@ -195,6 +195,8 @@ mkdir %{buildroot}%{_localstatedir}/lib/openqa/pool/1 mkdir %{buildroot}%{_localstatedir}/lib/openqa/cache # %fdupes %buildroot/%_prefix +# Disable service install for now, waiting for boo#1032649 +rm -f %{buildroot}/etc/dbus-1/system.d/org.opensuse.openqa.conf %pre if ! getent passwd geekotest > /dev/null; then @@ -281,7 +283,8 @@ fi %{_datadir}/openqa/etc/openqa/openqa.ini %{_datadir}/openqa/etc/openqa/database.ini %config %{_sysconfdir}/logrotate.d -%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.openqa.conf +# Disable service install for now, waiting for boo#1032649 +#%%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.openqa.conf # apache vhost %dir %{_sysconfdir}/apache2 %dir %{_sysconfdir}/apache2/vhosts.d