From f7fd7756203e7e99ca38e2fc704b16704ecb911c9ad45bb5e4527eb3db3e20a0 Mon Sep 17 00:00:00 2001 From: Mark Post Date: Fri, 15 Feb 2019 00:37:21 +0000 Subject: [PATCH] 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 --- s390-tools.changes | 5 +++-- s390-tools.spec | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/s390-tools.changes b/s390-tools.changes index 8195193..c8e1917 100644 --- a/s390-tools.changes +++ b/s390-tools.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Wed Jan 30 19:40:36 UTC 2019 - Michal Suchanek +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 diff --git a/s390-tools.spec b/s390-tools.spec index 5bda2ac..5e848c7 100644 --- a/s390-tools.spec +++ b/s390-tools.spec @@ -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