- Fix build without ocaml

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=314
This commit is contained in:
Olaf Hering 2014-07-31 13:54:21 +00:00 committed by Git OBS Bridge
parent fa2f6c99c9
commit e4ddf29ca2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 31 15:53:57 CEST 2014 - ohering@suse.de
- Fix build without ocaml
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 31 15:11:49 CEST 2014 - ohering@suse.de Thu Jul 31 15:11:49 CEST 2014 - ohering@suse.de

View File

@ -873,10 +873,12 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING %doc COPYING
%{_bindir}/* %{_bindir}/*
%config(noreplace) /etc/libguestfs-tools.conf %config(noreplace) /etc/libguestfs-tools.conf
%if %{with ocaml_bindings}
/etc/virt-builder /etc/virt-builder
%dir /etc/xdg/virt-builder %dir /etc/xdg/virt-builder
%dir /etc/xdg/virt-builder/repos.d %dir /etc/xdg/virt-builder/repos.d
%config /etc/xdg/virt-builder/repos.d/* %config /etc/xdg/virt-builder/repos.d/*
%endif
%if %{with bash_completion} %if %{with bash_completion}
%{_datadir}/bash-completion %{_datadir}/bash-completion
%endif %endif