From 9c8dab450ef1e455bddd7a1abd5bba3c38b19d18 Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Thu, 28 Mar 2024 22:19:39 +0100 Subject: [PATCH] SPEC: build with 'syslog' instead of 'journald' --- contrib/sssd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 87410cada52..ed47b10dc5e 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -580,7 +580,7 @@ autoreconf -ivf --with-pipe-path=%{pipepath} \ --with-pubconf-path=%{pubconfpath} \ --with-sssd-user=%{sssd_user} \ - --with-syslog=journald \ + --with-syslog=syslog \ --with-test-dir=/dev/shm \ %if 0%{?rhel} == 9 --with-libsifp \