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:
parent
aac5b2232a
commit
da155dcc62
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user