forked from pool/systemd
- 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:
parent
eb8c3c4572
commit
48ed358dfb
@ -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>
|
Mon Jan 24 15:51:07 UTC 2022 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -619,8 +619,7 @@ Have fun with these services at your own risk.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n systemd-v%{version}%{suse_version}
|
%autosetup -p1 -n systemd-v%{version}%{suse_version}
|
||||||
%autopatch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# keep split-usr until all packages have moved their systemd rules to /usr
|
# 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
|
%endif
|
||||||
%if %{without resolved}
|
%if %{without resolved}
|
||||||
-Dresolve=false \
|
-Dresolve=false \
|
||||||
|
%else
|
||||||
|
-Ddefault-dnssec=no \
|
||||||
|
-Ddns-over-tls=openssl \
|
||||||
%endif
|
%endif
|
||||||
%if %{without sysvcompat}
|
%if %{without sysvcompat}
|
||||||
-Dsysvinit-path= \
|
-Dsysvinit-path= \
|
||||||
|
Loading…
Reference in New Issue
Block a user