From bfc20235ec7a7e9882ba866b25375c67e9be57a57c99a6659254c1ace5911674 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 3 Feb 2022 09:12:53 +0000 Subject: [PATCH] Accepting request 950427 from home:dirkmueller:Factory - invoke bash for bash scripts (bsc#1195391) OBS-URL: https://build.opensuse.org/request/show/950427 OBS-URL: https://build.opensuse.org/package/show/Base:System/sysuser-tools?expand=0&rev=51 --- sysuser-tools.changes | 5 +++++ sysuser-tools.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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