forked from pool/iptables
Legacy backend condition tweak for SLES 16.x #4
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user