Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2022-05-09 18:43:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-network (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-network.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-network"

Mon May  9 18:43:34 2022 rev:480 rq:975206 version:4.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes      
2022-04-14 17:24:45.855214214 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new.1538/yast2-network.changes    
2022-05-09 18:43:47.852185944 +0200
@@ -1,0 +2,7 @@
+Wed May  4 13:23:14 UTC 2022 - Martin Vidner <mvid...@suse.com>
+
+- Disable loading the Ruby bindings in ag_udev_persistent, a stdio
+  Perl agent (bsc#1197120).
+- 4.5.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-network-4.5.0.tar.bz2

New:
----
  yast2-network-4.5.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-network.spec ++++++
--- /var/tmp/diff_new_pack.NhiVPm/_old  2022-05-09 18:43:48.520186728 +0200
+++ /var/tmp/diff_new_pack.NhiVPm/_new  2022-05-09 18:43:48.524186733 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-Version:        4.5.0
+Version:        4.5.1
 Release:        0
 Summary:        YaST2 - Network Configuration
 License:        GPL-2.0-only

++++++ yast2-network-4.5.0.tar.bz2 -> yast2-network-4.5.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.5.0/package/yast2-network.changes 
new/yast2-network-4.5.1/package/yast2-network.changes
--- old/yast2-network-4.5.0/package/yast2-network.changes       2022-04-12 
13:35:47.000000000 +0200
+++ new/yast2-network-4.5.1/package/yast2-network.changes       2022-05-05 
15:33:20.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed May  4 13:23:14 UTC 2022 - Martin Vidner <mvid...@suse.com>
+
+- Disable loading the Ruby bindings in ag_udev_persistent, a stdio
+  Perl agent (bsc#1197120).
+- 4.5.1
+
+-------------------------------------------------------------------
 Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
 
 - Bump version to 4.5.0 (bsc#1198109)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.5.0/package/yast2-network.spec 
new/yast2-network-4.5.1/package/yast2-network.spec
--- old/yast2-network-4.5.0/package/yast2-network.spec  2022-04-12 
13:35:47.000000000 +0200
+++ new/yast2-network-4.5.1/package/yast2-network.spec  2022-05-05 
15:33:20.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-Version:        4.5.0
+Version:        4.5.1
 Release:        0
 Summary:        YaST2 - Network Configuration
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-network-4.5.0/src/servers_non_y2/ag_udev_persistent 
new/yast2-network-4.5.1/src/servers_non_y2/ag_udev_persistent
--- old/yast2-network-4.5.0/src/servers_non_y2/ag_udev_persistent       
2022-04-12 13:35:47.000000000 +0200
+++ new/yast2-network-4.5.1/src/servers_non_y2/ag_udev_persistent       
2022-05-05 15:33:20.000000000 +0200
@@ -20,6 +20,11 @@
 # find current contact information at www.suse.com.
 
 package ag_udev_persistent;
+
+# None of the bindings are needed here.
+# And dlopening Ruby would make jemalloc complain about a failed TLS allocation
+BEGIN { $ENV{Y2DISABLELANGUAGEPLUGINS} = "1"; }
+
 BEGIN { push( @INC, '/usr/share/YaST2/modules/' ); }
 use ycp;
 use YaST::SCRAgent;

Reply via email to