Accepting request 976588 from network:samba:STABLE

OBS-URL: https://build.opensuse.org/request/show/976588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=281
This commit is contained in:
Dominique Leuenberger 2022-05-14 20:52:11 +00:00 committed by Git OBS Bridge
commit 89c04139ae
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:083d7310f5fb8cf21d6ac2b8ac98014ac439e18b3c8f622d14a704ed8480283e
size 33994502

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fa14dae09f44d468b93d4b754955541076f27d550f0af4cd9bf1c771461e738
size 33995207

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 11 09:30:15 UTC 2022 - Samuel Cabrero <scabrero@suse.de>
- Use requires_eq macro to require the libldb2 version available at
samba-dsdb-modules build time; (bsc#1199362);
-------------------------------------------------------------------
Tue May 3 07:38:02 UTC 2022 - Samuel Cabrero <scabrero@suse.de>

View File

@ -142,7 +142,7 @@ BuildRequires: liburing-devel
%endif
BuildRequires: sysuser-tools
Version: 4.16.1+git.235.f435da606f7
Version: 4.16.1+git.237.1d04c5f421f
Release: 0
URL: https://www.samba.org/
Obsoletes: samba-32bit < %{version}
@ -567,7 +567,13 @@ libraries.
Summary: Samba LDB modules
License: GPL-3.0-or-later
Group: Productivity/Networking/Samba
Requires: libldb2 = %{ldb_version}
# The ldb modules provided by this package check their own version matches
# the libldb2 version. It the version do not match (e.g. libldb2 version
# is updated and samba-dsdb-modules is not rebuilt against it) programs using
# libldb2 won't start. The requires_eq macro will require the libldb2 version
# available at build time without having to manually maintain the global
# ldb_version variable in this spec file (bsc#1118508, bsc#1199362)
%requires_eq libldb2
Requires: samba-ldb-ldap = %{version}
Requires(post): /sbin/ldconfig
Requires(postun):/sbin/ldconfig