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
This commit is contained in:
parent
3e5ec14f79
commit
ee5fe3afa3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 10:59:25 UTC 2019 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Create directory to download and cache GPOs (bsc#1132879)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 11:50:58 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user