diff --git a/systemd.changes b/systemd.changes index 3caf8209..dca3a6f6 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 27 07:50:07 UTC 2022 - Franck Bui + +- 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 diff --git a/systemd.spec b/systemd.spec index cbcae9fc..c3725bda 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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