- 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
This commit is contained in:
Franck Bui 2022-01-26 15:32:02 +00:00 committed by Git OBS Bridge
parent eb8c3c4572
commit 48ed358dfb
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 26 15:20:57 UTC 2022 - Franck Bui <fbui@suse.com>
- 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 <fbui@suse.com>

View File

@ -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= \