From bac7a4a61d2705926162a674f8c425f2cfe277fd8e3e9218af89a358b9c1866c Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 7 Dec 2021 14:25:20 +0000 Subject: [PATCH] Accepting request 936262 from home:tiwai:branches:devel:tools - Enable nftables for SLE15-SP3 / openSUSE Leap 15.3, too (bsc#1193486) OBS-URL: https://build.opensuse.org/request/show/936262 OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=107 --- criu.changes | 5 +++++ criu.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/criu.changes b/criu.changes index c1d8817..a42cf95 100644 --- a/criu.changes +++ b/criu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 7 15:10:26 CET 2021 - tiwai@suse.de + +- Enable nftables for SLE15-SP3 / openSUSE Leap 15.3, too (bsc#1193486) + ------------------------------------------------------------------- Fri Oct 15 10:09:52 CEST 2021 - tiwai@suse.de diff --git a/criu.spec b/criu.spec index 11c317e..60fe794 100644 --- a/criu.spec +++ b/criu.spec @@ -45,7 +45,7 @@ BuildRequires: pkgconfig BuildRequires: protobuf-c BuildRequires: protobuf-devel BuildRequires: python3-devel -%if 0%{?suse_version} >= 1550 +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150300 BuildRequires: nftables-devel %endif %if 0%{?use_asciidoctor} @@ -56,7 +56,7 @@ BuildRequires: xmlto %endif Requires: python3-ipaddr Requires: python3-protobuf -ExclusiveArch: x86_64 aarch64 ppc64le armv7l armv7hl s390x +ExclusiveArch: %{ix86} x86_64 aarch64 ppc64le armv7l armv7hl s390x %if 0%{?suse_version} > 1320 BuildRequires: libbsd-devel %endif