Add connections.tdb and g_lock.tdb
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=530
This commit is contained in:
parent
91761c3145
commit
5a0be9a0e1
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6dd076b965812674d50e32648319ffbcc14a2ce2b876224fe913eacb7c621ca2
|
oid sha256:9d62271131b8536fc1e4b964e69d48e0d735b0bb4cde3c82517b38bcf94bb748
|
||||||
size 12702
|
size 12670
|
||||||
|
@ -142,7 +142,7 @@ BuildRequires: libpcp-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3609
|
%define SOURCE_TIMESTAMP 3610
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
@ -1568,7 +1568,7 @@ for fn in netlogon_creds_cli.tdb passdb.tdb secrets.tdb smbpasswd; do
|
|||||||
test ! -e %{LOCKDIR}/private/$fn && test -e %{CONFIGDIR}/$fn && \
|
test ! -e %{LOCKDIR}/private/$fn && test -e %{CONFIGDIR}/$fn && \
|
||||||
mv %{CONFIGDIR}/$fn %{LOCKDIR}/private/
|
mv %{CONFIGDIR}/$fn %{LOCKDIR}/private/
|
||||||
done
|
done
|
||||||
for fn in brlock.tdb dbwrap_watchers.tdb gencache_notrans.tdb leases.tdb locking.tdb mutex.tdb names.tdb printer_list.tdb serverid.tdb smbXsrv_client_global.tdb smbXsrv_open_global.tdb smbXsrv_session_global.tdb smbXsrv_tcon_global.tdb smbXsrv_version_global.tdb srv_fss.tdb; do
|
for fn in brlock.tdb connections.tdb dbwrap_watchers.tdb gencache_notrans.tdb g_lock.tdb leases.tdb locking.tdb mutex.tdb names.tdb printer_list.tdb serverid.tdb smbXsrv_client_global.tdb smbXsrv_open_global.tdb smbXsrv_session_global.tdb smbXsrv_tcon_global.tdb smbXsrv_version_global.tdb srv_fss.tdb; do
|
||||||
test ! -e %{LOCKDIR}/lock/$fn && test -e %{LOCKDIR}/$fn && \
|
test ! -e %{LOCKDIR}/lock/$fn && test -e %{LOCKDIR}/$fn && \
|
||||||
mv %{LOCKDIR}/$fn %{LOCKDIR}/lock/
|
mv %{LOCKDIR}/$fn %{LOCKDIR}/lock/
|
||||||
done
|
done
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3aa0febdd885f37e1b8b757160e883ca17a79a165210c4f89db13dc41a91d8bc
|
oid sha256:5aaef1388aa1efc0353dd3fedbce14c9a9731043b5615d895a9198bf0855ed78
|
||||||
size 55686
|
size 55695
|
||||||
|
Loading…
Reference in New Issue
Block a user