Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2019-05-21 10:36:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-users (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-users.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-users"

Tue May 21 10:36:18 2019 rev:222 rq:703660 version:4.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2019-04-25 
16:19:57.734081685 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new.5148/yast2-users.changes        
2019-05-21 10:36:19.951244981 +0200
@@ -1,0 +2,8 @@
+Thu May 16 14:13:03 UTC 2019 - David Diaz <dgonza...@suse.com>
+
+- Fix the user creation in the installed systems, obeying the
+  decision about creating the user's home as a plain directory
+  or as a Btrfs subvolume (bsc#1134970).
+- 4.2.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.XtJuca/_old  2019-05-21 10:36:21.175244186 +0200
+++ /var/tmp/diff_new_pack.XtJuca/_new  2019-05-21 10:36:21.175244186 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        4.2.0
+Version:        4.2.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-users-4.2.0.tar.bz2 -> yast2-users-4.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-4.2.0/package/yast2-users.changes 
new/yast2-users-4.2.1/package/yast2-users.changes
--- old/yast2-users-4.2.0/package/yast2-users.changes   2019-04-16 
17:35:52.000000000 +0200
+++ new/yast2-users-4.2.1/package/yast2-users.changes   2019-05-17 
09:58:32.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Thu May 16 14:13:03 UTC 2019 - David Diaz <dgonza...@suse.com>
+
+- Fix the user creation in the installed systems, obeying the
+  decision about creating the user's home as a plain directory
+  or as a Btrfs subvolume (bsc#1134970).
+- 4.2.1
+
+-------------------------------------------------------------------
 Tue Apr 16 14:27:28 UTC 2019 - Stefan Hundhammer <shundham...@suse.com>
 
 - Offer autologin only if a display manager that supports it is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-4.2.0/package/yast2-users.spec 
new/yast2-users-4.2.1/package/yast2-users.spec
--- old/yast2-users-4.2.0/package/yast2-users.spec      2019-04-16 
17:35:52.000000000 +0200
+++ new/yast2-users-4.2.1/package/yast2-users.spec      2019-05-17 
09:58:32.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        4.2.0
+Version:        4.2.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-4.2.0/src/modules/Users.pm 
new/yast2-users-4.2.1/src/modules/Users.pm
--- old/yast2-users-4.2.0/src/modules/Users.pm  2019-04-16 17:35:52.000000000 
+0200
+++ new/yast2-users-4.2.1/src/modules/Users.pm  2019-05-17 09:58:32.000000000 
+0200
@@ -4483,7 +4483,7 @@
 
                my %user                = %{$modified_users{$type}{$username}};
                my $home                = $user{"homeDirectory"} || "";
-               my $use_btrfs_subvolume = $user{"btrfs_subvolume"} || 0;
+               my $use_btrfs_subvolume = bool($user{"btrfs_subvolume"});
                my $uid                 = $user{"uidNumber"} || 0;
                my $command             = "";
                my $user_mod            = $user{"modified"} || "no";


Reply via email to