diff --git a/sysuser-tools.changes b/sysuser-tools.changes index 6c32245..14f2a7d 100644 --- a/sysuser-tools.changes +++ b/sysuser-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 1 12:58:30 UTC 2022 - Dirk Müller + +- invoke bash for bash scripts (bsc#1195391) + ------------------------------------------------------------------- Wed Sep 8 09:12:05 UTC 2021 - Thorsten Kukuk diff --git a/sysuser-tools.spec b/sysuser-tools.spec index 7441409..ee9d35e 100644 --- a/sysuser-tools.spec +++ b/sysuser-tools.spec @@ -1,7 +1,7 @@ # # spec file for package sysuser-tools # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -86,7 +86,7 @@ EOF EOFF # copy pasta from macros.sysusers because the script sysusers-generate-pre is not in /usr/lib/rpm yet -sh %{SOURCE2} $(pwd)/subdir/me.conf me.conf > account.pre +bash %{SOURCE2} $(pwd)/subdir/me.conf me.conf > account.pre diff account.pre expected-account-pre