Hello community,

here is the log from the commit of package shadow for openSUSE:Factory checked 
in at 2020-06-11 14:37:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shadow (Old)
 and      /work/SRC/openSUSE:Factory/.shadow.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shadow"

Thu Jun 11 14:37:08 2020 rev:38 rq:809695 version:4.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/shadow/shadow.changes    2020-02-04 
19:51:01.945240381 +0100
+++ /work/SRC/openSUSE:Factory/.shadow.new.3606/shadow.changes  2020-06-11 
14:37:10.163997009 +0200
@@ -1,0 +2,8 @@
+Fri May 22 11:21:15 UTC 2020 - Fabian Vogt <fv...@suse.com>
+
+- Use pure #!/bin/sh in:
+  * useradd.local
+  * userdel-post.local
+  * userdel-pre.local
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ shadow.spec ++++++
--- /var/tmp/diff_new_pack.3w6hbu/_old  2020-06-11 14:37:10.975999369 +0200
+++ /var/tmp/diff_new_pack.3w6hbu/_new  2020-06-11 14:37:10.979999382 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package shadow
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed



++++++ useradd.local ++++++
--- /var/tmp/diff_new_pack.3w6hbu/_old  2020-06-11 14:37:11.119999789 +0200
+++ /var/tmp/diff_new_pack.3w6hbu/_new  2020-06-11 14:37:11.119999789 +0200
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Here you can add your own stuff, that should be done for every user who
 # was new created.

++++++ userdel-post.local ++++++
--- /var/tmp/diff_new_pack.3w6hbu/_old  2020-06-11 14:37:11.131999824 +0200
+++ /var/tmp/diff_new_pack.3w6hbu/_new  2020-06-11 14:37:11.131999824 +0200
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Here you can add your own stuff, that should be done for every user
 # which we deleted.

++++++ userdel-pre.local ++++++
--- /var/tmp/diff_new_pack.3w6hbu/_old  2020-06-11 14:37:11.143999859 +0200
+++ /var/tmp/diff_new_pack.3w6hbu/_new  2020-06-11 14:37:11.143999859 +0200
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Here you can add your own stuff, that should be done for every user
 # who will be deleted.


Reply via email to