Accepting request 356525 from home:darix:branches:Base:System

- fix build on sle11: use package name buildrequires instead of
  pkgconfig

OBS-URL: https://build.opensuse.org/request/show/356525
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=240
This commit is contained in:
Andreas Stieger 2016-02-01 21:55:14 +00:00 committed by Git OBS Bridge
parent aac5b2232a
commit da155dcc62
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 28 14:10:50 UTC 2016 - mrueckert@suse.de
- fix build on sle11: use package name buildrequires instead of
pkgconfig
-------------------------------------------------------------------
Tue Jan 12 11:01:17 UTC 2016 - astieger@suse.com

View File

@ -145,7 +145,11 @@ BuildRequires: libgcrypt-devel
%endif
%if %{with guardtime}
BuildRequires: libgt-devel >= 0.3.1
%if %{?suse_version} > 1110
BuildRequires: pkgconfig(libksi) >= 3.4.0.2
%else
BuildRequires: libksi-devel >= 3.4.0.2
%endif
BuildConflicts: libksi >= 3.5.0.0
%endif
%if %{with dbi}