From ec3297a7fcbf107bad797a2dacc4a870c1d58c084ca29d4aa5ce6fcf6bdbcf21 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 11 Feb 2014 12:41:37 +0000 Subject: [PATCH] Accepting request 221838 from home:AndreasStieger:branches:Base:System use liblognorm0 transitional package in Factory to fix build until rsyslog is updated to support liblognorm >= 1.0.0 OBS-URL: https://build.opensuse.org/request/show/221838 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=176 --- rsyslog.changes | 6 ++++++ rsyslog.spec | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/rsyslog.changes b/rsyslog.changes index 3997046..19aad91 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -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 diff --git a/rsyslog.spec b/rsyslog.spec index 27b8947..74c1d78 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -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