Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2015-01-23 16:18:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-samba-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-samba-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-samba-server"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes    
2014-12-05 21:03:24.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes   
    2015-01-23 16:18:27.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Jan 13 11:54:52 UTC 2015 - [email protected]
+
+- When joining domain provide osName & osVer arguments to "net ads join"
+  (bnc#873922).
+- 3.1.12
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-samba-server.spec ++++++
--- /var/tmp/diff_new_pack.kIEi1M/_old  2015-01-23 16:18:28.000000000 +0100
+++ /var/tmp/diff_new_pack.kIEi1M/_new  2015-01-23 16:18:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-samba-server
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -47,7 +47,7 @@
 Requires:       yast2-network
 Requires:       yast2-perl-bindings
 # samba-client/routines.rb
-Requires:       yast2-samba-client >= 3.1.2
+Requires:       yast2-samba-client >= 3.1.15
 Requires:       yast2-users
 
 # bnc #386473, recommend yast2-samba-server when installaing these packages

++++++ yast2-samba-server-3.1.12.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.12/package/yast2-samba-server.changes 
new/yast2-samba-server-3.1.12/package/yast2-samba-server.changes
--- old/yast2-samba-server-3.1.12/package/yast2-samba-server.changes    
2014-12-04 13:32:47.000000000 +0100
+++ new/yast2-samba-server-3.1.12/package/yast2-samba-server.changes    
2015-01-19 12:42:12.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Jan 13 11:54:52 UTC 2015 - [email protected]
+
+- When joining domain provide osName & osVer arguments to "net ads join"
+  (bnc#873922).
+- 3.1.12
+
+-------------------------------------------------------------------
 Thu Dec  4 09:51:30 UTC 2014 - [email protected]
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.12/package/yast2-samba-server.spec 
new/yast2-samba-server-3.1.12/package/yast2-samba-server.spec
--- old/yast2-samba-server-3.1.12/package/yast2-samba-server.spec       
2014-12-04 13:32:47.000000000 +0100
+++ new/yast2-samba-server-3.1.12/package/yast2-samba-server.spec       
2015-01-19 12:42:12.000000000 +0100
@@ -38,7 +38,7 @@
 Requires:      yast2-perl-bindings
 Requires:      yast2-network
 # samba-client/routines.rb
-Requires:      yast2-samba-client >= 3.1.2
+Requires:      yast2-samba-client >= 3.1.15
 Requires:      yast2-users
 
 # bnc #386473, recommend yast2-samba-server when installaing these packages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.12/src/include/samba-server/dialogs.rb 
new/yast2-samba-server-3.1.12/src/include/samba-server/dialogs.rb
--- old/yast2-samba-server-3.1.12/src/include/samba-server/dialogs.rb   
2014-12-04 13:32:47.000000000 +0100
+++ new/yast2-samba-server-3.1.12/src/include/samba-server/dialogs.rb   
2015-01-19 12:42:12.000000000 +0100
@@ -56,6 +56,7 @@
       Yast.import "CWMTab"
       Yast.import "CWMServiceStart"
       Yast.import "CWMFirewallInterfaces"
+      Yast.import "OSRelease"
 
       Yast.include include_target, "samba-server/helps.rb"
       Yast.include include_target, "samba-server/dialogs-items.rb"
@@ -1738,13 +1739,17 @@
       return :skip if ret == :skip
       return :cancel if ret != :ok
 
+      relname = OSRelease.ReleaseName
+      relver = OSRelease.ReleaseVersion
       # try to join the domain
       error = SambaNetJoin.Join(
         workgroup,
         Builtins.tolower(role),
         user,
         passwd,
-        ""
+        "",
+        relname,
+        relver
       )
       if error != nil
         Popup.Error(error)

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

Reply via email to