Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2014-01-09 17:25:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-12-19 
12:51:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2014-01-09 
17:25:55.000000000 +0100
@@ -1,0 +2,57 @@
+Wed Jan  8 15:36:42 UTC 2014 - [email protected]
+
+- Call stop_on_removal from preun and restart_on_update and insserv_cleanup
+  from postun on pre-12.3 systems only; (bnc#857454).
+
+-------------------------------------------------------------------
+Wed Jan  8 13:53:33 UTC 2014 - [email protected]
+
+- BuildRequire gamin-devel instead of unmaintained fam-devel package on
+  post-12.1 systems.
+
+-------------------------------------------------------------------
+Mon Jan  6 21:37:37 UTC 2014 - [email protected]
+
+- smbd: allow updates on directory write times on open handles; (bso#9870).
+- lib/util: use proper include for struct stat; (bso#10276).
+- s3:winbindd fix use of uninitialized variables; (bso#10280).
+- s3-winbindd: Fix DEBUG statement in winbind_msg_offline(); (bso#10285).
+- s3-lib: Fix %G substitution for domain users in smbd; (bso#10286).
+- smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a
+  path for open; (bso#10297).
+- smb2_server processing overhead; (bso#10298).
+- ldb: bad if test in ldb_comparison_fold(); (bso#10305).
+- Fix AIO with SMB2 and locks; (bso#10310).
+- smbd: Fix a panic when a smb2 brlock times out; (bso#10311).
+- vfs_glusterfs: Enable per client log file; (bso#10337).
+
+-------------------------------------------------------------------
+Mon Jan  6 17:12:55 UTC 2014 - [email protected]
+
+- Add /etc/sysconfig/samba to the main and winbind package; (bnc#857454).
+
+-------------------------------------------------------------------
+Mon Jan  6 13:09:35 UTC 2014 - [email protected]
+
+- Create /var/run/samba with systemd-tmpfiles on post-12.2 systems;
+  (bnc#856759).
+
+-------------------------------------------------------------------
+Mon Jan  6 10:06:59 UTC 2014 - [email protected]
+
+- Fix broken rc{nmb,smb,winbind} sym links which should point to the service
+  binary on post-12.2 systems; (bnc#856759).
+
+-------------------------------------------------------------------
+Mon Jan  6 07:01:48 UTC 2014 - [email protected]
+
+- Add Snapper VFS module for snapshot manipulation; (fate#313347).
+  + dbus-1-devel required at build time.
+
+-------------------------------------------------------------------
+Mon Jan  6 06:59:01 UTC 2014 - [email protected]
+
+- Add File Server Remote VSS Protocol (FSRVP) client for SMB share
+  shadow-copies; (fate#313345).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.a2eqCY/_old  2014-01-09 17:25:56.000000000 +0100
+++ /var/tmp/diff_new_pack.a2eqCY/_new  2014-01-09 17:25:56.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package samba
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,11 @@
 BuildRequires:  cups-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  e2fsprogs-devel
+%if 0%{?suse_version} > 1210
+BuildRequires:  gamin-devel
+%else
 BuildRequires:  fam-devel
+%endif
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
 %if 0%{?centos_version} > 599 ||0%{?fedora_version} > 11 || 
0%{?mandriva_version} > 2009 || 0%{?rhel_version} > 599 || 0%{?suse_version} > 
1100
@@ -102,6 +106,7 @@
 %endif
 %if 0%{?suse_version} > 1210
 BuildRequires:  libxslt-tools
+BuildRequires:  dbus-1-devel
 %endif
 %if 0%{?suse_version} > 1220
 BuildRequires:  gpg-offline
@@ -134,7 +139,7 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3129
+%define SOURCE_TIMESTAMP 3144
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
@@ -166,6 +171,9 @@
 PreReq:         /usr/sbin/groupadd
 PreReq:         coreutils
 PreReq:         grep
+%if 0%{?suse_version} > 1220
+PreReq:         %{fillup_prereq}
+%endif
 # Choose some features / extra packages here
 ############################################
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1120
@@ -1354,8 +1362,20 @@
                -e 
's@Type=forking@Type=forking\nEnvironment=KRB5CCNAME=/run/samba/krb5cc_samba@g' 
\
                ../packaging/systemd/${srv_name}.service \
                >%{buildroot}/%{_unitdir}/${srv_name}.service
-       ln -s %{_unitdir}/${srv_name}.service 
%{buildroot}/usr/sbin/rc${srv_name}
+       echo -en "## Type:           string
+## Default:        \"\"
+## ServiceRestart:ยท${srv_name}
+${srv_name^^}OPTIONS=\"\"\n" >>SUSE.sysconfig.${srv_name}
+       ln -s ../../%{_sbindir}/service %{buildroot}/%{_sbindir}/rc${srv_name}
 done
+head -n 2 ../packaging/systemd/samba.sysconfig > \
+       %{buildroot}%_var/adm/fillup-templates/sysconfig.samba
+cat SUSE.sysconfig.{nmb,smb} >>\
+       %{buildroot}%_var/adm/fillup-templates/sysconfig.samba
+cp -a SUSE.sysconfig.winbind \
+       %{buildroot}%_var/adm/fillup-templates/sysconfig.samba-winbind
+install -d -m 0755 %{buildroot}%{_prefix}/lib/tmpfiles.d
+install -m 0644 -p ../packaging/systemd/samba.conf.tmp 
%{buildroot}%{_prefix}/lib/tmpfiles.d/samba.conf
 %else
 for script in ${startScripts}; do
        install -m 0755 "init/${script}${scriptSuffix}" \
@@ -1501,21 +1521,25 @@
 %endif
 
 %preun
-%{?stop_on_removal:%{stop_on_removal smb nmb}}
 %if 0%{?suse_version} > 1220
 %service_del_preun nmb.service smb.service
+%else
+%{?stop_on_removal:%{stop_on_removal smb nmb}}
 %endif
 
 %post
 %if 0%{?suse_version} > 1220
 %service_add_post nmb.service smb.service
+%{_bindir}/systemd-tmpfiles --create %{_prefix}/lib/tmpfiles.d/samba.conf
+%fillup_only
 %endif
 
 %postun
-%{?restart_on_update:%{restart_on_update nmb smb}}
-%{?insserv_cleanup:%{insserv_cleanup}}
 %if 0%{?suse_version} > 1220
 %service_del_postun nmb.service smb.service
+%else
+%{?restart_on_update:%{restart_on_update nmb smb}}
+%{?insserv_cleanup:%{insserv_cleanup}}
 %endif
 
 %pre client
@@ -1688,12 +1712,15 @@
 fi
 %if 0%{?suse_version} > 1220
 %service_add_post winbind.service
+%{_bindir}/systemd-tmpfiles --create %{_prefix}/lib/tmpfiles.d/samba.conf
+%fillup_only -a
 %endif
 
 %preun winbind
-%{?stop_on_removal:%{stop_on_removal winbind}}
 %if 0%{?suse_version} > 1220
 %service_del_preun winbind.service
+%else
+%{?stop_on_removal:%{stop_on_removal winbind}}
 %endif
 
 %postun winbind
@@ -1707,10 +1734,11 @@
 fi
 fi
 %endif
-%{?restart_on_update:%{restart_on_update winbind}}
-%{?insserv_cleanup:%{insserv_cleanup}}
 %if 0%{?suse_version} > 1220
 %service_del_postun winbind.service
+%else
+%{?restart_on_update:%{restart_on_update winbind}}
+%{?insserv_cleanup:%{insserv_cleanup}}
 %endif
 
 %post -n %{libsmbclient_name} -p /sbin/ldconfig
@@ -1771,6 +1799,10 @@
 %attr(0644,root,root) %{_datadir}/omc/svcinfo.d/smb.xml
 %dir %{_datadir}/samba
 %{_datadir}/samba/update-apparmor-samba-profile
+%if 0%{?suse_version} > 1222
+%dir %{_prefix}/lib/tmpfiles.d
+%{_prefix}/lib/tmpfiles.d/samba.conf
+%endif
 %doc %{_mandir}/man1/smbstatus.1.*
 %doc %{_mandir}/man5/smbpasswd.5.*
 %doc %{_mandir}/man8/nmbd.8.*
@@ -1808,6 +1840,7 @@
 %doc %{_mandir}/man8/vfs_shadow_copy.8.*
 %doc %{_mandir}/man8/vfs_shadow_copy2.8.*
 %doc %{_mandir}/man8/vfs_smb_traffic_analyzer.8.*
+%doc %{_mandir}/man8/vfs_snapper.8.*
 %doc %{_mandir}/man8/vfs_streams_depot.8.*
 %doc %{_mandir}/man8/vfs_streams_xattr.8.*
 %doc %{_mandir}/man8/vfs_syncops.8.*
@@ -1819,6 +1852,9 @@
 %endif
 %exclude %{_mandir}/man8/samba-tool.8.*
 %exclude %{_mandir}/man8/samba.8.*
+%if 0%{?suse_version} > 1220
+%{_var}/adm/fillup-templates/sysconfig.samba
+%endif
 
 %files client
 %defattr(-,root,root)
@@ -2162,6 +2198,9 @@
 %endif
 %attr(0644,root,root) %{_datadir}/omc/svcinfo.d/winbind.xml
 %attr(0750,root,winbind) %dir %{LOCKDIR}/winbindd_privileged
+%if 0%{?suse_version} > 1220
+%{_var}/adm/fillup-templates/sysconfig.samba-winbind
+%endif
 %if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110
 
 %files doc -f filelist-samba-doc

++++++ patches.tar.bz2 ++++++
++++ 8893 lines of diff (skipped)


++++++ 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 2013-12-11 13:33:30.000000000 +0100
+++ new/vendor-files/tools/package-data 2014-01-08 17:58:38.000000000 +0100
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION="3129"
+SAMBA_PACKAGE_SVN_VERSION="3144"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to