Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2013-11-23 08:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-17 
21:02:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2013-11-23 
08:18:05.000000000 +0100
@@ -1,0 +2,45 @@
+Fri Nov 22 11:11:42 UTC 2013 - lmue...@suse.com
+
+- BuildRequire systemd on post-12.2 systems.
+
+-------------------------------------------------------------------
+Fri Nov 22 10:32:30 UTC 2013 - lmue...@suse.com
+
+- Update to 4.1.2.
+  + s4-dns: dlz_bind9: Create dns-HOSTNAME account disabled; (bso#9091).
+  + dfs_server: Use dsdb_search_one to catch 0 results as well as
+    NO_SUCH_OBJECT errors; (bso#10052).
+  + Missing talloc_free can leak stackframe in error path; (bso#10187).
+  + Fix memset used with constant zero length parameter; (bso#10190).
+  + s4:dsdb/rootdse: report 'dnsHostName' instead of 'dNSHostName';
+    (bso#10193).
+  + Make offline logon cache updating for cross child domain group membership;
+    (bso#10194).
+  + nsswitch: Fix short writes in winbind_write_sock; (bso#10195).
+  + RW Deny for a specific user is not overriding RW Allow for a group;
+    (bso#10196).
+  + vfs_glusterfs: Fix excessive debug output from vfs_gluster_open();
+    (bso#10224).
+  + vfs_glusterfs: Implement proper mashalling/unmarshalling of ACLs;
+    (bso#10224).
+  + VFS plugin was sending the actual size of the volume instead of the total
+    number of block units because of which windows was getting the wrong
+        volume capacity; (bso#10224).
+  + libcli/smb: Fix smb2cli_ioctl*() against Windows 2008; (bso#10232).
+  + xattr: Fix listing EAs on *BSD for non-root users; (bso#10247).
+  + Fix the build of vfs_glusterfs; (bso#10253).
+  + s3-winbindd: Fix cache_traverse_validate_fn failure for NDR cache entries;
+    (bso#10264).
+  + util: Remove 32bit macros breaking strict aliasing; (bso#10269).
+
+-------------------------------------------------------------------
+Thu Nov 21 17:16:42 UTC 2013 - lmue...@suse.com
+
+- Let gpg verify execution condition not fail on non SUSE systems.
+
+-------------------------------------------------------------------
+Thu Nov 21 14:13:37 UTC 2013 - lmue...@suse.com
+
+- Add systemd support for post-12.2 systems.
+
+-------------------------------------------------------------------

Old:
----
  samba-4.1.1.tar.asc
  samba-4.1.1.tar.gz

New:
----
  samba-4.1.2.tar.asc
  samba-4.1.2.tar.gz

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

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.zVUkJL/_old  2013-11-23 08:18:07.000000000 +0100
+++ /var/tmp/diff_new_pack.zVUkJL/_new  2013-11-23 08:18:07.000000000 +0100
@@ -105,10 +105,11 @@
 %if 0%{?suse_version} > 1210
 BuildRequires:  libxslt-tools
 %endif
-%if %suse_version > 1220
+%if 0%{?suse_version} > 1220
 BuildRequires:  gpg-offline
+BuildRequires:  systemd
 %endif
-%define        samba_ver 4.1.1
+%define        samba_ver 4.1.2
 %define        samba_ver_suffix %nil
 %if "%{samba_ver_suffix}" == ""
 %define samba_source_location 
http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@@ -119,7 +120,7 @@
 %endif
 %define        samba_ver_full %{samba_ver}%{samba_ver_suffix}
 %if 0%{?suse_version} && 0%{?suse_version} < 1111
-%define        guards_symbols pre_1111
+%define        guards_symbols default_passdb_backend
 %endif
 %if 0%{?suse_version} && 0%{?suse_version} < 1031
 %define libsmbclient_name libsmbclient
@@ -135,12 +136,12 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3113
+%define SOURCE_TIMESTAMP 3122
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
 %global with_get_printing_ticket 0
-Version:        4.1.1
+Version:        4.1.2
 Release:        0
 License:        GPL-3.0+
 Url:            http://www.samba.org/
@@ -256,6 +257,7 @@
 PreReq:         /sbin/chkconfig
 PreReq:         /sbin/ldconfig
 PreReq:         coreutils
+%{?systemd_requires}
 Requires:       cifs-utils
 
 %description client
@@ -1126,7 +1128,7 @@
 
 
 %prep
-%if %suse_version > 1220
+%if 0%{?suse_version} > 1220
 gzip -dc %{SOURCE0} >${RPM_SOURCE_DIR}/%{name}-%{samba_ver_full}.tar
 %{?gpg_verify: %gpg_verify --keyring %{SOURCE6} %{SOURCE5}}
 rm ${RPM_SOURCE_DIR}/%{name}-%{samba_ver_full}.tar
@@ -1263,7 +1265,11 @@
        %{buildroot}/%{_sysconfdir}/security \
        %{buildroot}/%{_sysconfdir}/slp.reg.d \
        %{buildroot}/%{CONFIGDIR} \
+%if 0%{?suse_version} > 1220
+       %{buildroot}/%{_unitdir} \
+%else
        %{buildroot}/%{INITDIR} \
+%endif
        %{buildroot}/%{_lib}/security \
        %{buildroot}/sbin \
        %{buildroot}/%{_includedir} \
@@ -1349,11 +1355,21 @@
 %if 0%{?suse_version} && 0%{?suse_version} < 1221
        startScripts="${startScripts} %{cifs_init_script}"
 %endif
+%if 0%{?suse_version} > 1220
+for srv_name in nmb smb winbind; do
+       sed -e 
"s@PIDFile=/run/${srv_name}d.pid@PIDFile=/run/samba/${srv_name}d.pid@g" \
+               -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}
+done
+%else
 for script in ${startScripts}; do
        install -m 0755 "init/${script}${scriptSuffix}" \
                "%{buildroot}/%{INITDIR}/${script}"
        ln -s "%{INITDIR}/${script}" "%{buildroot}/%{_sbindir}/rc${script}"
 done
+%endif
 for script in ${startScripts}; do
        SERVICE_NAME=$( echo "${script}" | tr [:lower:] [:upper:])
        sed \
@@ -1487,13 +1503,27 @@
 
 %pre
 getent group ntadmin >/dev/null || groupadd -g 71 -o -r ntadmin || :
+%if 0%{?suse_version} > 1220
+%service_add_pre nmb.service smb.service
+%endif
 
 %preun
 %{?stop_on_removal:%{stop_on_removal smb nmb}}
+%if 0%{?suse_version} > 1220
+%service_del_preun nmb.service smb.service
+%endif
+
+%post
+%if 0%{?suse_version} > 1220
+%service_add_post nmb.service smb.service
+%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
+%endif
 
 %pre client
 %if 0%{?suse_version} && 0%{?suse_version} < 1221
@@ -1646,6 +1676,9 @@
 # we need this group for squid (ntlmauth)
 # read access to /var/lib/samba/winbindd_privileged
 getent group winbind >/dev/null || groupadd -r winbind || :
+%if 0%{?suse_version} > 1220
+%service_add_pre winbind.service
+%endif
 
 %post winbind
 /sbin/ldconfig
@@ -1660,9 +1693,15 @@
                ln -fs 
%{_sysconfdir}/sysconfig/%{NET_CFGDIR}/scripts/samba-winbindd 
%{_sysconfdir}/sysconfig/%{NET_CFGDIR}/${if_case}/55-samba-winbindd
        done
 fi
+%if 0%{?suse_version} > 1220
+%service_add_post winbind.service
+%endif
 
 %preun winbind
 %{?stop_on_removal:%{stop_on_removal winbind}}
+%if 0%{?suse_version} > 1220
+%service_del_preun winbind.service
+%endif
 
 %postun winbind
 /sbin/ldconfig
@@ -1677,6 +1716,9 @@
 %endif
 %{?restart_on_update:%{restart_on_update winbind}}
 %{?insserv_cleanup:%{insserv_cleanup}}
+%if 0%{?suse_version} > 1220
+%service_del_postun winbind.service
+%endif
 
 %post -n %{libsmbclient_name} -p /sbin/ldconfig
 
@@ -1694,8 +1736,13 @@
 
 %files -f filelist-samba
 %defattr(-,root,root)
+%if 0%{?suse_version} < 1221
 %attr(0754,root,root) %config %{INITDIR}/nmb
 %attr(0754,root,root) %config %{INITDIR}/smb
+%else
+%{_unitdir}/nmb.service
+%{_unitdir}/smb.service
+%endif
 %if 0%{?suse_version} && 0%{?suse_version} < 1111
 %attr(0600,root,root) %config(noreplace) %{CONFIGDIR}/smbpasswd
 %else
@@ -2084,7 +2131,11 @@
 %files winbind -f filelist-samba-winbind
 %defattr(-,root,root)
 %config(noreplace) %{_sysconfdir}/security/pam_winbind.conf
+%if 0%{?suse_version} < 1221
 %attr(0754,root,root) %config %{INITDIR}/winbind
+%else
+%{_unitdir}/winbind.service
+%endif
 %ghost %{_sysconfdir}/sysconfig/%{NET_CFGDIR}/if-down.d/55-samba-winbindd
 %ghost %{_sysconfdir}/sysconfig/%{NET_CFGDIR}/if-up.d/55-samba-winbindd
 %{_sysconfdir}/sysconfig/%{NET_CFGDIR}/scripts/samba-winbindd

++++++ patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/series new/patches/series
--- old/patches/series  2013-11-13 16:10:56.000000000 +0100
+++ new/patches/series  2013-11-19 18:09:49.000000000 +0100
@@ -11,7 +11,8 @@
 #suse/get_printing_ticket.diff -p0
 suse/net-kdc-lookup.diff -p0 # perform dns-only lookup for kdcs, bnc 295284
 suse/disable_login_cache_on_clusters.diff -p0 # bnc 694836, bnc 723261
-+pre_1111 suse/passdb_backend_defaults_smbpasswd.diff -p0 # default to 
smbpasswd on pre 11.2 systems
+
++default_passdb_backend suse/passdb_backend_defaults_smbpasswd.diff -p0 # 
default to smbpasswd on pre 11.2 systems
 
 # this one should always live at the end and should be redone
 # diabled cf. 280452

++++++ samba-4.1.1.tar.gz -> samba-4.1.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/samba/samba-4.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.samba.new/samba-4.1.2.tar.gz differ: char 5, line 1

++++++ 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-11-15 19:12:19.000000000 +0100
+++ new/vendor-files/tools/package-data 2013-11-22 12:17:07.000000000 +0100
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION="3113"
+SAMBA_PACKAGE_SVN_VERSION="3122"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to