Accepting request 58728 from network:ldap
Accepted submit request 58728 from user rhafer OBS-URL: https://build.opensuse.org/request/show/58728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=17
This commit is contained in:
parent
53921a1f19
commit
923578e06f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user