summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2013-12-17 15:23:08 +0100
committerPetr Rockai <me@mornfall.net>2014-02-28 11:23:52 +0100
commitcc6ed8fa66df4fba65a64b7111e26f5eb6b20162 (patch)
tree7fd9f3d7777c20c169ea8decf5cc4dc90f66f5dc /spec
parent4d081f072fe5b6f96112196fbb52a9b5cda21c55 (diff)
downloadlvm2-cc6ed8fa66df4fba65a64b7111e26f5eb6b20162.tar.gz
spec: We do want thin support on RHEL 6.
Diffstat (limited to 'spec')
-rw-r--r--spec/source.inc4
1 files changed, 4 insertions, 0 deletions
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
##############################################################