Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2014-07-10 14:54: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      2014-06-26 
10:42:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2014-07-10 
14:55:01.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul  7 13:59:24 UTC 2014 - lmue...@suse.com
+
+- BuildRequire systemd-devel, configure --with-systemd, and modify the service
+  files accordingly on post-12.2 systems; (bso#10517); (bnc#865627).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.9sjR3y/_old  2014-07-10 14:55:02.000000000 +0200
+++ /var/tmp/diff_new_pack.9sjR3y/_new  2014-07-10 14:55:02.000000000 +0200
@@ -119,6 +119,7 @@
 %if 0%{?suse_version} > 1220
 BuildRequires:  gpg-offline
 BuildRequires:  systemd
+BuildRequires:  systemd-devel
 %endif
 %define        samba_ver 4.1.9
 %define        samba_ver_suffix %nil
@@ -147,7 +148,7 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3258
+%define SOURCE_TIMESTAMP 3261
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
@@ -1206,6 +1207,9 @@
        --with-privatedir=%{CONFIGDIR} \
        --with-quotas \
        --with-syslog \
+%if 0%{?suse_version} > 1220
+       --with-systemd \
+%endif
        --with-utmp \
        --with-winbind \
        
--with-shared-modules=%{auth_modules},%{vfs_modules},%{pdb_modules},%{idmap_modules}
 \

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


++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/systemd/nmb.service 
new/vendor-files/systemd/nmb.service
--- old/vendor-files/systemd/nmb.service        2014-04-25 10:52:47.000000000 
+0200
+++ new/vendor-files/systemd/nmb.service        2014-07-07 16:13:00.000000000 
+0200
@@ -3,7 +3,8 @@
 After=syslog.target network.target
 
 [Service]
-Type=forking
+Type=notify
+NotifyAccess=all
 Environment=KRB5CCNAME=/run/samba/krb5cc_samba
 PIDFile=/run/samba/nmbd.pid
 EnvironmentFile=-/etc/sysconfig/samba
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/systemd/smb.service 
new/vendor-files/systemd/smb.service
--- old/vendor-files/systemd/smb.service        2014-04-25 10:52:47.000000000 
+0200
+++ new/vendor-files/systemd/smb.service        2014-07-07 16:13:00.000000000 
+0200
@@ -3,7 +3,8 @@
 After=syslog.target network.target nmb.service winbind.service
 
 [Service]
-Type=forking
+Type=notify
+NotifyAccess=all
 Environment=KRB5CCNAME=/run/samba/krb5cc_samba
 PIDFile=/run/samba/smbd.pid
 LimitNOFILE=16384
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/systemd/winbind.service 
new/vendor-files/systemd/winbind.service
--- old/vendor-files/systemd/winbind.service    2014-04-25 10:52:47.000000000 
+0200
+++ new/vendor-files/systemd/winbind.service    2014-07-07 16:13:00.000000000 
+0200
@@ -3,7 +3,8 @@
 After=syslog.target network.target nmb.service
 
 [Service]
-Type=forking
+Type=notify
+NotifyAccess=all
 Environment=KRB5CCNAME=/run/samba/krb5cc_samba
 Environment=KRB5RCACHEDIR=/var/cache/krb5rcache
 PIDFile=/run/samba/winbindd.pid
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 2014-06-25 13:58:54.000000000 +0200
+++ new/vendor-files/tools/package-data 2014-07-07 16:54:57.000000000 +0200
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION="3258"
+SAMBA_PACKAGE_SVN_VERSION="3261"

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

Reply via email to