From 5f30b558eb6db1f9bc229c8252a42cec7bf11a2d Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 22 Feb 2013 15:44:33 +0100 Subject: [PATCH] rhel >= 5 has xz-devel --- elfutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfutils.spec b/elfutils.spec index 0c8c549..91a6dd9 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -24,7 +24,7 @@ Group: Development/Tools %global scanf_has_m (%rhel >= 6) %global separate_devel_static (%rhel >= 6) %global use_zlib (%rhel >= 5) -%global use_xz (%rhel >= 6) +%global use_xz (%rhel >= 5) %endif %if 0%{?fedora} %global portability (%fedora < 9)