From: Dmitry V. Levin Date: Wed, 8 Jun 2016 10:02:42 +0000 (+0000) Subject: strace.spec.in: enable libunwind on more platforms X-Git-Tag: v4.13~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=770027284425d9f528e76b20e37ada28e343ab0a;p=strace strace.spec.in: enable libunwind on more platforms * strace.spec.in: Add libunwind-devel to BuildRequires for RHEL8 family. --- diff --git a/strace.spec.in b/strace.spec.in index 0b4a2396..df1311d3 100644 --- a/strace.spec.in +++ b/strace.spec.in @@ -6,10 +6,7 @@ License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz -%if 0%{?fedora_version} >= 20 -%define buildrequires_libunwind_devel BuildRequires: libunwind-devel -%endif -%if 0%{?suse_version} >= 1300 +%if 0%{?fedora_version} >= 20 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800 || 0%{?scientificlinux_version} >= 800 || 0%{?suse_version} >= 1300 %define buildrequires_libunwind_devel BuildRequires: libunwind-devel %endif %ifarch x86_64