From da1b1cf87650a457a312432224303b846cd4bec1ebafcf475738ba04a829107c Mon Sep 17 00:00:00 2001 From: Samuel Cabrero Date: Thu, 13 Jan 2022 22:57:16 +0000 Subject: [PATCH] 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 --- samba-4.15.3+git.215.f89b06db464.tar.bz2 | 3 --- samba-4.15.3+git.217.e1ef4460515.tar.bz2 | 3 +++ samba.changes | 5 ++++- samba.spec | 5 +++-- 4 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 samba-4.15.3+git.215.f89b06db464.tar.bz2 create mode 100644 samba-4.15.3+git.217.e1ef4460515.tar.bz2 diff --git a/samba-4.15.3+git.215.f89b06db464.tar.bz2 b/samba-4.15.3+git.215.f89b06db464.tar.bz2 deleted file mode 100644 index 167d7df..0000000 --- a/samba-4.15.3+git.215.f89b06db464.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0f95b4c9565fdff09270535affd7d756326887ccd08d5d8843cdb66f25ebc99 -size 25610634 diff --git a/samba-4.15.3+git.217.e1ef4460515.tar.bz2 b/samba-4.15.3+git.217.e1ef4460515.tar.bz2 new file mode 100644 index 0000000..ea20357 --- /dev/null +++ b/samba-4.15.3+git.217.e1ef4460515.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1125cfa3b700b040d404f8622f04cefddfbeee06c51c084898a5ab5f448f3aff +size 25610896 diff --git a/samba.changes b/samba.changes index 3e488da..7d57b02 100644 --- a/samba.changes +++ b/samba.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Tue Dec 28 13:06:18 UTC 2021 - Samuel Cabrero +Thu Jan 13 19:39:42 UTC 2022 - Samuel Cabrero - 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 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 diff --git a/samba.spec b/samba.spec index 79ccafa..06e1d99 100644 --- a/samba.spec +++ b/samba.spec @@ -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