From 0a6ab0825d94ecd29305f448231dd6f9312c8639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 12 Jul 2020 22:53:09 +0200 Subject: [PATCH] Update defaults to dnssec=no, mdns,llmnr=resolve --- systemd.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 8dd900d..e937940 100644 --- a/systemd.spec +++ b/systemd.spec @@ -20,7 +20,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 246~rc1 -Release: 1%{?dist} +Release: 2%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -377,6 +377,9 @@ CONFIGURE_OPTS=( -Dman=true -Dversion-tag=v%{version}-%{release} -Dfallback-hostname=fedora + -Ddefault-dnssec=no + -Ddefault-mdns=resolve + -Ddefault-llmnr=resolve ) %meson "${CONFIGURE_OPTS[@]}" @@ -763,6 +766,11 @@ fi %files tests -f .file-list-tests %changelog +* Sun Jul 12 2020 Zbigniew Jędrzejewski-Szmek - 246~rc1-2 +- Enable systemd-resolved (with DNSSEC disabled by default, and LLMNR + and mDNS support in resolve-only mode by default). + See https://fedoraproject.org/wiki/Changes/systemd-resolved. + * Thu Jul 9 2020 Zbigniew Jędrzejewski-Szmek - 246~rc1-1 - New upstream release, see https://raw.githubusercontent.com/systemd/systemd/v246-rc1/NEWS.