Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2024-10-22 14:51:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/samba (Old)
 and      /work/SRC/openSUSE:Factory/.samba.new.26871 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "samba"

Tue Oct 22 14:51:15 2024 rev:312 rq:1216699 version:4.21.1+git.367.e1da597d86e

Changes:
--------
--- /work/SRC/openSUSE:Factory/samba/samba.changes      2024-10-13 
17:33:31.725872133 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new.26871/samba.changes   2024-10-22 
14:51:31.444403338 +0200
@@ -1,0 +2,36 @@
+Wed Oct  16 13:52:25 UTC 2024 - Noel Power <nopo...@suse.com>
+
+-  Adjust spec to split out rpcd_* binaries into a separate
+   sub package; (bsc#1231414).
+
+-------------------------------------------------------------------
+Tue Oct 15 13:23:26 UTC 2024 - Noel Power <nopo...@suse.com>
+
+- Update to 4.21.1
+  * DH reconnect error handling can lead to stale sharemode
+    entries; (bso#15624).
+  * "inherit permissions = yes" triggers assert() in vfs_default
+    when creating a stream; (bso#15695).
+  * Samba 4.21.0 broke FreeIPA domain member integration;
+    (bso#15715).
+  * Missing conversion for msDS-UserTGTLifetime, msDS-
+    ComputerTGTLifetime and msDS-ServiceTGTLifetime on "samba-
+    tool domain auth policy modify"; (bso#15692).
+  * irpc_destructor may crash during shutdown; (bso#15280).
+  * Durable handle is not granted when a previous OPEN exists
+    with NoOplock; (bso#15649).
+  * Durable handle is granted but reconnect fails; (bso#15651).
+  * Disconnected durable handles with RH lease should not be
+    purged by a new non conflicting open; (bso#15708).
+  * net ads testjoin and other commands use the wrong secrets.tdb
+    in a cluster; (bso#15714).
+  * 4.21 using --with-system-mitkrb5 requires MIT krb5 1.16 as
+    rfc 8009 etypes are used; (bso#15726).
+  * VFS_OPEN_HOW_WITH_BACKUP_INTENT breaks shadow_copy2;
+    (bso#15730).
+  * Samba 4.20.0 DLZ module crashes BIND on startup; (bso#15643).
+  * Cannot build libldb lmdb backend on a build without AD DC;
+    (bso#15721).
+  * Consistent log level for sighup handler; (bso#15706).
+
+-------------------------------------------------------------------

Old:
----
  samba-4.21.0+git.363.84c94ca948f.tar.bz2

New:
----
  samba-4.21.1+git.367.e1da597d86e.tar.bz2

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

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.cpnZtA/_old  2024-10-22 14:51:32.480446681 +0200
+++ /var/tmp/diff_new_pack.cpnZtA/_new  2024-10-22 14:51:32.484446848 +0200
@@ -169,7 +169,7 @@
 %endif
 BuildRequires:  sysuser-tools
 
-Version:        4.21.0+git.363.84c94ca948f
+Version:        4.21.1+git.367.e1da597d86e
 Release:        0
 URL:            https://www.samba.org/
 Obsoletes:      samba-32bit < %{version}
@@ -187,6 +187,7 @@
 Requires:       system-user-nobody
 Requires:       %{fillup_prereq}
 Requires:       samba-client >= %{version}
+Requires:       samba-dcerpc = %{version}
 Requires:       sysuser-shadow
 Provides:       group(ntadmin)
 
@@ -463,6 +464,7 @@
 Requires:       coreutils
 Requires:       samba-client = %{version}
 Requires:       samba-winbind-libs = %{version}
+Requires:       samba-dcerpc = %{version}
 Recommends:     samba-gpupdate = %{version}
 Requires:       sysuser-shadow
 
@@ -484,6 +486,14 @@
 %description winbind-libs
 This package contains the libraries required by the Winbind daemon.
 
+%package dcerpc
+Summary:       Samba dcerpc service binaries
+License:        GPL-3.0-or-later
+Group:          System/Daemons
+
+%description dcerpc
+This packages contains the binaries for the DCE/RPC endpoint servers.
+
 %package -n ctdb
 Summary:        Clustered TDB
 License:        GPL-3.0-or-later
@@ -1190,16 +1200,8 @@
 %{_sbindir}/rcnmb
 %{_sbindir}/rcsmb
 %{_sbindir}/smbd
-%{_libdir}/samba/rpcd_classic
-%{_libdir}/samba/rpcd_epmapper
-%{_libdir}/samba/rpcd_fsrvp
-%{_libdir}/samba/rpcd_lsad
-%{_libdir}/samba/rpcd_mdssvc
-%{_libdir}/samba/rpcd_spoolss
-%{_libdir}/samba/rpcd_winreg
-%{_libdir}/samba/rpcd_witness
+
 %{_libdir}/samba/samba-bgqd
-%{_libdir}/samba/samba-dcerpcd
 %attr(0644,root,root) %{_datadir}/omc/svcinfo.d/nmb.xml
 %attr(0644,root,root) %{_datadir}/omc/svcinfo.d/smb.xml
 %dir %{_datadir}/samba
@@ -1210,7 +1212,6 @@
 %{_mandir}/man8/nmbd.8.*
 %{_mandir}/man8/smbd.8.*
 %{_mandir}/man8/samba-bgqd.8.*
-%{_mandir}/man8/samba-dcerpcd.8.*
 %{_fillupdir}/sysconfig.samba
 %{_sysusersdir}/samba.conf
 
@@ -1662,6 +1663,19 @@
 %{_mandir}/man8/winbind_krb5_localauth.8.*
 %endif
 
+%files dcerpc
+%defattr(-,root,root)
+%{_libdir}/samba/rpcd_classic
+%{_libdir}/samba/rpcd_epmapper
+%{_libdir}/samba/rpcd_fsrvp
+%{_libdir}/samba/rpcd_lsad
+%{_libdir}/samba/rpcd_mdssvc
+%{_libdir}/samba/rpcd_spoolss
+%{_libdir}/samba/rpcd_winreg
+%{_libdir}/samba/rpcd_witness
+%{_libdir}/samba/samba-dcerpcd
+%{_mandir}/man8/samba-dcerpcd.8.*
+
 %files winbind -f filelist-samba-winbind
 %defattr(-,root,root)
 %config(noreplace) %_pam_secconfdir/pam_winbind.conf

++++++ samba-4.21.0+git.363.84c94ca948f.tar.bz2 -> 
samba-4.21.1+git.367.e1da597d86e.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/samba/samba-4.21.0+git.363.84c94ca948f.tar.bz2 
/work/SRC/openSUSE:Factory/.samba.new.26871/samba-4.21.1+git.367.e1da597d86e.tar.bz2
 differ: char 11, line 1

Reply via email to