Hello community, here is the log from the commit of package samba for openSUSE:Factory checked in at 2019-01-05 14:39:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/samba (Old) and /work/SRC/openSUSE:Factory/.samba.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "samba" Sat Jan 5 14:39:45 2019 rev:244 rq:655866 version:4.9.3+git.121.c328d5e9101 Changes: -------- --- /work/SRC/openSUSE:Factory/samba/samba.changes 2018-12-05 09:36:13.173176258 +0100 +++ /work/SRC/openSUSE:Factory/.samba.new.28833/samba.changes 2019-01-05 14:40:13.012589315 +0100 @@ -1,0 +2,12 @@ +Thu Nov 29 15:54:27 UTC 2018 - David Mulder <[email protected]> + +- Remove python2 build dependency from samba-libs; (bsc#1116900); + +------------------------------------------------------------------- +Wed Nov 28 09:35:06 UTC 2018 - Samuel Cabrero <[email protected]> + +- Update update-apparmor-samba-profile script to ignore the shares's + paths containing substitution variables in any place, not only at the + beginning of the path. + +------------------------------------------------------------------- Old: ---- samba-4.9.3+git.113.3f6a4cdc269.tar.bz2 New: ---- samba-4.9.3+git.121.c328d5e9101.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ samba.spec ++++++ --- /var/tmp/diff_new_pack.CfMowu/_old 2019-01-05 14:40:14.092588399 +0100 +++ /var/tmp/diff_new_pack.CfMowu/_new 2019-01-05 14:40:14.096588395 +0100 @@ -168,7 +168,7 @@ %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -Version: 4.9.3+git.113.3f6a4cdc269 +Version: 4.9.3+git.121.c328d5e9101 Release: 0 Url: https://www.samba.org/ Obsoletes: samba-32bit < %{version} @@ -318,11 +318,31 @@ %if 0%{?suse_version} > 1210 && 0%{?suse_version} < 1315 Requires: libfam0-gamin %endif +Requires: samba-libs-python = %{version} %description libs The samba-libs package contains the libraries needed by programs that link against the SMB, RPC and other protocols provided by the Samba suite. +%package libs-python3 +Summary: Python3 dependencies of samba-libs +License: GPL-3.0-or-later +Group: Development/Libraries/C and C++ +Requires: python3 +Provides: samba-libs-python + +%description libs-python3 +Dependencies of samba-libs that require python3. + +%package libs-python +Summary: Python2 dependencies of samba-libs +License: GPL-3.0-or-later +Group: Development/Libraries/C and C++ +Requires: python + +%description libs-python +Dependencies of samba-libs that require python2. + %package pidl Summary: Perl IDL compiler License: GPL-3.0-or-later @@ -345,6 +365,7 @@ Requires: python-talloc Requires: python-tdb Requires: python-tevent +Requires: libsamba-policy0 = %{version} %endif %description python @@ -360,6 +381,7 @@ Requires: python3-talloc Requires: python3-tdb Requires: python3-tevent +Requires: libsamba-policy0-python3 = %{version} %description python3 The samba-python3 package contains the Python libraries needed by programs @@ -703,20 +725,46 @@ Group: System/Libraries %description -n libsamba-policy0 -This subpackage contains the library for policy management. +This subpackage contains the python2 library for policy management. +%package -n libsamba-policy0-python3 +Summary: Active Directory Group Policy library +License: GPL-3.0-or-later +Group: System/Libraries +%description -n libsamba-policy0-python3 +This subpackage contains the python3 library for policy management. %package -n libsamba-policy-devel Summary: Development files for the Samba AD Group Policy library License: GPL-3.0-or-later Group: Development/Libraries/C and C++ -Requires: libsamba-policy0 = %{version} +Requires: libsamba-policy-python-devel = %{version} %description -n libsamba-policy-devel This subpackage contains libraries and header files for developing applications that want to make use of libsamba-policy. +%package -n libsamba-policy-python3-devel +Summary: Development files for the Samba AD Group Policy library +License: GPL-3.0-or-later +Group: Development/Libraries/C and C++ +Requires: libsamba-policy0-python3 = %{version} +Provides: libsamba-policy-python-devel + +%description -n libsamba-policy-python3-devel +This subpackage contains libraries and header files for developing +applications that want to make use of libsamba-policy. + +%package -n libsamba-policy-python-devel +Summary: Development files for the Samba AD Group Policy library +License: GPL-3.0-or-later +Group: Development/Libraries/C and C++ +Requires: libsamba-policy0 = %{version} + +%description -n libsamba-policy-python-devel +This subpackage contains libraries and header files for developing +applications that want to make use of libsamba-policy. %package -n libsamba-util0 Summary: Samba utility function library @@ -1509,6 +1557,10 @@ %postun -n libsamba-hostconfig0 -p /sbin/ldconfig %post -n libsamba-passdb0 -p /sbin/ldconfig %postun -n libsamba-passdb0 -p /sbin/ldconfig +%if %{with_python3} +%post -n libsamba-policy0-python3 -p /sbin/ldconfig +%postun -n libsamba-policy0-python3 -p /sbin/ldconfig +%endif %if %{with_python} %post -n libsamba-policy0 -p /sbin/ldconfig %postun -n libsamba-policy0 -p /sbin/ldconfig @@ -1950,14 +2002,6 @@ %{_libdir}/samba/libsamba-security-samba4.so %{_libdir}/samba/libsamba-sockets-samba4.so %{_libdir}/samba/libsamba3-util-samba4.so -%if %{with_python} -%{_libdir}/samba/libsamba-python-samba4.so -%{_libdir}/samba/libsamba-net-samba4.so -%endif -%if %{with_python3} -%{_libdir}/samba/libsamba-net.%{py3_soflags_dash}-samba4.so -%{_libdir}/samba/libsamba-python.%{py3_soflags_dash}-samba4.so -%endif %{_libdir}/samba/libsamdb-common-samba4.so %{_libdir}/samba/libsecrets3-samba4.so %{_libdir}/samba/libserver-id-db-samba4.so @@ -1993,6 +2037,18 @@ %{_libdir}/samba/pdb/smbpasswd.so %{_libdir}/samba/pdb/tdbsam.so +%files libs-python3 +%if %{with_python3} +%{_libdir}/samba/libsamba-net.%{py3_soflags_dash}-samba4.so +%{_libdir}/samba/libsamba-python.%{py3_soflags_dash}-samba4.so +%endif + +%files libs-python +%if %{with_python} +%{_libdir}/samba/libsamba-python-samba4.so +%{_libdir}/samba/libsamba-net-samba4.so +%endif + %if %{with_pidl} %files pidl %defattr(-,root,root) @@ -2381,18 +2437,27 @@ %if %{with_python} %_libdir/libsamba-policy.so.0* %endif + +%files -n libsamba-policy0-python3 +%defattr(-,root,root) %if %{with_python3} %_libdir/libsamba-policy.%{py3_soflags_dash}.so.0* %endif %files -n libsamba-policy-devel %defattr(-,root,root) -%if %{with_python} %dir %_includedir/samba-4.0/ %_includedir/samba-4.0/policy.h + +%files -n libsamba-policy-python-devel +%defattr(-,root,root) +%if %{with_python} %_libdir/libsamba-policy.so %_libdir/pkgconfig/samba-policy.pc %endif + +%files -n libsamba-policy-python3-devel +%defattr(-,root,root) %if %{with_python3} %_libdir/libsamba-policy.%{py3_soflags_dash}.so %_libdir/pkgconfig/samba-policy.%{py3_soflags}.pc ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.CfMowu/_old 2019-01-05 14:40:14.132588364 +0100 +++ /var/tmp/diff_new_pack.CfMowu/_new 2019-01-05 14:40:14.132588364 +0100 @@ -11,6 +11,7 @@ libsamba-hostconfig0 libsamba-passdb0 obsoletes "libpdb0-<targettype> < <version>" +libsamba-policy0-python3 libsamba-policy0 libsamba-util0 libsamdb0 @@ -27,4 +28,6 @@ supplements "packageand(samba-client:glibc-<targettype>)" -/usr/lib/samba samba-libs +samba-libs-python3 +samba-libs-python samba-ad-dc ++++++ samba-4.9.3+git.113.3f6a4cdc269.tar.bz2 -> samba-4.9.3+git.121.c328d5e9101.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/samba/samba-4.9.3+git.113.3f6a4cdc269.tar.bz2 /work/SRC/openSUSE:Factory/.samba.new.28833/samba-4.9.3+git.121.c328d5e9101.tar.bz2 differ: char 11, line 1
