make macros look the same again

OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=219
This commit is contained in:
Jan Engelhardt 2019-06-18 07:58:18 +00:00 committed by Git OBS Bridge
parent ee5fe3afa3
commit ca9fe3738d

View File

@ -37,7 +37,7 @@ BuildRoot: %_tmppath/%name-%version-build
%define dbpath %sssdstatedir/db
%define pipepath %sssdstatedir/pipes
%define pubconfpath %sssdstatedir/pubconf
%define gpocachepath %{sssdstatedir}/gpo_cache
%define gpocachepath %sssdstatedir/gpo_cache
BuildRequires: autoconf >= 2.59
BuildRequires: automake
@ -390,7 +390,7 @@ export LDFLAGS="-pie"
--with-db-path="%dbpath" \
--with-pipe-path="%pipepath" \
--with-pubconf-path="%pubconfpath" \
--with-gpo-cache-path="%{gpocachepath}" \
--with-gpo-cache-path="%gpocachepath" \
--with-init-dir="%_initrddir" \
--with-environment-file="%_sysconfdir/sysconfig/sssd" \
--with-initscript=systemd \
@ -541,7 +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 %gpocachepath/
%attr(755,root,root) %dir %sssdstatedir/mc/
%attr(700,root,root) %dir %sssdstatedir/keytabs/
%attr(750,root,root) %dir %_localstatedir/log/%name/