From f13c1c03b75cb53b790eb771b4bde2415045c56b05a014f74cc0e5c4ba74005e Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Wed, 10 May 2017 09:08:10 +0000 Subject: [PATCH 1/2] Re-enable dbus service OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=15 --- os-autoinst.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/os-autoinst.spec b/os-autoinst.spec index a07fa20..307d5a1 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -1,7 +1,7 @@ # # spec file for package os-autoinst # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -112,8 +112,6 @@ ln -s ../sbin/service %{buildroot}%{_sbindir}/rcos-autoinst-openvswitch # # we need the stale symlinks to point to git export NO_BRP_STALE_LINK_ERROR=yes -# Disable service install for now, waiting for boo#1032649 -rm -f %{buildroot}/etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf %check # disable perlcritic - too heavy dependency on old systems @@ -177,8 +175,7 @@ make check VERBOSE=1 %defattr(-,root,root) %{_libexecdir}/os-autoinst/os-autoinst-openvswitch /usr/lib/systemd/system/os-autoinst-openvswitch.service -# Disable service install for now, waiting for boo#1032649 -#%%config /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf +%config /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf %{_sbindir}/rcos-autoinst-openvswitch %changelog From afbb39bde2b7c01f1c437209f1abff74c42229271f31558d8a1ff3194fd872a4 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Thu, 11 May 2017 05:35:01 +0000 Subject: [PATCH 2/2] Re-enable dbus service installation OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=16 --- os-autoinst.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/os-autoinst.changes b/os-autoinst.changes index b1011eb..d4adfa2 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 11 05:34:52 UTC 2017 - okurz@suse.com + +- Re-enable dbus service installation + ------------------------------------------------------------------- Thu Apr 27 06:50:34 UTC 2017 - okurz@suse.com