Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-samba-client for 
openSUSE:Factory checked in at 2023-04-28 16:22:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-samba-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-samba-client.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-samba-client"

Fri Apr 28 16:22:42 2023 rev:115 rq:1083275 version:4.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-samba-client/yast2-samba-client.changes    
2023-03-04 22:43:41.959891601 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-client.new.1533/yast2-samba-client.changes
  2023-04-28 16:23:02.441895487 +0200
@@ -1,0 +2,6 @@
+Wed Apr 19 19:12:38 UTC 2023 - David Mulder <dmul...@suse.com>
+
+- Install samba-gpupdate when enabling Group Policy; (bsc#1207604).
+- 4.6.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-samba-client-4.6.0.tar.bz2

New:
----
  yast2-samba-client-4.6.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-samba-client.spec ++++++
--- /var/tmp/diff_new_pack.vC4yVM/_old  2023-04-28 16:23:03.077899199 +0200
+++ /var/tmp/diff_new_pack.vC4yVM/_new  2023-04-28 16:23:03.081899222 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-samba-client
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 Summary:        YaST2 - Samba Client Configuration
 License:        GPL-2.0-only

++++++ yast2-samba-client-4.6.0.tar.bz2 -> yast2-samba-client-4.6.1.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-client-4.6.0/package/yast2-samba-client.changes 
new/yast2-samba-client-4.6.1/package/yast2-samba-client.changes
--- old/yast2-samba-client-4.6.0/package/yast2-samba-client.changes     
2023-03-03 15:59:55.000000000 +0100
+++ new/yast2-samba-client-4.6.1/package/yast2-samba-client.changes     
2023-04-27 16:13:28.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Apr 19 19:12:38 UTC 2023 - David Mulder <dmul...@suse.com>
+
+- Install samba-gpupdate when enabling Group Policy; (bsc#1207604).
+- 4.6.1
+
+-------------------------------------------------------------------
 Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák <lsle...@suse.cz>
 
 - Bump version to 4.6.0 (bsc#1208913)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-client-4.6.0/package/yast2-samba-client.spec 
new/yast2-samba-client-4.6.1/package/yast2-samba-client.spec
--- old/yast2-samba-client-4.6.0/package/yast2-samba-client.spec        
2023-03-03 15:59:55.000000000 +0100
+++ new/yast2-samba-client-4.6.1/package/yast2-samba-client.spec        
2023-04-27 16:13:28.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-samba-client
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 Summary:        YaST2 - Samba Client Configuration
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-client-4.6.0/src/include/samba-client/dialogs.rb 
new/yast2-samba-client-4.6.1/src/include/samba-client/dialogs.rb
--- old/yast2-samba-client-4.6.0/src/include/samba-client/dialogs.rb    
2023-03-03 15:59:55.000000000 +0100
+++ new/yast2-samba-client-4.6.1/src/include/samba-client/dialogs.rb    
2023-04-27 16:13:28.000000000 +0200
@@ -772,6 +772,14 @@
                 :to   => "list <string>"
               )
             end
+            use_group_policy = UI.QueryWidget(Id(:gpupdate), :Value)
+            if use_group_policy
+              packages = Convert.convert(
+                Builtins.merge(packages, ["samba-gpupdate"]),
+                :from => "list",
+                :to   => "list <string>"
+              )
+            end
             if Samba.PAMMountModified &&
                 Ops.greater_than(Builtins.size(Samba.GetPAMMountVolumes), 0)
               packages = Builtins.add(packages, "pam_mount")

Reply via email to