Accepting request 947215 from home:scabrero:branches:network:samba:STABLE
- Use pkgconfig(krb5) as dependency for the -devel package: allow OBS to pick the right flavor of krb5-devel (full vs mini). - Do not require the 'krb5' symbol by samba-client-libs: this package has an automatic dependency due to linkage on libgssapi_krb5.so.2. Automatic deps are always better. - Do not require the 'krb5' symbol from samba-libs: samba-libs requires samba-client-libs, which in turn requires krb5 libraries. Samba-libs itself has no need for krb5 (but get it indirectly anyway). OBS-URL: https://build.opensuse.org/request/show/947215 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=657
This commit is contained in:
parent
da1b1cf876
commit
f2db233692
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1125cfa3b700b040d404f8622f04cefddfbeee06c51c084898a5ab5f448f3aff
|
|
||||||
size 25610896
|
|
3
samba-4.15.3+git.219.40cc1cd8591.tar.bz2
Normal file
3
samba-4.15.3+git.219.40cc1cd8591.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a37dfcb03e72db04b53ed9f322a1eee4bf3e56995d4d5310927953075d960513
|
||||||
|
size 25614195
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 18 09:14:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use pkgconfig(krb5) as dependency for the -devel package: allow
|
||||||
|
OBS to pick the right flavor of krb5-devel (full vs mini).
|
||||||
|
- Do not require the 'krb5' symbol by samba-client-libs: this
|
||||||
|
package has an automatic dependency due to linkage on
|
||||||
|
libgssapi_krb5.so.2. Automatic deps are always better.
|
||||||
|
- Do not require the 'krb5' symbol from samba-libs: samba-libs
|
||||||
|
requires samba-client-libs, which in turn requires krb5
|
||||||
|
libraries. Samba-libs itself has no need for krb5 (but get it
|
||||||
|
indirectly anyway).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 13 19:39:42 UTC 2022 - Samuel Cabrero <scabrero@suse.de>
|
Thu Jan 13 19:39:42 UTC 2022 - Samuel Cabrero <scabrero@suse.de>
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ BuildRequires: liburing-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
Version: 4.15.3+git.217.e1ef4460515
|
Version: 4.15.3+git.219.40cc1cd8591
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://www.samba.org/
|
URL: https://www.samba.org/
|
||||||
Obsoletes: samba-32bit < %{version}
|
Obsoletes: samba-32bit < %{version}
|
||||||
@ -320,7 +320,7 @@ Requires: samba-winbind-libs
|
|||||||
%if %{with_dc}
|
%if %{with_dc}
|
||||||
Requires: samba-ad-dc-libs
|
Requires: samba-ad-dc-libs
|
||||||
%if %{with_mit_dc}
|
%if %{with_mit_dc}
|
||||||
Requires: krb5-devel
|
Requires: pkgconfig(krb5)
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Provides: samba-core-devel = %{version}
|
Provides: samba-core-devel = %{version}
|
||||||
@ -388,7 +388,6 @@ the man pages.
|
|||||||
Summary: Samba client libraries
|
Summary: Samba client libraries
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: krb5
|
|
||||||
Provides: libsmbclient0 = %{version}
|
Provides: libsmbclient0 = %{version}
|
||||||
Obsoletes: libsmbclient0 < %{version}
|
Obsoletes: libsmbclient0 < %{version}
|
||||||
Provides: libndr2 = %{version}
|
Provides: libndr2 = %{version}
|
||||||
@ -438,7 +437,6 @@ programs.
|
|||||||
Summary: Samba libraries
|
Summary: Samba libraries
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: krb5
|
|
||||||
Requires: samba-client-libs = %{version}
|
Requires: samba-client-libs = %{version}
|
||||||
Recommends: samba-libs-python3 = %{version}
|
Recommends: samba-libs-python3 = %{version}
|
||||||
Provides: libdcerpc-samr0 = %{version}
|
Provides: libdcerpc-samr0 = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user