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 2024-10-02 21:32:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-users (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-users.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-users"

Wed Oct  2 21:32:05 2024 rev:263 rq:1205110 version:5.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2024-08-22 
18:10:42.471267015 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new.19354/yast2-users.changes       
2024-10-02 21:32:16.807626842 +0200
@@ -1,0 +2,7 @@
+Tue Oct  1 13:31:05 UTC 2024 - Stefan Hundhammer <shundham...@suse.com>
+
+- Removed obsolete USERADD_CMD, USERDEL_PRECMD, USERDEL_POSTCMD, 
+  GROUPADD_CMD (bsc#1231006)
+- 5.0.3 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.PQzgNQ/_old  2024-10-02 21:32:19.019718805 +0200
+++ /var/tmp/diff_new_pack.PQzgNQ/_new  2024-10-02 21:32:19.019718805 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        5.0.2
+Version:        5.0.3
 Release:        0
 Summary:        YaST2 - User and Group Configuration
 License:        GPL-2.0-only

++++++ yast2-users-5.0.2.tar.bz2 -> yast2-users-5.0.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-5.0.2/package/yast2-users.changes 
new/yast2-users-5.0.3/package/yast2-users.changes
--- old/yast2-users-5.0.2/package/yast2-users.changes   2024-08-21 
16:03:42.000000000 +0200
+++ new/yast2-users-5.0.3/package/yast2-users.changes   2024-10-02 
10:26:22.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Oct  1 13:31:05 UTC 2024 - Stefan Hundhammer <shundham...@suse.com>
+
+- Removed obsolete USERADD_CMD, USERDEL_PRECMD, USERDEL_POSTCMD, 
+  GROUPADD_CMD (bsc#1231006)
+- 5.0.3 
+
+-------------------------------------------------------------------
 Wed Aug 21 13:21:10 UTC 2024 - Stefan Hundhammer <shundham...@suse.com>
 
 - Relax check in GECOS field (bsc#1228149):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-5.0.2/package/yast2-users.spec 
new/yast2-users-5.0.3/package/yast2-users.spec
--- old/yast2-users-5.0.2/package/yast2-users.spec      2024-08-21 
16:03:42.000000000 +0200
+++ new/yast2-users-5.0.3/package/yast2-users.spec      2024-10-02 
10:26:22.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        5.0.2
+Version:        5.0.3
 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.2/test/fixtures/root/etc/login.defs 
new/yast2-users-5.0.3/test/fixtures/root/etc/login.defs
--- old/yast2-users-5.0.2/test/fixtures/root/etc/login.defs     2024-08-21 
16:03:42.000000000 +0200
+++ new/yast2-users-5.0.3/test/fixtures/root/etc/login.defs     2024-10-02 
10:26:22.000000000 +0200
@@ -163,7 +163,7 @@
 # any combination of letters "frwh" (full name, room number, work
 # phone, home phone).  If not defined, no changes are allowed.
 # For backward compatibility, "yes" = "rwh" and "no" = "frwh".
-# 
+#
 CHFN_RESTRICT          rwh
 
 #
@@ -217,8 +217,6 @@
 # It should remove any at/cron/print jobs etc. owned by
 # the user to be removed (passed as the first argument).
 #
-# See USERDEL_PRECMD/POSTCMD below.
-#
 #USERDEL_CMD   /usr/sbin/userdel_local
 
 #
@@ -256,32 +254,3 @@
 #
 #CHARACTER_CLASS                [A-Za-z_][A-Za-z0-9_.-]*[A-Za-z0-9_.$-]\?
 CHARACTER_CLASS         
[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_][ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.-]*[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.$-]\?
-
-#
-# If defined, this command is run when adding a group.
-# It should rebuild any NIS database etc. to add the
-# new created group.
-#
-GROUPADD_CMD             /usr/sbin/groupadd.local
-
-#
-# If defined, this command is run when adding a user.
-# It should rebuild any NIS database etc. to add the
-# new created account.
-#
-USERADD_CMD             /usr/sbin/useradd.local
-
-#
-# If defined, this command is run before removing a user.
-# It should remove any at/cron/print jobs etc. owned by
-# the user to be removed.
-#
-USERDEL_PRECMD          /usr/sbin/userdel-pre.local
-
-#
-# If defined, this command is run after removing a user.
-# It should rebuild any NIS database etc. to remove the
-# account from it.
-#
-USERDEL_POSTCMD         /usr/sbin/userdel-post.local
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-users-5.0.2/test/fixtures/root-missing-files/etc/login.defs 
new/yast2-users-5.0.3/test/fixtures/root-missing-files/etc/login.defs
--- old/yast2-users-5.0.2/test/fixtures/root-missing-files/etc/login.defs       
2024-08-21 16:03:42.000000000 +0200
+++ new/yast2-users-5.0.3/test/fixtures/root-missing-files/etc/login.defs       
2024-10-02 10:26:22.000000000 +0200
@@ -217,8 +217,6 @@
 # It should remove any at/cron/print jobs etc. owned by
 # the user to be removed (passed as the first argument).
 #
-# See USERDEL_PRECMD/POSTCMD below.
-#
 #USERDEL_CMD   /usr/sbin/userdel_local
 
 #
@@ -257,31 +255,3 @@
 #CHARACTER_CLASS                [A-Za-z_][A-Za-z0-9_.-]*[A-Za-z0-9_.$-]\?
 CHARACTER_CLASS         
[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_][ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.-]*[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.$-]\?
 
-#
-# If defined, this command is run when adding a group.
-# It should rebuild any NIS database etc. to add the
-# new created group.
-#
-GROUPADD_CMD             /usr/sbin/groupadd.local
-
-#
-# If defined, this command is run when adding a user.
-# It should rebuild any NIS database etc. to add the
-# new created account.
-#
-USERADD_CMD             /usr/sbin/useradd.local
-
-#
-# If defined, this command is run before removing a user.
-# It should remove any at/cron/print jobs etc. owned by
-# the user to be removed.
-#
-USERDEL_PRECMD          /usr/sbin/userdel-pre.local
-
-#
-# If defined, this command is run after removing a user.
-# It should rebuild any NIS database etc. to remove the
-# account from it.
-#
-USERDEL_POSTCMD         /usr/sbin/userdel-post.local
-

Reply via email to