From f643faef2e6d96a94d64f1ea7ffea0c193e42951 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 11 Jul 2018 09:44:40 +0200 Subject: [PATCH] Disable annobin as it seems to break CRIU Signed-off-by: Adrian Reber --- criu.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/criu.spec b/criu.spec index 7679ab4..6a7bc0f 100644 --- a/criu.spec +++ b/criu.spec @@ -4,9 +4,13 @@ %global py_prefix python %endif +# With annobin enabled, CRIU does not work anymore. It seems CRIU's +# parasite code breaks if annobin is enabled. +%undefine _annotated_build + Name: criu Version: 3.10 -Release: 1%{?dist} +Release: 2%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -159,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT%{_libexecdir}/%{name} %changelog +* Wed Jul 11 2018 Adrian Reber - 3.10-2 +- Disable annobin as it seems to break CRIU + * Tue Jul 10 2018 Adrian Reber - 3.10-1 - Update to 3.10 (#1599710) - Switch to python3