提交 a2e27174 编写于 作者: D Daniel Veillard

Desactivate phyp build and indicate libssh builreq

上级 a7a82f98
...@@ -12,7 +12,9 @@ ...@@ -12,7 +12,9 @@
%define with_python 0%{!?_without_python:1} %define with_python 0%{!?_without_python:1}
%define with_libvirtd 0%{!?_without_libvirtd:1} %define with_libvirtd 0%{!?_without_libvirtd:1}
%define with_uml 0%{!?_without_uml:1} %define with_uml 0%{!?_without_uml:1}
%define with_one 0%{!?_without_uml:1} %define with_one 0%{!?_without_one:1}
# default to off
%define with_phyp 0%{!?_without_phyp:0}
%define with_network 0%{!?_without_network:1} %define with_network 0%{!?_without_network:1}
%define with_storage_fs 0%{!?_without_storage_fs:1} %define with_storage_fs 0%{!?_without_storage_fs:1}
%define with_storage_lvm 0%{!?_without_storage_lvm:1} %define with_storage_lvm 0%{!?_without_storage_lvm:1}
...@@ -178,6 +180,9 @@ BuildRequires: numactl-devel ...@@ -178,6 +180,9 @@ BuildRequires: numactl-devel
%if %{with_capng} %if %{with_capng}
BuildRequires: capng-devel >= 0.5.0 BuildRequires: capng-devel >= 0.5.0
%endif %endif
%if %{with_phyp}
BuildRequires: libssh-devel >= 0.3.1
%endif
# Fedora build root suckage # Fedora build root suckage
BuildRequires: gawk BuildRequires: gawk
...@@ -261,6 +266,10 @@ of recent versions of Linux (and other OSes). ...@@ -261,6 +266,10 @@ of recent versions of Linux (and other OSes).
%define _without_avahi --without-avahi %define _without_avahi --without-avahi
%endif %endif
%if ! %{with_phyp}
%define _without_phyp --without-phyp
%endif
%if ! %{with_polkit} %if ! %{with_polkit}
%define _without_polkit --without-polkit %define _without_polkit --without-polkit
%endif %endif
...@@ -320,6 +329,7 @@ of recent versions of Linux (and other OSes). ...@@ -320,6 +329,7 @@ of recent versions of Linux (and other OSes).
%{?_without_libvirtd} \ %{?_without_libvirtd} \
%{?_without_uml} \ %{?_without_uml} \
%{?_without_one} \ %{?_without_one} \
%{?_without_phyp} \
%{?_without_network} \ %{?_without_network} \
%{?_with_rhel5_api} \ %{?_with_rhel5_api} \
%{?_without_storage_fs} \ %{?_without_storage_fs} \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册