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
This commit is contained in:
Takashi Iwai 2021-12-07 14:25:20 +00:00 committed by Git OBS Bridge
parent f7f7fb1582
commit bac7a4a61d
2 changed files with 7 additions and 2 deletions

View File

@ -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 Fri Oct 15 10:09:52 CEST 2021 - tiwai@suse.de

View File

@ -45,7 +45,7 @@ BuildRequires: pkgconfig
BuildRequires: protobuf-c BuildRequires: protobuf-c
BuildRequires: protobuf-devel BuildRequires: protobuf-devel
BuildRequires: python3-devel BuildRequires: python3-devel
%if 0%{?suse_version} >= 1550 %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150300
BuildRequires: nftables-devel BuildRequires: nftables-devel
%endif %endif
%if 0%{?use_asciidoctor} %if 0%{?use_asciidoctor}
@ -56,7 +56,7 @@ BuildRequires: xmlto
%endif %endif
Requires: python3-ipaddr Requires: python3-ipaddr
Requires: python3-protobuf 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 %if 0%{?suse_version} > 1320
BuildRequires: libbsd-devel BuildRequires: libbsd-devel
%endif %endif