Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2015-09-19 06:54:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-09-09 
20:20:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2015-09-19 
06:54:27.000000000 +0200
@@ -1,0 +2,16 @@
+Wed Sep 16 13:06:36 UTC 2015 - lmue...@suse.com
+
+- Package /var/lib/samba/private/sock with 0700 permissions; (bnc#946051).
+
+-------------------------------------------------------------------
+Fri Sep 11 15:53:45 UTC 2015 - lmue...@suse.com
+
+- Package /var/lib/samba/msg with 0755 permissions; (bnc#945502).
+
+-------------------------------------------------------------------
+Wed Sep  9 10:57:52 UTC 2015 - lmue...@suse.com
+
+- Require to install libfam0-gamin from samba-libs on post-12.1 and pre-13.15
+  systems; (bnc#945013).
+
+-------------------------------------------------------------------
@@ -41,5 +56,0 @@
-Tue Sep  8 10:59:47 UTC 2015 - lmue...@suse.com
-
-- Do not provide and obsolete libpdb0 from libsamba-passdb0; (bnc#942716).
-
--------------------------------------------------------------------
@@ -129 +140 @@
-  (bso#11328); (bnc#912457)
+  (bso#11328); (bnc#912457).

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

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.6cQqMx/_old  2015-09-19 06:54:28.000000000 +0200
+++ /var/tmp/diff_new_pack.6cQqMx/_new  2015-09-19 06:54:28.000000000 +0200
@@ -144,7 +144,7 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3465
+%define SOURCE_TIMESTAMP 3485
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
@@ -336,6 +336,9 @@
 Group:          Development/Libraries/C and C++
 Requires:       krb5
 PreReq:         /sbin/ldconfig
+%if 0%{?suse_version} > 1210 &&  0%{?suse_version} < 1315
+Requires:       libfam0-gamin
+%endif
 
 %description libs
 The samba-libs package contains the libraries needed by programs that
@@ -762,6 +765,8 @@
 Summary:        Samba3 password database library
 License:        GPL-3.0+
 Group:          System/Libraries
+Provides:       libpdb0
+Obsoletes:      libpdb0
 
 %description -n libsamba-passdb0
 
@@ -1170,7 +1175,6 @@
        --with-pammodulesdir=%{_lib}/security \
        --with-pam_smbpass \
        --with-piddir=%{PIDDIR} \
-       --with-privatedir=%{CONFIGDIR} \
        --with-quotas \
        --with-syslog \
 %if 0%{?suse_version} > 1220
@@ -1221,7 +1225,7 @@
        %{buildroot}/%{_datadir}/omc/svcinfo.d \
        %{buildroot}/%{_datadir}/samba/{LDAP,templates} \
        %{buildroot}/%{_localstatedir}/adm \
-       
%{buildroot}/%{LOCKDIR}/{netlogon,drivers/{WIN40,W32X86,W32MIPS,W32ALPHA,W32PPC,IA64,x64},printing,profiles,winbindd_privileged}
 \
+       
%{buildroot}/%{LOCKDIR}/{drivers/{WIN40,W32X86,W32MIPS,W32ALPHA,W32PPC,IA64,x64},netlogon,msg,printing,private/sock,profiles,winbindd_privileged}
 \
        %{buildroot}/%{LOGDIR} \
        %{buildroot}/%{PIDDIR} \
        %{buildroot}/%{_var}/adm/fillup-templates \
@@ -1503,6 +1507,10 @@
 %endif
        done
 fi
+for fn in netlogon_creds_cli.tdb passdb.tdb secrets.tdb smbpasswd; do
+       test ! -e %{LOCKDIR}/private/$fn && test -e %{CONFIGDIR}/$fn && \
+               mv %{CONFIGDIR}/$fn %{LOCKDIR}/private
+done
 %if 0%{?suse_version} && 0%{?suse_version} < 1221
 if [ ${1:-0} -gt 1 -a -f /var/adm/backup/etc_samba_smbfstab-move ]; then
        test -f /etc/samba/cifstab && \
@@ -1668,6 +1676,7 @@
 %{_libdir}/samba/config
 %{_libdir}/samba/rpc
 %attr(0775,root,ntadmin) %{LOCKDIR}/drivers
+%dir %{LOCKDIR}/msg
 %{LOCKDIR}/netlogon
 %attr(0770,root,users) %dir %{LOCKDIR}/profiles
 %{_bindir}/smbstatus
@@ -1844,6 +1853,8 @@
 %{_localstatedir}/adm/fillup-templates/samba-client-dhcp.conf
 %{_localstatedir}/adm/fillup-templates/sysconfig.dhcp-samba-client
 %dir %{LOCKDIR}
+%dir %{LOCKDIR}/private
+%attr(0700,root,root) %dir %{LOCKDIR}/private/sock
 %attr(0750,root,root) %dir %{LOGDIR}
 %ghost %dir %{PIDDIR}
 %if 0%{?suse_version} > 1220

++++++ 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 2015-09-08 18:46:28.000000000 +0200
+++ new/vendor-files/tools/package-data 2015-09-18 09:17:33.000000000 +0200
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION="3465"
+SAMBA_PACKAGE_SVN_VERSION="3485"


Reply via email to