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