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 2022-02-01 14:02:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-samba-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-samba-client.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-samba-client"

Tue Feb  1 14:02:32 2022 rev:109 rq:949715 version:4.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-samba-client/yast2-samba-client.changes    
2022-01-08 23:23:01.678202685 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-client.new.1898/yast2-samba-client.changes
  2022-02-01 14:02:48.980130609 +0100
@@ -1,0 +2,7 @@
+Fri Jan 28 09:30:17 UTC 2022 - Samuel Cabrero <scabr...@suse.de>
+
+- Switch from file based krb5 ccache to kernel keyring;
+  (bsc#1109830);
+- 4.4.3
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-samba-client.spec ++++++
--- /var/tmp/diff_new_pack.GIV3YI/_old  2022-02-01 14:02:49.612126276 +0100
+++ /var/tmp/diff_new_pack.GIV3YI/_new  2022-02-01 14:02:49.616126249 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-samba-client
-Version:        4.4.2
+Version:        4.4.3
 Release:        0
 Summary:        YaST2 - Samba Client Configuration
 License:        GPL-2.0-only

++++++ yast2-samba-client-4.4.2.tar.bz2 -> yast2-samba-client-4.4.3.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-client-4.4.2/.github/workflows/ci.yml 
new/yast2-samba-client-4.4.3/.github/workflows/ci.yml
--- old/yast2-samba-client-4.4.2/.github/workflows/ci.yml       2022-01-06 
17:10:59.000000000 +0100
+++ new/yast2-samba-client-4.4.3/.github/workflows/ci.yml       2022-01-28 
16:32:00.000000000 +0100
@@ -8,8 +8,14 @@
 jobs:
   Package:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -23,8 +29,14 @@
   # checks into one job avoids that overhead
   Checks:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-client-4.4.2/package/yast2-samba-client.changes 
new/yast2-samba-client-4.4.3/package/yast2-samba-client.changes
--- old/yast2-samba-client-4.4.2/package/yast2-samba-client.changes     
2022-01-06 17:10:59.000000000 +0100
+++ new/yast2-samba-client-4.4.3/package/yast2-samba-client.changes     
2022-01-28 16:32:00.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Fri Jan 28 09:30:17 UTC 2022 - Samuel Cabrero <scabr...@suse.de>
+
+- Switch from file based krb5 ccache to kernel keyring;
+  (bsc#1109830);
+- 4.4.3
+
+-------------------------------------------------------------------
 Wed Dec  8 14:46:40 UTC 2021 - Noel Power <nopo...@suse.com>
 
 - With latest versions of samba (>=4.15.0) calling 'net ads lookup'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-client-4.4.2/package/yast2-samba-client.spec 
new/yast2-samba-client-4.4.3/package/yast2-samba-client.spec
--- old/yast2-samba-client-4.4.2/package/yast2-samba-client.spec        
2022-01-06 17:10:59.000000000 +0100
+++ new/yast2-samba-client-4.4.3/package/yast2-samba-client.spec        
2022-01-28 16:32:00.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-samba-client
-Version:        4.4.2
+Version:        4.4.3
 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.4.2/src/modules/Kerberos.rb 
new/yast2-samba-client-4.4.3/src/modules/Kerberos.rb
--- old/yast2-samba-client-4.4.2/src/modules/Kerberos.rb        2022-01-06 
17:10:59.000000000 +0100
+++ new/yast2-samba-client-4.4.3/src/modules/Kerberos.rb        2022-01-28 
16:32:00.000000000 +0100
@@ -731,7 +731,7 @@
         # change the default ccache name
         WriteKrb5ConfValue(
           path(".etc.krb5_conf.v.libdefaults.default_ccache_name"),
-          "FILE:/tmp/krb5cc_%{uid}"
+          "KEYRING:persistent:%{uid}"
         )
 
         # write the mapping domain-realm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-client-4.4.2/src/modules/SambaAD.pm 
new/yast2-samba-client-4.4.3/src/modules/SambaAD.pm
--- old/yast2-samba-client-4.4.2/src/modules/SambaAD.pm 2022-01-06 
17:10:59.000000000 +0100
+++ new/yast2-samba-client-4.4.3/src/modules/SambaAD.pm 2022-01-28 
16:32:00.000000000 +0100
@@ -348,7 +348,7 @@
     });
     SambaConfig->WinbindGlobalSetMap({
        "krb5_auth"                     => $remove ? undef : "yes",
-       "krb5_ccache_type"              => $remove ? undef : "FILE"
+       "krb5_ccache_type"              => $remove ? undef : "KEYRING"
     });
     if ($status) {
        if (SambaConfig->GlobalGetTruth ("domain logons", 0)) {

Reply via email to