Accepting request 221840 from Base:System

use liblognorm0 transitional package in Factory to fix build until rsyslog is updated to support liblognorm >= 1.0.0 (forwarded request 221838 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/221840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=84
This commit is contained in:
Stephan Kulow 2014-02-11 14:48:02 +00:00 committed by Git OBS Bridge
commit 45efbe51dd
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 11 12:33:10 UTC 2014 - andreas.stieger@gmx.de
- use liblognorm0 transitional package in Factory to fix build
until rsyslog is updated to support liblognorm >= 1.0.0
-------------------------------------------------------------------
Fri Jan 24 14:22:08 UTC 2014 - mt@suse.de

View File

@ -140,9 +140,13 @@ BuildRequires: libnet-devel
%endif
%if %{with mmnormalize}
# mmnormalize support
BuildRequires: liblognorm-devel >= 0.3.1
BuildRequires: pkgconfig(lognorm) >= 0.3.1
# no support for 1.0.0 as per configure
BuildRequires: liblognorm-devel < 1.0.0
BuildRequires: pkgconfig(lognorm) < 1.0.0
%if 0%{?suse_version} > 1310
BuildRequires: liblognorm0-devel
%endif
%if 0%{?suse_version} >= 1210
BuildRequires: pkgconfig(libee) >= 0.4.0
%else