From 5e869d9e9989c9b26391726399d69a07a36fed3924d21eaeaaec16f21834bf52 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Tue, 30 Apr 2013 07:55:48 +0000 Subject: [PATCH] Fixed to use systemd journal on > 12.3 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=142 --- rsyslog.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rsyslog.spec b/rsyslog.spec index d985754..d087b0f 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -32,12 +32,15 @@ Release: 0 %bcond_with dbi %endif %if 0%{?suse_version} >= 1230 -%bcond_without journal %bcond_with systemv %else -%bcond_with journal %bcond_without systemv %endif +%if 0%{?suse_version} > 1230 +%bcond_without journal +%else +%bcond_with journal +%endif %bcond_without gssapi %bcond_without gnutls %bcond_without mysql