From bf4ece58e7b4d53a07c1d798221605362ac402596701f3117c6082f39b5118a9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 19 Feb 2021 18:34:39 +0000 Subject: [PATCH] apply 871491 OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=241 --- sssd.changes | 10 ++++++++++ sssd.spec | 1 + 2 files changed, 11 insertions(+) diff --git a/sssd.changes b/sssd.changes index 0391473..032eaab 100644 --- a/sssd.changes +++ b/sssd.changes @@ -7,6 +7,16 @@ Fri Feb 19 17:30:58 UTC 2021 - Jan Engelhardt * pam_sss_gss now support authentication indicators to further harden the authentication. +------------------------------------------------------------------- +Fri Feb 12 15:55:37 UTC 2021 - Dominique Leuenberger + +- Pass --with-pid-path=%{_rundir} to configure: adjust rundir + according the distro settings, i.e. /run on modern systems. + Eliminates a systemd warning like this one in the journal: + Feb 12 12:33:32 zeus systemd[1]: /usr/lib/systemd/system/sssd.service:13: + PIDFile= references a path below legacy directory /var/run/, + updating /var/run/sssd.pid → /run/sssd.pid; please update the unit file accordingly. + ------------------------------------------------------------------- Fri Feb 5 12:56:44 UTC 2021 - Jan Engelhardt diff --git a/sssd.spec b/sssd.spec index 73091a1..7ab5828 100644 --- a/sssd.spec +++ b/sssd.spec @@ -376,6 +376,7 @@ export LDFLAGS="-pie" --with-environment-file="%_sysconfdir/sysconfig/sssd" \ --with-initscript=systemd \ --with-syslog=journald \ + --with-pid-path="%_rundir" \ --enable-nsslibdir="/%_lib" \ --enable-pammoddir="/%_lib/security" \ --with-ldb-lib-dir="$LDB_DIR" \