diff --git a/openssh.changes b/openssh.changes index 6b524ea..aa2d37a 100644 --- a/openssh.changes +++ b/openssh.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 16 13:04:01 UTC 2018 - dimstar@opensuse.org + +- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: + allow the scheduler to pick systemd-mini flavors to get build + going. + ------------------------------------------------------------------- Fri Jan 12 12:38:09 UTC 2018 - pcerny@suse.com diff --git a/openssh.spec b/openssh.spec index 847b679..0af12a4 100644 --- a/openssh.spec +++ b/openssh.spec @@ -90,7 +90,7 @@ BuildRequires: libopenssl-1_0_0-devel BuildRequires: openldap2-devel BuildRequires: pam-devel %if %{uses_systemd} -BuildRequires: systemd-devel +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) %{?systemd_requires} %endif