Update defaults to dnssec=no, mdns,llmnr=resolve
This commit is contained in:
parent
778a3758dd
commit
0a6ab0825d
10
systemd.spec
10
systemd.spec
@ -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: 246~rc1
|
Version: 246~rc1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
License: LGPLv2+ and MIT and GPLv2+
|
License: LGPLv2+ and MIT and GPLv2+
|
||||||
Summary: System and Service Manager
|
Summary: System and Service Manager
|
||||||
@ -377,6 +377,9 @@ CONFIGURE_OPTS=(
|
|||||||
-Dman=true
|
-Dman=true
|
||||||
-Dversion-tag=v%{version}-%{release}
|
-Dversion-tag=v%{version}-%{release}
|
||||||
-Dfallback-hostname=fedora
|
-Dfallback-hostname=fedora
|
||||||
|
-Ddefault-dnssec=no
|
||||||
|
-Ddefault-mdns=resolve
|
||||||
|
-Ddefault-llmnr=resolve
|
||||||
)
|
)
|
||||||
|
|
||||||
%meson "${CONFIGURE_OPTS[@]}"
|
%meson "${CONFIGURE_OPTS[@]}"
|
||||||
@ -763,6 +766,11 @@ fi
|
|||||||
%files tests -f .file-list-tests
|
%files tests -f .file-list-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 12 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 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 <zbyszek@in.waw.pl> - 246~rc1-1
|
* Thu Jul 9 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246~rc1-1
|
||||||
- New upstream release, see
|
- New upstream release, see
|
||||||
https://raw.githubusercontent.com/systemd/systemd/v246-rc1/NEWS.
|
https://raw.githubusercontent.com/systemd/systemd/v246-rc1/NEWS.
|
||||||
|
Loading…
Reference in New Issue
Block a user