From b3c45e1570c6cffbe9e4e28c2e285cb4b82081ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 10 Oct 2018 14:49:05 +0200 Subject: [PATCH] - use macro --- libipt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libipt.spec b/libipt.spec index d0a1210..86b50ec 100644 --- a/libipt.spec +++ b/libipt.spec @@ -12,7 +12,7 @@ Source0: https://github.com/01org/processor-trace/archive/v%{version}.tar.gz BuildRequires: cmake BuildRequires: libstdc++-devel BuildRequires: pandoc -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} %{x8664} %description The Intel Processor Trace (Intel PT) Decoder Library is Intel's @@ -23,7 +23,7 @@ your tool. %package devel Summary: Header files and libraries for Intel Processor Trace Decoder Library Requires: %{name} = %{version}-%{release} -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} %{x8664} %description devel The %{name}-devel package contains the header files and libraries -- 2.43.0