Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2023-03-07 16:50:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-sudo.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-sudo"

Tue Mar  7 16:50:47 2023 rev:46 rq:1069885 version:4.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes    2023-03-03 
22:32:09.404223020 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new.31432/yast2-sudo.changes 
2023-03-07 16:51:12.673861655 +0100
@@ -1,0 +2,7 @@
+Mon Mar  6 14:43:16 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-sudo-4.6.0.tar.bz2

New:
----
  yast2-sudo-4.6.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-sudo.spec ++++++
--- /var/tmp/diff_new_pack.Jz3TY1/_old  2023-03-07 16:51:14.657872116 +0100
+++ /var/tmp/diff_new_pack.Jz3TY1/_new  2023-03-07 16:51:14.661872137 +0100
@@ -18,7 +18,7 @@
 
 Name:           yast2-sudo
 Summary:        YaST2 - Sudo configuration
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 URL:            https://github.com/yast/yast-sudo
 Group:          System/YaST

++++++ yast2-sudo-4.6.0.tar.bz2 -> yast2-sudo-4.6.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.6.0/package/yast2-sudo.changes 
new/yast2-sudo-4.6.1/package/yast2-sudo.changes
--- old/yast2-sudo-4.6.0/package/yast2-sudo.changes     2023-03-03 
16:02:13.000000000 +0100
+++ new/yast2-sudo-4.6.1/package/yast2-sudo.changes     2023-03-07 
11:11:38.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Mar  6 14:43:16 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-sudo-4.6.0/package/yast2-sudo.spec 
new/yast2-sudo-4.6.1/package/yast2-sudo.spec
--- old/yast2-sudo-4.6.0/package/yast2-sudo.spec        2023-03-03 
16:02:13.000000000 +0100
+++ new/yast2-sudo-4.6.1/package/yast2-sudo.spec        2023-03-07 
11:11:38.000000000 +0100
@@ -18,7 +18,7 @@
 
 Name:           yast2-sudo
 Summary:        YaST2 - Sudo configuration
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 Url:            https://github.com/yast/yast-sudo
 Group:          System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.6.0/src/modules/Sudo.rb 
new/yast2-sudo-4.6.1/src/modules/Sudo.rb
--- old/yast2-sudo-4.6.0/src/modules/Sudo.rb    2023-03-03 16:02:13.000000000 
+0100
+++ new/yast2-sudo-4.6.1/src/modules/Sudo.rb    2023-03-07 11:11:38.000000000 
+0100
@@ -668,7 +668,7 @@
       # Error message
       if !WriteSudoSettings2()
         msg = _("Cannot write settings.")
-        if ::File.exists?("/etc/sudoers.YaST2.new") # if file exists it is 
invalid syntax
+        if ::File.exist?("/etc/sudoers.YaST2.new") # if file exists it is 
invalid syntax
           res = SCR.Execute(path(".target.bash_output"), "/usr/sbin/visudo -cf 
/etc/sudoers.YaST2.new")
           msg += _("\nSyntax error in target file. See 
/etc/sudoers.YaST2.new.\nDetails: ") + res["stdout"]
         end

Reply via email to