From 1e2b63ecad2e646a20b6501440f50c7022cef607 Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Thu, 3 Sep 2015 23:48:15 +0300 Subject: [PATCH] Build only for power64le --- criu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/criu.spec b/criu.spec index 3cfcc94..25030ef 100644 --- a/criu.spec +++ b/criu.spec @@ -1,6 +1,6 @@ Name: criu Version: 1.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -18,7 +18,7 @@ BuildRequires: asciidoc xmlto # code is very architecture specific # once imported in RCS it needs a bug openend explaining the ExclusiveArch # https://bugzilla.redhat.com/show_bug.cgi?id=902875 -ExclusiveArch: x86_64 %{arm} %{power64} aarch64 +ExclusiveArch: x86_64 %{arm} ppc64le aarch64 %description criu is the user-space part of Checkpoint/Restore in User-space @@ -104,6 +104,9 @@ ln -s %{_sbindir}/criu $RPM_BUILD_ROOT%{_sbindir}/crtools %changelog +* Thu Sep 3 2015 Andrey Vagin - 1.6.1-3 +- Build only for power64le + * Thu Sep 3 2015 Andrey Vagin - 1.6.1-2 - Build for aarch64 and power64