forked from pool/openQA
Temporarily disable dbus service install (boo#1032649)
OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=6
This commit is contained in:
parent
20407e1f0f
commit
912f6930a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user