1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

spec: We do want thin support on RHEL 6.

This commit is contained in:
Petr Rockai 2013-12-17 15:23:08 +01:00 committed by Petr Rockai
parent 4d081f072f
commit cc6ed8fa66

View File

@ -33,6 +33,9 @@
%global req_udev udev >= 158-1 %global req_udev udev >= 158-1
%global req_cluster openais >= 1.1.1-1, cman >= 3.0.6-1, corosync >= 1.2.0-1 %global req_cluster openais >= 1.1.1-1, cman >= 3.0.6-1, corosync >= 1.2.0-1
%endif
%if %{fedora} == 16
%with thin none %with thin none
%with thin_check %with thin_check
%with thin_repair %with thin_repair
@ -55,6 +58,7 @@
%if %{rhel} == 6 %if %{rhel} == 6
%define req_udev udev >= 147-2 %define req_udev udev >= 147-2
%global req_dm_persistent device-mapper-persistent-data >= 0.1.4
%endif %endif
############################################################## ##############################################################