summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2021-07-21 16:40:27 +0200
committerMarian Csontos <mcsontos@redhat.com>2021-07-21 16:40:27 +0200
commit640fe5cf42fd136e60778513c5fc28499e78f9c2 (patch)
tree497b7fe520af1825e41ee6051c595c00c676921f /spec
parentb70c341c9e9526cc21f590af73ccce2369755736 (diff)
downloadlvm2-640fe5cf42fd136e60778513c5fc28499e78f9c2.tar.gz
spec: Add vdoimport man page
Diffstat (limited to 'spec')
-rw-r--r--spec/packages.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/spec/packages.inc b/spec/packages.inc
index bf693a4ce..700e77506 100644
--- a/spec/packages.inc
+++ b/spec/packages.inc
@@ -61,6 +61,9 @@ fi
%{_sbindir}/pvresize
%{_sbindir}/pvs
%{_sbindir}/pvscan
+%if %{have_with vdo}
+%{_sbindir}/vdoimport
+%endif
%{_sbindir}/vgcfgbackup
%{_sbindir}/vgcfgrestore
%{_sbindir}/vgchange
@@ -70,7 +73,6 @@ fi
%{_sbindir}/vgdisplay
%{_sbindir}/vgexport
%{_sbindir}/vgextend
-%{_sbindir}/vdoimport
%{_sbindir}/vgimport
%{_sbindir}/vgimportclone
%{_sbindir}/vgimportdevices
@@ -123,6 +125,9 @@ fi
%{_mandir}/man8/pvresize.8.gz
%{_mandir}/man8/pvs.8.gz
%{_mandir}/man8/pvscan.8.gz
+%if %{have_with vdo}
+%{_mandir}/man8/vdoimport.8.gz
+%endif
%{_mandir}/man8/vgcfgbackup.8.gz
%{_mandir}/man8/vgcfgrestore.8.gz
%{_mandir}/man8/vgchange.8.gz