Replace _libdir by _localstatedir for the msg dir
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=489
This commit is contained in:
parent
9fbd9cad4e
commit
4feae129de
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:605fbbf67006f7acc753c452b85b738e920178513d9c8fc25d8f259b4bfabba5
|
||||
size 29270
|
||||
oid sha256:5cd9e36158beb7e32fe817edf75a9ffcc41cda9c8fe53d1933d0dd3b4df467e9
|
||||
size 29279
|
||||
|
@ -144,7 +144,7 @@ BuildRequires: systemd-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3477
|
||||
%define SOURCE_TIMESTAMP 3478
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
@ -1224,7 +1224,7 @@ install -d -m 0755 -p \
|
||||
%{buildroot}/%{_datadir}/omc/svcinfo.d \
|
||||
%{buildroot}/%{_datadir}/samba/{LDAP,templates} \
|
||||
%{buildroot}/%{_localstatedir}/adm \
|
||||
%{buildroot}/%{LOCKDIR}/{netlogon,drivers/{WIN40,W32X86,W32MIPS,W32ALPHA,W32PPC,IA64,x64},printing,profiles,winbindd_privileged} \
|
||||
%{buildroot}/%{LOCKDIR}/{drivers/{WIN40,W32X86,W32MIPS,W32ALPHA,W32PPC,IA64,x64},netlogon,msg,printing,profiles,winbindd_privileged} \
|
||||
%{buildroot}/%{LOGDIR} \
|
||||
%{buildroot}/%{PIDDIR} \
|
||||
%{buildroot}/%{_var}/adm/fillup-templates \
|
||||
@ -1666,12 +1666,12 @@ fi
|
||||
%endif
|
||||
/%{_lib}/security/pam_smbpass.so
|
||||
%dir %{_libdir}/samba
|
||||
%attr(0755,root,root) %dir %{_libdir}/samba/msg
|
||||
%dir %{_libdir}/samba/vfs
|
||||
%{_libdir}/samba/auth
|
||||
%{_libdir}/samba/config
|
||||
%{_libdir}/samba/rpc
|
||||
%attr(0775,root,ntadmin) %{LOCKDIR}/drivers
|
||||
%attr(0755,root,root) %dir %{LOCKDIR}/msg
|
||||
%{LOCKDIR}/netlogon
|
||||
%attr(0770,root,users) %dir %{LOCKDIR}/profiles
|
||||
%{_bindir}/smbstatus
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76a296176b8f0bc22fdc5dfa5476c8d580a1f09daeb34cf11d598bdfbeb33064
|
||||
size 52877
|
||||
oid sha256:4cafb8bd308d250a037eda3b8f6e0db22a847f4ad9814072cb7dfe7fc39d0e7f
|
||||
size 52929
|
||||
|
Loading…
Reference in New Issue
Block a user