1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

NIX: Add %with thin_dump to the specfile.

This commit is contained in:
Petr Rockai 2013-08-30 18:30:20 +02:00 committed by Petr Rockai
parent bf67c0b393
commit 5f60d53fcc

View File

@ -16,6 +16,7 @@
%with thin internal
%with thin_check %{_sbindir}/thin_check
%with thin_repair %{_sbindir}/thin_repair
%with thin_dump %{_sbindir}/thin_dump
%global buildreq_udev systemd-devel
%global req_udev udev >= 181-1
@ -35,6 +36,7 @@
%with thin
%with thin_check
%with thin_repair
%with thin_dump
%endif
##############################################################