From 48ed358dfb3e0ecf4c8806d480158a2b155e7de5d473f9eeb1fbde3455b45b4d Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Wed, 26 Jan 2022 15:32:02 +0000 Subject: [PATCH] - resolved: disable DNSSEC until the following issue is solved: https://github.com/systemd/systemd/issues/10579 - Replace '%setup+%autopatch' with '%autosetup' OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1232 --- systemd.changes | 8 ++++++++ systemd.spec | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/systemd.changes b/systemd.changes index c6c4f4b7..d80c30e0 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 26 15:20:57 UTC 2022 - Franck Bui + +- resolved: disable DNSSEC until the following issue is solved: + https://github.com/systemd/systemd/issues/10579 + +- Replace '%setup+%autopatch' with '%autosetup' + ------------------------------------------------------------------- Mon Jan 24 15:51:07 UTC 2022 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 25b2542b..7f248fdd 100644 --- a/systemd.spec +++ b/systemd.spec @@ -619,8 +619,7 @@ Have fun with these services at your own risk. %endif %prep -%setup -q -n systemd-v%{version}%{suse_version} -%autopatch -p1 +%autosetup -p1 -n systemd-v%{version}%{suse_version} %build # keep split-usr until all packages have moved their systemd rules to /usr @@ -702,6 +701,9 @@ Have fun with these services at your own risk. %endif %if %{without resolved} -Dresolve=false \ +%else + -Ddefault-dnssec=no \ + -Ddns-over-tls=openssl \ %endif %if %{without sysvcompat} -Dsysvinit-path= \