Dominique Leuenberger 2018-01-22 14:56:41 +00:00 committed by Git OBS Bridge
commit 3515cf0083
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