From 2baed0da9e7046d20d83453c27ebf4f0fe4abe146a47ba2e71aa4ca288e00f32 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Sun, 21 Jan 2018 05:39:42 +0000 Subject: [PATCH] Accepting request 566484 from home:dimstar:Factory - BuildRequire pkgconfig(libsystemd) instead of systemd-devel: allow the scheduler to pick systemd-mini flavors to get build going. I shortened the diff, to have less conversation topics - this part should be undisputed OBS-URL: https://build.opensuse.org/request/show/566484 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=132 --- openssh.changes | 7 +++++++ openssh.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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