Disable legacy iptables support
This commit is contained in:
parent
21ca64d8e0
commit
b7c95ddd9e
@ -31,7 +31,7 @@ Name: systemd
|
|||||||
Url: https://www.freedesktop.org/wiki/Software/systemd
|
Url: https://www.freedesktop.org/wiki/Software/systemd
|
||||||
%if %{without inplace}
|
%if %{without inplace}
|
||||||
Version: 249.7
|
Version: 249.7
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%else
|
%else
|
||||||
# determine the build information from local checkout
|
# determine the build information from local checkout
|
||||||
Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
|
Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
|
||||||
@ -460,7 +460,7 @@ CONFIGURE_OPTS=(
|
|||||||
-Dgnutls=true
|
-Dgnutls=true
|
||||||
-Dmicrohttpd=true
|
-Dmicrohttpd=true
|
||||||
-Dlibidn2=true
|
-Dlibidn2=true
|
||||||
-Dlibiptc=true
|
-Dlibiptc=false
|
||||||
-Dlibcurl=true
|
-Dlibcurl=true
|
||||||
-Dlibfido2=true
|
-Dlibfido2=true
|
||||||
-Defi=true
|
-Defi=true
|
||||||
@ -1010,6 +1010,9 @@ fi
|
|||||||
%files standalone-sysusers -f .file-list-standalone-sysusers
|
%files standalone-sysusers -f .file-list-standalone-sysusers
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 19 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 249.7-3
|
||||||
|
- Disable legacy iptables support
|
||||||
|
|
||||||
* Mon Nov 15 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.7-2
|
* Mon Nov 15 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.7-2
|
||||||
- Supress errors from update-helper when selinux is enabled (see #2023332)
|
- Supress errors from update-helper when selinux is enabled (see #2023332)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user