forked from pool/samba
Accepting request 946238 from home:scabrero:branches:network:samba:STABLE
- Update the symlink create by samba-dsdb-modules to private samba ldb modules following libldb2 changes from /usr/lib64/ldb/samba to /usr/lib64/ldb2/modules/ldb/samba OBS-URL: https://build.opensuse.org/request/show/946238 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=656
This commit is contained in:
parent
afdbfb9c5b
commit
da1b1cf876
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0f95b4c9565fdff09270535affd7d756326887ccd08d5d8843cdb66f25ebc99
|
||||
size 25610634
|
3
samba-4.15.3+git.217.e1ef4460515.tar.bz2
Normal file
3
samba-4.15.3+git.217.e1ef4460515.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1125cfa3b700b040d404f8622f04cefddfbeee06c51c084898a5ab5f448f3aff
|
||||
size 25610896
|
@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 28 13:06:18 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
|
||||
Thu Jan 13 19:39:42 UTC 2022 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Reorganize libs packages. Split samba-libs into samba-client-libs,
|
||||
samba-libs, samba-winbind-libs and samba-ad-dc-libs, merging samba
|
||||
@ -9,6 +9,9 @@ Tue Dec 28 13:06:18 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
|
||||
packages are merged into samba-devel.
|
||||
- Rename package samba-core-devel to samba-devel
|
||||
- Add python-rpm-macros to build requirements
|
||||
- Update the symlink create by samba-dsdb-modules to private samba
|
||||
ldb modules following libldb2 changes from /usr/lib64/ldb/samba to
|
||||
/usr/lib64/ldb2/modules/ldb/samba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 17:13:28 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
@ -205,7 +205,7 @@ BuildRequires: liburing-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 4.15.3+git.215.f89b06db464
|
||||
Version: 4.15.3+git.217.e1ef4460515
|
||||
Release: 0
|
||||
URL: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
@ -1239,7 +1239,8 @@ fi
|
||||
%endif
|
||||
|
||||
%post dsdb-modules
|
||||
ln -sf %{_libdir}/samba/ldb %{_libdir}/ldb/samba
|
||||
rm -f %{_libdir}/ldb/samba
|
||||
ln -sf %{_libdir}/samba/ldb %{_libdir}/ldb2/modules/ldb/samba
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun dsdb-modules -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user