Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2025-10-15 12:44:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-users (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-users.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-users"

Wed Oct 15 12:44:49 2025 rev:266 rq:1311312 version:5.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2025-07-06 
17:05:54.913999860 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new.18484/yast2-users.changes       
2025-10-15 12:45:04.008110394 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 14:09:17 UTC 2025 - Stefan Schubert <[email protected]>
+
+- Fixed perl logic while creating home directory (belonging to bsc#1125779)
+- 5.0.7
+
+-------------------------------------------------------------------

Old:
----
  yast2-users-5.0.6.tar.bz2

New:
----
  yast2-users-5.0.7.tar.bz2

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.I29kmf/_old  2025-10-15 12:45:06.360208763 +0200
+++ /var/tmp/diff_new_pack.I29kmf/_new  2025-10-15 12:45:06.380209600 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-users
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        5.0.6
+Version:        5.0.7
 Release:        0
 Summary:        YaST2 - User and Group Configuration
 License:        GPL-2.0-only

++++++ yast2-users-5.0.6.tar.bz2 -> yast2-users-5.0.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-5.0.6/package/yast2-users.changes 
new/yast2-users-5.0.7/package/yast2-users.changes
--- old/yast2-users-5.0.6/package/yast2-users.changes   2025-07-04 
18:24:05.000000000 +0200
+++ new/yast2-users-5.0.7/package/yast2-users.changes   2025-10-14 
10:03:02.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Oct 13 14:09:17 UTC 2025 - Stefan Schubert <[email protected]>
+
+- Fixed perl logic while creating home directory (belonging to bsc#1125779)
+- 5.0.7
+
+-------------------------------------------------------------------
 Fri Jul  4 15:47:36 UTC 2025 - Imobach Gonzalez Sosa <[email protected]>
 
 - Temporarily disable Y2Users::Clients::Auto#run tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-5.0.6/package/yast2-users.spec 
new/yast2-users-5.0.7/package/yast2-users.spec
--- old/yast2-users-5.0.6/package/yast2-users.spec      2025-07-04 
18:24:05.000000000 +0200
+++ new/yast2-users-5.0.7/package/yast2-users.spec      2025-10-14 
10:03:02.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        5.0.6
+Version:        5.0.7
 Release:        0
 Summary:        YaST2 - User and Group Configuration
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-5.0.6/src/modules/UsersRoutines.pm 
new/yast2-users-5.0.7/src/modules/UsersRoutines.pm
--- old/yast2-users-5.0.6/src/modules/UsersRoutines.pm  2025-07-04 
18:24:05.000000000 +0200
+++ new/yast2-users-5.0.7/src/modules/UsersRoutines.pm  2025-10-14 
10:03:02.000000000 +0200
@@ -126,7 +126,7 @@
         return 0;
     }
 
-    if (!FileUtils->Exists ($home) > 0) {
+    if (!FileUtils->Exists ($home)) {
         # Create the home as btrfs subvolume
         if ($use_btrfs) {
            # checking Btrfs location of parent path

Reply via email to