From e757f1db696241d8a633a5103e875d68dd62faed Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Wed, 16 Jan 2013 15:15:09 -0500 Subject: [PATCH] Make "with_systemd" macro conditional based on fedora version *systemtap.spec - "with_systemd" is based on fedora version --- systemtap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 7150a7b5f..2a50025a5 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -17,7 +17,7 @@ %else %{!?with_dyninst: %global with_dyninst 0} %endif -%{!?with_systemd: %global with_systemd 0} +%{!?with_systemd: %global with_systemd 0%{?fedora} >= 19} %{!?with_emacsvim: %global with_emacsvim 1} Name: systemtap -- 2.43.5