From ee5fe3afa3614f02bed7c1f01ce60ce39955c6927a4c95a80807690984021914 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 18 Jun 2019 07:57:40 +0000 Subject: [PATCH] Accepting request 710336 from home:scabrero:branches:network:ldap - Create directory to download and cache GPOs (bsc#1132879) OBS-URL: https://build.opensuse.org/request/show/710336 OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=218 --- sssd.changes | 5 +++++ sssd.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/sssd.changes b/sssd.changes index 1d71cf4..c354268 100644 --- a/sssd.changes +++ b/sssd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 26 10:59:25 UTC 2019 - Samuel Cabrero + +- Create directory to download and cache GPOs (bsc#1132879) + ------------------------------------------------------------------- Sat Mar 16 11:50:58 UTC 2019 - Jan Engelhardt diff --git a/sssd.spec b/sssd.spec index e06fa79..bfa3581 100644 --- a/sssd.spec +++ b/sssd.spec @@ -37,6 +37,7 @@ BuildRoot: %_tmppath/%name-%version-build %define dbpath %sssdstatedir/db %define pipepath %sssdstatedir/pipes %define pubconfpath %sssdstatedir/pubconf +%define gpocachepath %{sssdstatedir}/gpo_cache BuildRequires: autoconf >= 2.59 BuildRequires: automake @@ -389,6 +390,7 @@ export LDFLAGS="-pie" --with-db-path="%dbpath" \ --with-pipe-path="%pipepath" \ --with-pubconf-path="%pubconfpath" \ + --with-gpo-cache-path="%{gpocachepath}" \ --with-init-dir="%_initrddir" \ --with-environment-file="%_sysconfdir/sysconfig/sssd" \ --with-initscript=systemd \ @@ -539,6 +541,7 @@ rm -f /var/lib/sss/db/*.ldb %attr(755,root,root) %dir %pipepath/ %attr(700,root,root) %dir %pipepath/private/ %attr(755,root,root) %dir %pubconfpath/ +%attr(755,root,root) %dir %{gpocachepath} %attr(755,root,root) %dir %sssdstatedir/mc/ %attr(700,root,root) %dir %sssdstatedir/keytabs/ %attr(750,root,root) %dir %_localstatedir/log/%name/