Fixed to use systemd journal on > 12.3

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=142
This commit is contained in:
Marius Tomaschewski 2013-04-30 07:55:48 +00:00 committed by Git OBS Bridge
parent f9819e9875
commit 5e869d9e99

View File

@ -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