diff --git a/spec/packages.inc b/spec/packages.inc index 5999ab7c6..e70f6adec 100644 --- a/spec/packages.inc +++ b/spec/packages.inc @@ -82,9 +82,13 @@ fi %if %{have_service lvmetad} %{_sbindir}/lvmetad %endif +%if %{have_with cache} + %{_mandir}/man7/lvmcache.7.gz +%endif +%if %{have_with thin} + %{_mandir}/man7/lvmthin.7.gz +%endif %{_mandir}/man5/lvm.conf.5.gz -%{_mandir}/man7/lvmcache.7.gz -%{_mandir}/man7/lvmthin.7.gz %{_mandir}/man8/fsadm.8.gz %{_mandir}/man8/lvchange.8.gz %{_mandir}/man8/lvconvert.8.gz diff --git a/spec/source.inc b/spec/source.inc index 0a1c27039..6ef479130 100644 --- a/spec/source.inc +++ b/spec/source.inc @@ -13,6 +13,7 @@ %with clvmd corosync # TODO %global req_dm_persistent device-mapper-persistent-data >= 0.1.4 +%with cache internal %with thin internal %with thin_check %{_sbindir}/thin_check %with thin_repair %{_sbindir}/thin_repair @@ -39,6 +40,7 @@ %endif %if %{fedora} == 16 +%with cache none %with thin none %with thin_check %with thin_repair