Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2020-06-05 20:07:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/samba (Old)
 and      /work/SRC/openSUSE:Factory/.samba.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "samba"

Fri Jun  5 20:07:59 2020 rev:260 rq:811173 version:4.12.3+git.161.208cf9730ee

Changes:
--------
--- /work/SRC/openSUSE:Factory/samba/samba.changes      2020-05-08 
23:03:02.857579846 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new.3606/samba.changes    2020-06-05 
20:10:06.177717101 +0200
@@ -1,0 +2,50 @@
+Sat May 30 15:42:34 UTC 2020 - Marcus Meissner <meiss...@suse.com>
+
+- add libnetapi-devel to baselibs conf, for wine usage (bsc#1172307)
+
+-------------------------------------------------------------------
+Thu May 28 10:56:26 UTC 2020 - Samuel Cabrero <scabr...@suse.de>
+
+- Add system-user-nobody to samba package requirements
+
+-------------------------------------------------------------------
+Wed May 20 15:56:03 UTC 2020 - Samuel Cabrero <scabr...@suse.de>
+
+- Update to samba 4.12.3
+  + Fix smbd panic on force-close share during async io; (bso#14301);
+  + s3: vfs_full_audit: Add missing fcntl entry in vfs_op_names[] array;
+    (bso#14343);
+  + vfs_io_uring: Fix data corruption with Windows clients; (bso#14361);
+  + Fix smbd crashes when MacOS Catalina connects if iconv initialization
+    fails; (bso#14372);
+  + Exporting from macOS Adobe Illustrator creates multiple copies;
+    (bso#14150);
+  + smbd does a chdir() twice per request; (bso#14256);
+  + smbd mistakenly updates a file's write-time on close; (bso#14320);
+  + vfs_shadow_copy2: implement case canonicalisation in
+    shadow_copy2_get_real_filename(); (bso#14350);
+  + Fix Windows 7 clients problem after upgrading samba file server;
+    (bso#14375);
+  + s3: Pass DCE RPC handle type to create_policy_hnd; (bso#14359);
+  + Fix uxsuccess test with new MIT krb5 library 1.18; (bso#14155);
+  + mit-kdc: Explicitly reject S4U requests; (bso#14342);
+  + dbwrap_watch: Set rec->value_valid while returning nested
+    share_mode_do_locked(); (bso#14352);
+  + lib:util: Fix smbclient -l basename dir; (bso#14345);
+  + s3:libads: Fix ads_get_upn(); (bso#14336);
+  + ctdb: Fix a memleak; (bso#14348);
+  + Malicous SMB1 server can crash libsmbclient; (bso#14366);
+  + ldb: Bump version to 2.1.3, LMDB databases can grow without bounds;
+    (bso#14330);
+  + vfs_io_uring: Fix data corruption with Windows clients; (bso#14361);
+  + s3/librpc/crypto: Fix double free with unresolved credential cache;
+    (bso#14344);
+  + docs-xml: Fix usernames in pam_winbind manpages; (bso#14358);
+
+-------------------------------------------------------------------
+Mon May 11 14:53:16 UTC 2020 - David Mulder <dmul...@dmulder.com>
+
+- Installing: samba - samba-ad-dc.service does not exist and unit
+  not found; (bsc#1171437);
+
+-------------------------------------------------------------------

Old:
----
  samba-4.12.2+git.152.c5bf9f6da52.tar.bz2

New:
----
  samba-4.12.3+git.161.208cf9730ee.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.DG771P/_old  2020-06-05 20:10:08.093723282 +0200
+++ /var/tmp/diff_new_pack.DG771P/_new  2020-06-05 20:10:08.097723295 +0200
@@ -53,7 +53,7 @@
 %define talloc_version 2.3.1
 %define tevent_version 0.10.2
 %define tdb_version    1.4.3
-%define ldb_version    2.1.2
+%define ldb_version    2.1.3
 
 %global with_mitkrb5 1
 %global with_dc 0
@@ -164,7 +164,7 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-Version:        4.12.2+git.152.c5bf9f6da52
+Version:        4.12.3+git.161.208cf9730ee
 Release:        0
 Url:            https://www.samba.org/
 Obsoletes:      samba-32bit < %{version}
@@ -179,6 +179,7 @@
 Source100:      samba-client-rpmlintrc
 Requires(pre):  /usr/bin/getent
 Requires(pre):  /usr/sbin/groupadd
+Requires:       system-user-nobody
 Requires:       coreutils
 Requires:       grep
 %if 0%{?suse_version} > 1220
@@ -1334,24 +1335,26 @@
 %pre
 getent group ntadmin >/dev/null || groupadd -g 71 -o -r ntadmin
 %if 0%{?suse_version} > 1220
-%if %{with_dc}
-%service_add_pre nmb.service smb.service samba-ad-dc.service
-%else
 %service_add_pre nmb.service smb.service
 %endif
+
+%if %{with_dc}
+%pre ad-dc
+%service_add_pre samba-ad-dc.service
 %endif
 
 %preun
 %if 0%{?suse_version} > 1220
-%if %{with_dc}
-%service_del_preun nmb.service smb.service samba-ad-dc.service
-%else
 %service_del_preun nmb.service smb.service
-%endif
 %else
 %{?stop_on_removal:%{stop_on_removal smb nmb}}
 %endif
 
+%if %{with_dc}
+%preun ad-dc
+%service_del_preun samba-ad-dc.service
+%endif
+
 %post
 %if 0%{?suse_version} > 1220
 
@@ -1367,22 +1370,14 @@
     sed -i 's/-F *//g' %{_sysconfdir}/sysconfig/samba    
 fi
 
-%if %{with_dc}
-%service_add_post nmb.service smb.service samba-ad-dc.service
-%else
 %service_add_post nmb.service smb.service
-%endif
 %{_bindir}/systemd-tmpfiles --create %{_tmpfilesdir}/samba.conf
 %fillup_only
 %endif
 
 %postun
 %if 0%{?suse_version} > 1220
-%if %{with_dc}
-%service_del_postun nmb.service smb.service samba-ad-dc.service
-%else
 %service_del_postun nmb.service smb.service
-%endif
 %else
 %{?restart_on_update:%{restart_on_update nmb smb}}
 %{?insserv_cleanup:%{insserv_cleanup}}
@@ -1494,8 +1489,16 @@
 %postun libs -p /sbin/ldconfig
 %post test -p /sbin/ldconfig
 %postun test -p /sbin/ldconfig
-%post ad-dc -p /sbin/ldconfig
-%postun ad-dc -p /sbin/ldconfig
+
+%if %{with_dc}
+%post ad-dc
+/sbin/ldconfig
+%service_add_post samba-ad-dc.service
+
+%postun ad-dc
+/sbin/ldconfig
+%service_del_postun samba-ad-dc.service
+%endif
 
 %post dsdb-modules
 ln -sf %{_libdir}/samba/ldb %{_libdir}/ldb/samba

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.DG771P/_old  2020-06-05 20:10:08.149723463 +0200
+++ /var/tmp/diff_new_pack.DG771P/_new  2020-06-05 20:10:08.153723476 +0200
@@ -6,6 +6,8 @@
 libndr-nbt0
 libndr-standard0
 libnetapi0
+libnetapi-devel
+  requires "libnetapi0-<targettype> = %version"
 libsamba-credentials0
 libsamba-errors0
 libsamba-hostconfig0

++++++ samba-4.12.2+git.152.c5bf9f6da52.tar.bz2 -> 
samba-4.12.3+git.161.208cf9730ee.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/samba/samba-4.12.2+git.152.c5bf9f6da52.tar.bz2 
/work/SRC/openSUSE:Factory/.samba.new.3606/samba-4.12.3+git.161.208cf9730ee.tar.bz2
 differ: char 11, line 1


Reply via email to