mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
Fix RPM spec conditional when %{rhel} is not defined
This commit is contained in:
parent
defa8b8589
commit
3f685c4dd8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user