[packages/libipt] - use macro

arekm arekm at pld-linux.org
Wed Oct 10 14:49:13 CEST 2018


commit b3c45e1570c6cffbe9e4e28c2e285cb4b82081ae
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Oct 10 14:49:05 2018 +0200

    - 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libipt.git/commitdiff/b3c45e1570c6cffbe9e4e28c2e285cb4b82081ae



More information about the pld-cvs-commit mailing list