forked from pool/systemd
- Make sure that libopenssl-devel is installed when building resolved. Openssl
was implictly pulled in by systemd-experimental subpackage but could be missing if the build of this subpackage was disabled. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1235
This commit is contained in:
parent
32caedbc10
commit
f29e940359
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 27 07:50:07 UTC 2022 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Make sure that libopenssl-devel is installed when building resolved. Openssl
|
||||
was implictly pulled in by systemd-experimental subpackage but could be
|
||||
missing if the build of this subpackage was disabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 26 17:34:28 UTC 2022 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -388,6 +388,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
# This Recommends because some symbols of libidn2 are dlopen()ed by resolved
|
||||
Recommends: pkgconfig(libidn2)
|
||||
BuildRequires: pkgconfig(libidn2)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
Provides: systemd:/usr/lib/systemd/systemd-networkd
|
||||
Provides: systemd:/usr/lib/systemd/systemd-resolved
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user