forked from pool/samba
Accepting request 885268 from network:samba:STABLE
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/885268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=268
This commit is contained in:
commit
6576182b4d
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.suse.de/samba/suse-samba.git/</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">factory-4-13-stable</param>
|
||||
<param name="revision">factory-4-14-stable</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">samba-(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -8,7 +8,8 @@ libndr-standard0
|
||||
libnetapi0
|
||||
libnetapi-devel
|
||||
requires "libnetapi0-<targettype> = %version"
|
||||
libsamba-credentials0
|
||||
libsamba-credentials1
|
||||
obsoletes "libsamba-credentials0 < <version>"
|
||||
libsamba-errors0
|
||||
libsamba-hostconfig0
|
||||
libsamba-passdb0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43a80c16bd2a94579245230ea3bef8dc561f1a31f33eb80ab0e5c2c6c6260394
|
||||
size 24918402
|
3
samba-4.14.2+git.159.2a8872214bf.tar.bz2
Normal file
3
samba-4.14.2+git.159.2a8872214bf.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2467cbe4ccffc1529149d4331cc2ccdffc7b48eb1145d3ef79189789b10b51f7
|
||||
size 25088403
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 31 14:59:15 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to 4.14.2
|
||||
* Release with dependency on ldb version 2.3.0.
|
||||
|
||||
- Update to 4.14.1
|
||||
* CVE-2021-20277: Fix out of bounds read in ldb_handler_fold; (bso#14655);
|
||||
* CVE-2020-27840: Fix unauthenticated remote heap corruption via bad DNs;
|
||||
(bso#14595);
|
||||
|
||||
- Update to 4.14.0
|
||||
* VFS layer modernized.
|
||||
* Printers publishing in AD improved.
|
||||
* Client group policies support for sudoers configuration and
|
||||
cron jobs.
|
||||
* Improved consistency of samba-tool subcommands.
|
||||
* CTDB now uses the terms leader and follower instead of master and
|
||||
slave. Configuration options have changed accordingly.
|
||||
* The ctdb isnotrecmaster command is removed.
|
||||
* For details on all items see WHATSNEW.txt in samba-doc package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 1 12:09:56 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
46
samba.spec
46
samba.spec
@ -50,10 +50,10 @@
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%define talloc_version 2.3.1
|
||||
%define talloc_version 2.3.2
|
||||
%define tevent_version 0.10.2
|
||||
%define tdb_version 1.4.3
|
||||
%define ldb_version 2.1.4
|
||||
%define ldb_version 2.3.0
|
||||
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
@ -103,6 +103,8 @@ BuildRequires: pam-devel
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-xml
|
||||
BuildRequires: python3-Markdown
|
||||
BuildRequires: python3-dnspython
|
||||
BuildRequires: readline-devel
|
||||
%if 0%{?suse_version} >= 1330
|
||||
BuildRequires: rpcgen
|
||||
@ -170,7 +172,7 @@ BuildRequires: liburing-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 4.13.4+git.199.be6e11f5ab2
|
||||
Version: 4.14.2+git.159.2a8872214bf
|
||||
Release: 0
|
||||
Url: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
@ -397,6 +399,8 @@ Requires(pre): coreutils
|
||||
Requires(pre): /bin/mktemp
|
||||
Requires(pre): /usr/bin/killall
|
||||
Requires(pre): /usr/bin/sed
|
||||
Provides: ctdb-tests = %{version}
|
||||
Obsoletes: ctdb-tests <= %{version}
|
||||
|
||||
%description -n ctdb
|
||||
ctdb is the clustered database used by Samba
|
||||
@ -411,14 +415,6 @@ The CTDB Performance Co-Pilot (PCP) monitoring agent allows remote PCP
|
||||
clients to view and capture detailed real-time performance metrics for
|
||||
one or more cluster nodes.
|
||||
|
||||
%package -n ctdb-tests
|
||||
Summary: CTDB clustered database test suite
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Tools
|
||||
|
||||
%description -n ctdb-tests
|
||||
Test suite for clustered database (CTDB).
|
||||
|
||||
|
||||
%package -n libdcerpc-binding0
|
||||
Summary: Some samba library
|
||||
@ -585,12 +581,13 @@ applications that want to make use of libndr.
|
||||
|
||||
|
||||
|
||||
%package -n libsamba-credentials0
|
||||
%package -n libsamba-credentials1
|
||||
Summary: Samba credential management library
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
Obsoletes: libsamba-credentials0 < %{version}
|
||||
|
||||
%description -n libsamba-credentials0
|
||||
%description -n libsamba-credentials1
|
||||
This subpackage contains libraries for credentials management.
|
||||
|
||||
|
||||
@ -598,7 +595,7 @@ This subpackage contains libraries for credentials management.
|
||||
Summary: Development files for the Samba credential management library
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libsamba-credentials0 = %{version}
|
||||
Requires: libsamba-credentials1 = %{version}
|
||||
|
||||
%description -n libsamba-credentials-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
@ -1483,8 +1480,8 @@ fi
|
||||
%postun -n libndr1 -p /sbin/ldconfig
|
||||
%post -n %{libnetapi_name} -p /sbin/ldconfig
|
||||
%postun -n %{libnetapi_name} -p /sbin/ldconfig
|
||||
%post -n libsamba-credentials0 -p /sbin/ldconfig
|
||||
%postun -n libsamba-credentials0 -p /sbin/ldconfig
|
||||
%post -n libsamba-credentials1 -p /sbin/ldconfig
|
||||
%postun -n libsamba-credentials1 -p /sbin/ldconfig
|
||||
%post -n libsamba-errors0 -p /sbin/ldconfig
|
||||
%postun -n libsamba-errors0 -p /sbin/ldconfig
|
||||
%post -n libsamba-hostconfig0 -p /sbin/ldconfig
|
||||
@ -2022,6 +2019,7 @@ exit 0
|
||||
%{_libdir}/samba/idmap
|
||||
%{_libdir}/samba/nss_info
|
||||
%dir %{_libdir}/samba/krb5
|
||||
%{_libdir}/samba/krb5/async_dns_krb5_locator.so
|
||||
%{_libdir}/samba/krb5/winbind_krb5_locator.so
|
||||
%{_libdir}/samba/krb5/winbind_krb5_localauth.so
|
||||
%{_mandir}/man1/ntlm_auth.1.*
|
||||
@ -2080,6 +2078,7 @@ exit 0
|
||||
%else
|
||||
%attr(755,root,root) %{INITDIR}/ctdb
|
||||
%endif
|
||||
%dir %{_datadir}/ctdb
|
||||
%dir %{_datadir}/ctdb/events
|
||||
%dir %{_datadir}/ctdb/events/legacy
|
||||
%{_datadir}/ctdb/events/legacy/*
|
||||
@ -2099,8 +2098,6 @@ exit 0
|
||||
%{_sbindir}/rcctdb
|
||||
%{_bindir}/ctdb
|
||||
%{_bindir}/ctdb_diagnostics
|
||||
%{_bindir}/ctdb_run_cluster_tests
|
||||
%{_bindir}/ctdb_run_tests
|
||||
%{_bindir}/ltdbtool
|
||||
%{_bindir}/onnode
|
||||
%{_bindir}/ping_pong
|
||||
@ -2141,7 +2138,6 @@ exit 0
|
||||
%{_mandir}/man7/ctdb.7.*
|
||||
%doc %{_defaultdocdir}/ctdb
|
||||
%{_sysconfdir}/ctdb/config_migrate.sh
|
||||
%{_bindir}/ctdb_local_daemons
|
||||
|
||||
%if 0%{?build_ctdb_pmda}
|
||||
%files -n ctdb-pcp-pmda
|
||||
@ -2158,13 +2154,6 @@ exit 0
|
||||
%{_localstatedir}/lib/pcp/pmdas/ctdb/pmns
|
||||
%endif
|
||||
|
||||
%files -n ctdb-tests
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/ctdb
|
||||
%{_libdir}/ctdb/tests/
|
||||
%dir %{_datadir}/ctdb
|
||||
%{_datadir}/ctdb/tests
|
||||
|
||||
%files -n libdcerpc-binding0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libdcerpc-binding.so.0*
|
||||
@ -2271,9 +2260,9 @@ exit 0
|
||||
%{_libdir}/libnetapi.so
|
||||
%{_libdir}/pkgconfig/netapi.pc
|
||||
|
||||
%files -n libsamba-credentials0
|
||||
%files -n libsamba-credentials1
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libsamba-credentials.so.0*
|
||||
%_libdir/libsamba-credentials.so.1*
|
||||
|
||||
%files -n libsamba-credentials-devel
|
||||
%defattr(-,root,root)
|
||||
@ -2342,7 +2331,6 @@ exit 0
|
||||
%_includedir/samba-4.0/util/discard.h
|
||||
%_includedir/samba-4.0/util/fault.h
|
||||
%_includedir/samba-4.0/util/signal.h
|
||||
%_includedir/samba-4.0/util/string_wrappers.h
|
||||
%_includedir/samba-4.0/util/substitute.h
|
||||
%_includedir/samba-4.0/util/time.h
|
||||
%_libdir/libsamba-util.so
|
||||
|
Loading…
Reference in New Issue
Block a user