From b7c95ddd9ea635d52142535243ccdcc663c008a2 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Fri, 19 Nov 2021 08:29:38 -0800 Subject: [PATCH] Disable legacy iptables support --- systemd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index 8f7f342..9070d20 100644 --- a/systemd.spec +++ b/systemd.spec @@ -31,7 +31,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd %if %{without inplace} Version: 249.7 -Release: 2%{?dist} +Release: 3%{?dist} %else # determine the build information from local checkout Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/') @@ -460,7 +460,7 @@ CONFIGURE_OPTS=( -Dgnutls=true -Dmicrohttpd=true -Dlibidn2=true - -Dlibiptc=true + -Dlibiptc=false -Dlibcurl=true -Dlibfido2=true -Defi=true @@ -1010,6 +1010,9 @@ fi %files standalone-sysusers -f .file-list-standalone-sysusers %changelog +* Fri Nov 19 2021 Davide Cavalca - 249.7-3 +- Disable legacy iptables support + * Mon Nov 15 2021 Zbigniew Jędrzejewski-Szmek - 249.7-2 - Supress errors from update-helper when selinux is enabled (see #2023332)