SHA256
1
0
forked from pool/iptables

Legacy backend condition tweak for SLES 16.x #4

Merged
jengelh merged 1 commits from ateixeira/iptables:master into master 2026-03-02 17:48:44 +01:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 26 18:49:18 UTC 2026 - Antonio Teixeira <antonio.teixeira@suse.com>
- Tweak legacy backend condition to make sure it remains not included
in future SLES 16.x releases, but keep it in Tumbleweed and Leap.
-------------------------------------------------------------------
Fri Feb 20 12:48:25 UTC 2026 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -22,7 +22,7 @@
%bcond_with libalternatives
%endif
%if 0%{?suse_version} == 1600 && !0%{?is_opensuse}
%if 0%{?suse_version} >= 1600 && 0%{?suse_version} < 1699 && !0%{?is_opensuse}
%bcond_with legacy_backend
%else
%bcond_without legacy_backend