Accepting request 934097 from home:scabrero:branches:network:samba:STABLE

- Fix dependency problem upgrading from libndr0 to libndr2 and
  from libsamba-credentials0 to libsamba-credentials1;
  (bsc#1192684);

OBS-URL: https://build.opensuse.org/request/show/934097
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=652
This commit is contained in:
Noel Power 2021-11-26 15:58:37 +00:00 committed by Git OBS Bridge
parent 7c5ce0071c
commit 28fcf45326
5 changed files with 22 additions and 5 deletions

View File

@ -2,6 +2,8 @@ libdcerpc0
libdcerpc-binding0
libdcerpc-samr0
libndr2
provides "libndr0-<targettype> = <version>"
obsoletes "libndr0-<targettype> < <version>"
provides "libndr1-<targettype> = <version>"
obsoletes "libndr1-<targettype> < <version>"
libndr-krb5pac0
@ -11,7 +13,8 @@ libnetapi0
libnetapi-devel
requires "libnetapi0-<targettype> = %version"
libsamba-credentials1
obsoletes "libsamba-credentials0 < <version>"
provides "libsamba-credentials0-<targettype> = <version>"
obsoletes "libsamba-credentials0-<targettype> < <version>"
libsamba-errors0
libsamba-hostconfig0
libsamba-passdb0
@ -22,6 +25,8 @@ libsamdb0
libsmbclient0
libsmbconf0
libsmbldap2
provides "libsmbldap0-<targettype> = <version>"
obsoletes "libsmbldap0-<targettype> < <version>"
libtevent-util0
libwbclient0
samba-winbind

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44f3c89fb4a81c393d559a355fc4395be8c37542aa085ab679682b1fcbf146ab
size 25421589

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77feefb9d21908c965cb6680c6987389bbce1841a95a94672c716cb90d3d786a
size 25422079

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 18 17:18:40 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
- Fix dependency problem upgrading from libndr0 to libndr2 and
from libsamba-credentials0 to libsamba-credentials1;
(bsc#1192684);
-------------------------------------------------------------------
Wed Nov 10 10:26:01 UTC 2021 - Samuel Cabrero <scabrero@suse.de>

View File

@ -184,7 +184,7 @@ BuildRequires: liburing-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
Version: 4.15.2+git.193.a4d6307f1fd
Version: 4.15.2+git.196.cf71c95e07e
Release: 0
URL: https://www.samba.org/
Obsoletes: samba-32bit < %{version}
@ -563,6 +563,8 @@ applications that want to make use of libndr-standard.
Summary: Network Data Representation library
License: GPL-3.0-or-later
Group: System/Libraries
Provides: libndr0 = %{version}
Obsoletes: libndr0 < %{version}
Provides: libndr1 = %{version}
Obsoletes: libndr1 < %{version}
@ -588,6 +590,7 @@ applications that want to make use of libndr.
Summary: Samba credential management library
License: GPL-3.0-or-later
Group: System/Libraries
Provides: libsamba-credentials0 = %{version}
Obsoletes: libsamba-credentials0 < %{version}
%description -n libsamba-credentials1
@ -756,6 +759,8 @@ applications that want to make use of libsmbconf.
Summary: Samba LDAP protocol helper function library
License: GPL-3.0-or-later
Group: System/Libraries
Provides: libsmbldap0 = %{version}
Obsoletes: libsmbldap0 < %{version}
%description -n libsmbldap2
libsmbldap contains LDAP protocol helper functions for Samba.