From f3a23015e4f26e708544e2c6e6ee17d86b8aa20a683d1bebcdae3214aae2bd28 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 15 Dec 2021 07:33:26 +0000 Subject: [PATCH] Accepting request 940649 from home:tiwai:branches:devel:tools - Drop ix86 build, which has been failing almost always OBS-URL: https://build.opensuse.org/request/show/940649 OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=108 --- criu.changes | 5 +++++ criu.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/criu.changes b/criu.changes index a42cf95..4955d71 100644 --- a/criu.changes +++ b/criu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 15 08:29:36 CET 2021 - tiwai@suse.de + +- Drop ix86 build, which has been failing almost always + ------------------------------------------------------------------- Tue Dec 7 15:10:26 CET 2021 - tiwai@suse.de diff --git a/criu.spec b/criu.spec index 60fe794..8cc74c5 100644 --- a/criu.spec +++ b/criu.spec @@ -56,7 +56,7 @@ BuildRequires: xmlto %endif Requires: python3-ipaddr Requires: python3-protobuf -ExclusiveArch: %{ix86} x86_64 aarch64 ppc64le armv7l armv7hl s390x +ExclusiveArch: x86_64 aarch64 ppc64le armv7l armv7hl s390x %if 0%{?suse_version} > 1320 BuildRequires: libbsd-devel %endif