Accepting request 676267 from home:markkp:branches:Base:System
- Reverted the previous change to use the "new and shiny" system RPM method of adding groups that doesn't apply to this package. - Modified the spec file to add a group named cpacfstats (bsc#1123730) OBS-URL: https://build.opensuse.org/request/show/676267 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=74
This commit is contained in:
parent
6761090444
commit
f7fd775620
@ -1,7 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 19:40:36 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
|
||||
Thu Feb 14 23:53:57 UTC 2019 - mpost@suse.com
|
||||
|
||||
- Require cpacfstats group (bsc#1123730).
|
||||
- Modified the spec file to add a group named cpacfstats
|
||||
(bsc#1123730)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 17:38:15 UTC 2019 - mpost@suse.com
|
||||
|
@ -206,7 +206,6 @@ BuildRequires: zlib-devel-static
|
||||
# Don't build with pie to avoid problems with zipl
|
||||
#!BuildIgnore: gcc-PIE
|
||||
PreReq: shadow %fillup_prereq dracut permissions
|
||||
Requires(pre): group(cpacfstats)
|
||||
Requires: coreutils
|
||||
Requires: gawk
|
||||
Requires: perl-base
|
||||
@ -518,6 +517,8 @@ chmod 755 osasnmpd
|
||||
getent group ts-shell >/dev/null 2>&1 || groupadd -r ts-shell
|
||||
# check for zkeyadm group or create it
|
||||
getent group zkeyadm >/dev/null 2>&1 || groupadd -r zkeyadm
|
||||
# check for cpacfstats group or create it
|
||||
getent group cpacfstats >/dev/null 2>&1 2>&1 || groupadd -r cpacfstats
|
||||
%service_add_pre appldata.service
|
||||
%service_add_pre cio_ignore.service
|
||||
%service_add_pre cpacfstatsd.service
|
||||
|
Loading…
Reference in New Issue
Block a user