!253 [sync] PR-252: Set the default value of dnssec,mdns, llmnr

From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-04-08 08:06:23 +00:00 committed by Gitee
commit 476c5b9220
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -20,7 +20,7 @@
Name: systemd Name: systemd
Url: https://www.freedesktop.org/wiki/Software/systemd Url: https://www.freedesktop.org/wiki/Software/systemd
Version: 249 Version: 249
Release: 18 Release: 19
License: MIT and LGPLv2+ and GPLv2+ License: MIT and LGPLv2+ and GPLv2+
Summary: System and Service Manager Summary: System and Service Manager
@ -330,10 +330,10 @@ CONFIGURE_OPTS=(
-Dman=true -Dman=true
-Dversion-tag=v%{version}-%{release} -Dversion-tag=v%{version}-%{release}
-Ddefault-hierarchy=legacy -Ddefault-hierarchy=legacy
-Ddefault-dnssec=no -Ddefault-dnssec=allow-downgrade
# https://bugzilla.redhat.com/show_bug.cgi?id=1867830 # https://bugzilla.redhat.com/show_bug.cgi?id=1867830
-Ddefault-mdns=no -Ddefault-mdns=yes
-Ddefault-llmnr=resolve -Ddefault-llmnr=yes
-Dhtml=false -Dhtml=false
-Dlibbpf=false -Dlibbpf=false
-Dlibfido2=false -Dlibfido2=false
@ -1499,6 +1499,11 @@ fi
%{_libdir}/security/pam_systemd.so %{_libdir}/security/pam_systemd.so
%changelog %changelog
* Fri Apr 8 2022 wangyuhang <wangyuhang27@huawei.com> - 249-19
- set dnssec to be allow-downgrade by default
set mdns to be yes by default
set llmnr to be yes by default
* Sat Apr 2 2022 xujing <xujing99@huawei.com> - 249-18 * Sat Apr 2 2022 xujing <xujing99@huawei.com> - 249-18
- set urlify to be disabled by default - set urlify to be disabled by default