From 5f60d53fccfa5224a61ec4ef21bce1004f1142b9 Mon Sep 17 00:00:00 2001 From: Petr Rockai <prockai@redhat.com> Date: Fri, 30 Aug 2013 18:30:20 +0200 Subject: [PATCH] NIX: Add %with thin_dump to the specfile. --- spec/source.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/source.inc b/spec/source.inc index 1cbd8bf4b..3da93ee1e 100644 --- a/spec/source.inc +++ b/spec/source.inc @@ -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 ##############################################################