Hello community, here is the log from the commit of package yast2-users for openSUSE:Factory checked in at 2019-03-13 09:09:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-users (Old) and /work/SRC/openSUSE:Factory/.yast2-users.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-users" Wed Mar 13 09:09:01 2019 rev:220 rq:684201 version:4.1.11 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes 2019-03-06 19:03:39.493071256 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-users.new.28833/yast2-users.changes 2019-03-13 09:09:03.455424963 +0100 @@ -1,0 +2,7 @@ +Mon Mar 11 16:22:01 CET 2019 - [email protected] + +- Added tag home_btrfs_subvolume to *.rnc file (bsc#1128707) +- Improved error message layout while creating btrfs subvolumes. +- 4.1.11 + +------------------------------------------------------------------- Old: ---- yast2-users-4.1.10.tar.bz2 New: ---- yast2-users-4.1.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.hJZvDe/_old 2019-03-13 09:09:04.527424853 +0100 +++ /var/tmp/diff_new_pack.hJZvDe/_new 2019-03-13 09:09:04.531424852 +0100 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 4.1.10 +Version: 4.1.11 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-users-4.1.10.tar.bz2 -> yast2-users-4.1.11.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-4.1.10/package/yast2-users.changes new/yast2-users-4.1.11/package/yast2-users.changes --- old/yast2-users-4.1.10/package/yast2-users.changes 2019-03-06 14:09:47.000000000 +0100 +++ new/yast2-users-4.1.11/package/yast2-users.changes 2019-03-12 09:27:24.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Mar 11 16:22:01 CET 2019 - [email protected] + +- Added tag home_btrfs_subvolume to *.rnc file (bsc#1128707) +- Improved error message layout while creating btrfs subvolumes. +- 4.1.11 + +------------------------------------------------------------------- Thu Feb 28 14:30:45 CET 2019 - [email protected] - Removed "btrfs_subvolume" from user default values (bsc#1125779) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-4.1.10/package/yast2-users.spec new/yast2-users-4.1.11/package/yast2-users.spec --- old/yast2-users-4.1.10/package/yast2-users.spec 2019-03-06 14:09:47.000000000 +0100 +++ new/yast2-users-4.1.11/package/yast2-users.spec 2019-03-12 09:27:24.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 4.1.10 +Version: 4.1.11 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-4.1.10/src/autoyast-rnc/users.rnc new/yast2-users-4.1.11/src/autoyast-rnc/users.rnc --- old/yast2-users-4.1.10/src/autoyast-rnc/users.rnc 2019-03-06 14:09:47.000000000 +0100 +++ new/yast2-users-4.1.11/src/autoyast-rnc/users.rnc 2019-03-12 09:27:24.000000000 +0100 @@ -60,6 +60,7 @@ u_forename? & u_gid? & home? & + home_btrfs_subvolume? & shell? & uid? & user_password? & @@ -75,6 +76,7 @@ surname = element surname { text } u_gid = element gid { text } home = element home { text } +home_btrfs_subvolume = element home_btrfs_subvolume { BOOLEAN } user_password = element user_password { text } username = element username { text } uid = element uid { text } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-4.1.10/src/modules/UsersRoutines.pm new/yast2-users-4.1.11/src/modules/UsersRoutines.pm --- old/yast2-users-4.1.10/src/modules/UsersRoutines.pm 2019-03-06 14:09:47.000000000 +0100 +++ new/yast2-users-4.1.11/src/modules/UsersRoutines.pm 2019-03-12 09:27:24.000000000 +0100 @@ -107,7 +107,7 @@ if ($stdout ne "btrfs") { # TRANSLATORS: %s is a directory name my $error = sprintf( - __(" Cannot create home directory %s. Parent directory is not a Btrfs volume."), + __(" Cannot create home directory %s.\nParent directory is not a Btrfs volume."), $home); Report->Error ($error); return 0
