-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
Reviewed-by: Jakub Vávra <[email protected]> Reviewed-by: Sumit Bose <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d /run/sssd 775 @SSSD_USER@ @SSSD_USER@ - |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -663,6 +663,9 @@ cp $RPM_BUILD_ROOT/%{_datadir}/sssd/krb5-snippets/enable_sssd_conf_dir \ | |
# Otherwise this directory could not be owned by sssd-client | ||
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/cifs-utils | ||
|
||
# tmpfiles.d config | ||
install -D -m 0644 contrib/sssd-tmpfiles.conf %{buildroot}%{_tmpfilesdir}/%{name}.conf | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
alexey-tikhonov
Author
Member
|
||
|
||
# Remove .la files created by libtool | ||
find $RPM_BUILD_ROOT -name "*.la" -exec rm -f {} \; | ||
|
||
|
@@ -782,6 +785,8 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/sssd.conf | |
%{_unitdir}/sssd-sudo.socket | ||
%{_unitdir}/sssd-sudo.service | ||
|
||
%{_tmpfilesdir}/%{name}.conf | ||
|
||
%dir %{_libexecdir}/%{servicename} | ||
%{_libexecdir}/%{servicename}/sssd_be | ||
%{_libexecdir}/%{servicename}/sssd_nss | ||
|
No make install target ?