Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2016-01-16 11:56:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-users (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-users.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-users"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2015-09-13 
09:43:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes     
2016-01-16 11:56:30.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov 18 08:48:16 UTC 2015 - [email protected]
+
+- fix validation of AutoYaST profiles (bsc#954412)
+- 3.1.41
+
+-------------------------------------------------------------------
@@ -7,0 +14 @@
+

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

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

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.E8yOaF/_old  2016-01-16 11:56:31.000000000 +0100
+++ /var/tmp/diff_new_pack.E8yOaF/_new  2016-01-16 11:56:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-users
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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:        3.1.40
+Version:        3.1.41
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-users-3.1.40.tar.bz2 -> yast2-users-3.1.41.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.40/package/yast2-users.changes 
new/yast2-users-3.1.41/package/yast2-users.changes
--- old/yast2-users-3.1.40/package/yast2-users.changes  2015-09-04 
13:32:16.000000000 +0200
+++ new/yast2-users-3.1.41/package/yast2-users.changes  2016-01-14 
13:03:01.000000000 +0100
@@ -1,10 +1,17 @@
 -------------------------------------------------------------------
+Wed Nov 18 08:48:16 UTC 2015 - [email protected]
+
+- fix validation of AutoYaST profiles (bsc#954412)
+- 3.1.41
+
+-------------------------------------------------------------------
 Tue Sep  1 15:29:38 UTC 2015 - [email protected]
 
 - Move users creation to first stage during autoinstallation,
   so it is not needed to run the 2nd stage to have a minimal system
   (bnc#892091)
 - 3.1.40
+
 -------------------------------------------------------------------
 Thu Jul  2 20:49:05 UTC 2015 - [email protected]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.40/package/yast2-users.spec 
new/yast2-users-3.1.41/package/yast2-users.spec
--- old/yast2-users-3.1.40/package/yast2-users.spec     2015-09-04 
13:32:16.000000000 +0200
+++ new/yast2-users-3.1.41/package/yast2-users.spec     2016-01-14 
13:03:01.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.40
+Version:        3.1.41
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.40/src/autoyast-rnc/users.rnc 
new/yast2-users-3.1.41/src/autoyast-rnc/users.rnc
--- old/yast2-users-3.1.40/src/autoyast-rnc/users.rnc   2015-09-04 
13:32:16.000000000 +0200
+++ new/yast2-users-3.1.41/src/autoyast-rnc/users.rnc   2016-01-14 
13:03:01.000000000 +0100
@@ -15,6 +15,7 @@
     gr_group*
   }
 gr_group = element group {
+    encrypted? &
     element group_password { text }? &
     element groupname      { text }? &
     element userlist       { text }? &
@@ -28,18 +29,24 @@
     ud_groups? & 
     home? & 
     inactive? & 
+    no_groups? &
     shell? & 
-    skel?
+    skel? &
+    umask?
   }
 expire = element expire { text }
 ud_group = element group { text }
 ud_groups = element groups { text }
 inactive = element inactive { text }
+no_groups = element no_groups { BOOLEAN }
 shell = element shell { text }
 skel = element skel { text }
+umask = element umask { text }
 user = element user {
     encrypted? &
     fullname? &
+    surname? &
+    u_forename? &
     u_gid? &
     home? &
     shell? &
@@ -52,6 +59,8 @@
 }
 encrypted = element encrypted { BOOLEAN }
 fullname = element fullname { text }
+u_forename = element forename { text }
+surname = element surname { text }
 u_gid = element gid { text }
 home = element home { text }
 user_password = element user_password { text }


Reply via email to