diff --git a/sssd.changes b/sssd.changes index c0a8fb9..e202a37 100644 --- a/sssd.changes +++ b/sssd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 19 09:32:35 UTC 2011 - rhafer@suse.de + +- /var/lib/sss/pubconf was missing (bnc#665442) + ------------------------------------------------------------------- Tue Jan 18 09:08:35 UTC 2011 - rhafer@suse.de diff --git a/sssd.spec b/sssd.spec index 96173ff..bb2a693 100644 --- a/sssd.spec +++ b/sssd.spec @@ -30,11 +30,11 @@ Patch0: 0001-Validate-user-supplied-size-of-data-items.patch Patch1: 0002-Add-overflow-check-to-SAFEALIGN_COPY_-_CHECK-macros.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -### Dependencies ### %define servicename sssd %define sssdstatedir %{_localstatedir}/lib/sss %define dbpath %{sssdstatedir}/db %define pipepath %{sssdstatedir}/pipes +%define pubconfpath %{sssdstatedir}/pubconf ### Build Dependencies ### BuildRequires: autoconf @@ -116,6 +116,7 @@ export LDB_CFLAGS="-I/usr/include" --without-tests \ --with-db-path=%{dbpath} \ --with-pipe-path=%{pipepath} \ + --with-pubconf-path=%{pubconfpath} \ --with-init-dir=%{_initrddir} \ --enable-nsslibdir=/%{_lib} \ --enable-pammoddir=/%{_lib}/security \ @@ -190,6 +191,7 @@ rm -rf $RPM_BUILD_ROOT %attr(700,root,root) %dir %{dbpath} %attr(755,root,root) %dir %{pipepath} %attr(700,root,root) %dir %{pipepath}/private +%attr(755,root,root) %dir %{pubconfpath} %attr(750,root,root) %dir %{_var}/log/%{name} %dir %{_sysconfdir}/sssd %config(noreplace) %{_sysconfdir}/sssd/sssd.conf