[criu] Added arm macro to ExclusiveArch

Andrey Vagin avagin at fedoraproject.org
Tue Dec 10 16:43:18 UTC 2013


commit 9d7c2b66022b76247d450108dcea174410afb7ab
Author: Andrey Vagin <avagin at openvz.org>
Date:   Wed Jul 24 12:26:30 2013 +0400

    Added arm macro to ExclusiveArch

 crtools.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/crtools.spec b/crtools.spec
index e73845b..3a32dca 100644
--- a/crtools.spec
+++ b/crtools.spec
@@ -1,6 +1,6 @@
 Name: crtools	
 Version: 0.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Tool for Checkpoint/Restore in User-space
 Group: System Environment/Base
 License: GPLv2
@@ -12,11 +12,11 @@ Patch2: 0001-posix-times-don-t-fail-if-proc-PID-times-is-absent.patch
 
 BuildRequires: protobuf-c-devel asciidoc xmlto
 
-# user-space and kernel changes are only available for x86_64
+# user-space and kernel changes are only available for x86_64 and ARM
 # 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
+ExclusiveArch: x86_64 %{arm}
 
 %description
 crtools is the user-space part of Checkpoint/Restore in User-space
@@ -50,6 +50,9 @@ ln -s %{_sbindir}/criu $RPM_BUILD_ROOT%{_sbindir}/crtools
 %doc README COPYING
 
 %changelog
+* Wed Jul 24 2013 Andrew Vagin <avagin at openvz.org> - 0.6-3
+- Added arm macro to ExclusiveArch
+
 * Wed Jul 03 2013 Andrew Vagin <avagin at openvz.org> - 0.6-2
 - fix building on ARM
 - fix null pointer dereference


More information about the scm-commits mailing list