Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2016-03-07 13:25:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/samba (Old)
 and      /work/SRC/openSUSE:Factory/.samba.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "samba"

Changes:
--------
--- /work/SRC/openSUSE:Factory/samba/samba.changes      2016-02-25 
22:48:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2016-03-07 
13:26:10.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Mar  1 18:03:17 UTC 2016 - lmue...@suse.com
+
+- Only obsolete but do not provide gplv2/3 package names; (bsc#968973).
+
+-------------------------------------------------------------------
+Tue Mar  1 17:28:09 UTC 2016 - lmue...@suse.com
+
+- Relocate existing lock files to /var/lib/samba/lock; (bsc#968963).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.wl8TLi/_old  2016-03-07 13:26:11.000000000 +0100
+++ /var/tmp/diff_new_pack.wl8TLi/_new  2016-03-07 13:26:11.000000000 +0100
@@ -142,14 +142,13 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3599
+%define SOURCE_TIMESTAMP 3611
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
 Version:        4.3.5
 Release:        0
 Url:            https://www.samba.org/
-Provides:       samba-gplv3 = %{version}
 Obsoletes:      samba-gplv3 < %{version}
 %if 0%{?suse_version} > 1030
 Recommends:     cron
@@ -251,10 +250,8 @@
 Summary:        Samba Client Utilities
 License:        GPL-3.0+
 Group:          Productivity/Networking/Samba
-Provides:       samba-gplv3-client = %{version}
 Provides:       smbfs
 Obsoletes:      samba-gplv3-client < %{version}
-Provides:       samba-client-gplv2 = %{version}
 Obsoletes:      samba-client-gplv2 < %{version}
 %if 0%{?suse_version} > 0
 PreReq:         %{?insserv_prereq}
@@ -309,9 +306,7 @@
 Group:          Documentation/Other
 PreReq:         coreutils
 PreReq:         findutils
-Provides:       samba-gplv3-doc = %{version}
 Obsoletes:      samba-gplv3-doc < %{version}
-Provides:       samba-doc-gplv2 = %{version}
 Obsoletes:      samba-doc-gplv2 < %{version}
 %if 0%{?suse_version} > 1110
 BuildArch:      noarch
@@ -414,7 +409,6 @@
 Summary:        Winbind Daemon and Tool
 License:        GPL-3.0+
 Group:          Productivity/Networking/Samba
-Provides:       samba-gplv3-winbind = %{version}
 Obsoletes:      samba-gplv3-winbind < %{version}
 Provides:       samba-client:/usr/sbin/winbindd
 Requires:       %{libwbclient_name} = %{version}-%{release}
@@ -1570,9 +1564,13 @@
 %endif
        done
 fi
-for fn in netlogon_creds_cli.tdb passdb.tdb secrets.tdb smbpasswd; do
+for fn in MACHINE.SID idmap2.tdb idmap_test.tdb netlogon_creds_cli.tdb 
passdb.tdb secrets.tdb smbpasswd; do
        test ! -e %{LOCKDIR}/private/$fn && test -e %{CONFIGDIR}/$fn && \
-               mv %{CONFIGDIR}/$fn %{LOCKDIR}/private
+               mv %{CONFIGDIR}/$fn %{LOCKDIR}/private/
+done
+for fn in brlock.tdb connections.tdb dbwrap_watchers.tdb gencache_notrans.tdb 
g_lock.tdb leases.tdb locking.tdb mutex.tdb names.tdb printer_list.tdb 
serverid.tdb smbXsrv_client_global.tdb smbXsrv_open_global.tdb 
smbXsrv_session_global.tdb smbXsrv_tcon_global.tdb smbXsrv_version_global.tdb 
srv_fss.tdb; do
+       test ! -e %{LOCKDIR}/lock/$fn && test -e %{LOCKDIR}/$fn && \
+               mv %{LOCKDIR}/$fn %{LOCKDIR}/lock/
 done
 %if 0%{?suse_version} && 0%{?suse_version} < 1221
 if [ ${1:-0} -gt 1 -a -f /var/adm/backup/etc_samba_smbfstab-move ]; then
@@ -1775,7 +1773,6 @@
 %{_libdir}/samba/config
 %{_libdir}/samba/rpc
 %attr(0775,root,ntadmin) %{LOCKDIR}/drivers
-%dir %{LOCKDIR}/lock
 %dir %{LOCKDIR}/lock/msg.lock
 %{LOCKDIR}/netlogon
 %attr(0770,root,users) %dir %{LOCKDIR}/profiles
@@ -1955,6 +1952,7 @@
 %{_localstatedir}/adm/fillup-templates/samba-client-dhcp.conf
 %{_localstatedir}/adm/fillup-templates/sysconfig.dhcp-samba-client
 %dir %{LOCKDIR}
+%dir %{LOCKDIR}/lock
 %dir %{LOCKDIR}/private
 %attr(0700,root,root) %dir %{LOCKDIR}/private/msg.sock
 %attr(0750,root,root) %dir %{LOGDIR}

++++++ patches.tar.bz2 ++++++


++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/tools/package-data 
new/vendor-files/tools/package-data
--- old/vendor-files/tools/package-data 2016-02-23 11:09:22.000000000 +0100
+++ new/vendor-files/tools/package-data 2016-03-02 19:23:25.000000000 +0100
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION="3599"
+SAMBA_PACKAGE_SVN_VERSION="3611"


Reply via email to