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:
parent
2fad0eb5d8
commit
0542af8c76
@ -109,6 +109,8 @@ find %{buildroot} -depth -type d -and -not -name distri -print0 | xargs -0 --no-
|
|||||||
# service symlink
|
# service symlink
|
||||||
mkdir -p %{buildroot}%{_sbindir}
|
mkdir -p %{buildroot}%{_sbindir}
|
||||||
ln -s ../sbin/service %{buildroot}%{_sbindir}/rcos-autoinst-openvswitch
|
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
|
# we need the stale symlinks to point to git
|
||||||
export NO_BRP_STALE_LINK_ERROR=yes
|
export NO_BRP_STALE_LINK_ERROR=yes
|
||||||
@ -175,7 +177,8 @@ make check VERBOSE=1
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libexecdir}/os-autoinst/os-autoinst-openvswitch
|
%{_libexecdir}/os-autoinst/os-autoinst-openvswitch
|
||||||
/usr/lib/systemd/system/os-autoinst-openvswitch.service
|
/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
|
%{_sbindir}/rcos-autoinst-openvswitch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user