Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-auth-server for 
openSUSE:Factory checked in at 2023-03-08 14:51:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-auth-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-auth-server.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-auth-server"

Wed Mar  8 14:51:54 2023 rev:29 rq:1069893 version:4.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-auth-server/yast2-auth-server.changes      
2023-03-04 22:42:49.587639841 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-auth-server.new.31432/yast2-auth-server.changes
   2023-03-08 14:51:55.886466564 +0100
@@ -1,0 +2,7 @@
+Mon Mar  6 17:06:25 UTC 2023 - Martin Vidner <mvid...@suse.com>
+
+- Stop using File.exists? which no longer works in Ruby 3.2
+  (bsc#1206419)
+- 4.6.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-auth-server-4.6.0.tar.bz2

New:
----
  yast2-auth-server-4.6.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-auth-server.spec ++++++
--- /var/tmp/diff_new_pack.IaILp6/_old  2023-03-08 14:51:56.338469025 +0100
+++ /var/tmp/diff_new_pack.IaILp6/_new  2023-03-08 14:51:56.346469069 +0100
@@ -19,7 +19,7 @@
 Name:           yast2-auth-server
 Group:          System/YaST
 Summary:        A tool for creating identity management server instances
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 License:        GPL-2.0-or-later
 URL:            https://github.com/yast/yast-auth-server

++++++ yast2-auth-server-4.6.0.tar.bz2 -> yast2-auth-server-4.6.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-server-4.6.0/package/yast2-auth-server.changes 
new/yast2-auth-server-4.6.1/package/yast2-auth-server.changes
--- old/yast2-auth-server-4.6.0/package/yast2-auth-server.changes       
2023-03-03 15:49:18.000000000 +0100
+++ new/yast2-auth-server-4.6.1/package/yast2-auth-server.changes       
2023-03-07 11:21:15.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Mar  6 17:06:25 UTC 2023 - Martin Vidner <mvid...@suse.com>
+
+- Stop using File.exists? which no longer works in Ruby 3.2
+  (bsc#1206419)
+- 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-auth-server-4.6.0/package/yast2-auth-server.spec 
new/yast2-auth-server-4.6.1/package/yast2-auth-server.spec
--- old/yast2-auth-server-4.6.0/package/yast2-auth-server.spec  2023-03-03 
15:49:18.000000000 +0100
+++ new/yast2-auth-server-4.6.1/package/yast2-auth-server.spec  2023-03-07 
11:21:15.000000000 +0100
@@ -18,7 +18,7 @@
 Name:           yast2-auth-server
 Group:          System/YaST
 Summary:        A tool for creating identity management server instances
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 License:        GPL-2.0-or-later
 Url:            https://github.com/yast/yast-auth-server
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-server-4.6.0/src/lib/authserver/ui/new_dir_inst.rb 
new/yast2-auth-server-4.6.1/src/lib/authserver/ui/new_dir_inst.rb
--- old/yast2-auth-server-4.6.0/src/lib/authserver/ui/new_dir_inst.rb   
2023-03-03 15:49:18.000000000 +0100
+++ new/yast2-auth-server-4.6.1/src/lib/authserver/ui/new_dir_inst.rb   
2023-03-07 11:21:15.000000000 +0100
@@ -102,7 +102,7 @@
       Popup.Error(_('Both TLS Certificate authority and PKCS12 must be 
provided, or none provided.'))
       return
     end
-    if (tls_ca != '' && tls_p12 != '') && (!File.exists?(tls_ca) || 
!File.exists?(tls_p12))
+    if (tls_ca != '' && tls_p12 != '') && (!File.exist?(tls_ca) || 
!File.exist?(tls_p12))
       Popup.Error(_('TLS certificate authority PEM OR certificate/key PKCS12 
file does not exist.'))
       return
     end

Reply via email to