3
0
forked from pool/sysuser-tools

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
This commit is contained in:
Thorsten Kukuk 2022-02-03 09:12:53 +00:00 committed by Git OBS Bridge
parent e9a36c690b
commit bfc20235ec
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 1 12:58:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
- invoke bash for bash scripts (bsc#1195391)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 8 09:12:05 UTC 2021 - Thorsten Kukuk <kukuk@suse.com> Wed Sep 8 09:12:05 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package sysuser-tools # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -86,7 +86,7 @@ EOF
EOFF EOFF
# copy pasta from macros.sysusers because the script sysusers-generate-pre is not in /usr/lib/rpm yet # 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 diff account.pre expected-account-pre