From ca9fe3738de3c33a4a4fe984b223fa47e40d9c0d04dd39df2aa7c23f29d550c2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 18 Jun 2019 07:58:18 +0000 Subject: [PATCH] make macros look the same again OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=219 --- sssd.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sssd.spec b/sssd.spec index bfa3581..0766a9a 100644 --- a/sssd.spec +++ b/sssd.spec @@ -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/