提交 3f685c4d 编写于 作者: D Daniel P. Berrange

Fix RPM spec conditional when %{rhel} is not defined

上级 defa8b85
......@@ -1224,7 +1224,7 @@ autoreconf -if
%endif
%if %{with_selinux}
%if %{?fedora} >= 17 || %{?rhel} >= 7
%if 0%{?fedora} >= 17 || 0%{?rhel} >= 7
%define with_selinux_mount --with-selinux-mount="/sys/fs/selinux"
%else
%define with_selinux_mount --with-selinux-mount="/selinux"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册