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
This commit is contained in:
OBS User mrdocs 2018-01-21 05:39:42 +00:00 committed by Git OBS Bridge
parent d8a13def71
commit 2baed0da9e
2 changed files with 8 additions and 1 deletions

View File

@ -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 Fri Jan 12 12:38:09 UTC 2018 - pcerny@suse.com

View File

@ -90,7 +90,7 @@ BuildRequires: libopenssl-1_0_0-devel
BuildRequires: openldap2-devel BuildRequires: openldap2-devel
BuildRequires: pam-devel BuildRequires: pam-devel
%if %{uses_systemd} %if %{uses_systemd}
BuildRequires: systemd-devel BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
%{?systemd_requires} %{?systemd_requires}
%endif %endif