Temporarily disable dbus service install (boo#1032649)

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=11
This commit is contained in:
Oliver Kurz 2017-05-04 06:16:30 +00:00 committed by Git OBS Bridge
parent 2fad0eb5d8
commit 0542af8c76

View File

@ -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