From cc6ed8fa66df4fba65a64b7111e26f5eb6b20162 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Tue, 17 Dec 2013 15:23:08 +0100 Subject: [PATCH] spec: We do want thin support on RHEL 6. --- spec/source.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/source.inc b/spec/source.inc index 6a5b50934..4b93be343 100644 --- a/spec/source.inc +++ b/spec/source.inc @@ -33,6 +33,9 @@ %global req_udev udev >= 158-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_check %with thin_repair @@ -55,6 +58,7 @@ %if %{rhel} == 6 %define req_udev udev >= 147-2 +%global req_dm_persistent device-mapper-persistent-data >= 0.1.4 %endif ##############################################################