From d9b876abbd6f379001957a601368eb2f7ed7bcfdf3af2736c972110c4cb21daa Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 18 Jan 2011 11:05:50 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/sssd revision 16.0 OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=882217ce38d0bcd90647277a15fdb200 --- sssd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sssd.spec b/sssd.spec index 81c211a..96173ff 100644 --- a/sssd.spec +++ b/sssd.spec @@ -1,5 +1,5 @@ # -# spec file for package sssd (Version 1.4.1) +# spec file for package sssd # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: sssd Version: 1.4.1 -Release: 3 +Release: 4 Group: System/Daemons Summary: System Security Services Daemon License: GPLv3+ and LGPLv3+ From bb56432e00a9a194008158222744f28ddd03e2ddfc0ad7d8ca21979409ad0514 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 19 Jan 2011 09:36:47 +0000 Subject: [PATCH 2/2] Accepting request 58727 from home:rhafer:branches:network:ldap OBS-URL: https://build.opensuse.org/request/show/58727 OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=38 --- sssd.changes | 5 +++++ sssd.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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