[Bug 1794290] [NEW] zkey requires a new system group
Dimitri John Ledkov
launchpad at surgut.co.uk
Tue Sep 25 12:44:02 UTC 2018
Public bug reported:
------- Comment From heinz-werner_seeck at de.ibm.com 2018-08-31 10:03 EDT-------
IBM will not add this systemd update into the s390tools package.
Please use this as a pattern for implementation. Many thx in advance
Example for an RPM, which need to be adapted to DEB packages.
The RPM spec file should have the following statements at the desired
places:
%pre base
# check for zkeyadm group and create it
getent group zkeyadm > /dev/null || groupadd -r zkeyadm
%files base
....
%dir %attr(0770,root,zkeyadm) %{_sysconfdir}/zkey
%dir %attr(0770,root,zkeyadm) %{_sysconfdir}/zkey/repository
** Affects: s390-tools (Ubuntu)
Importance: Undecided
Status: New
** Changed in: s390-tools (Ubuntu)
Milestone: None => ubuntu-18.10
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to s390-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1794290
Title:
zkey requires a new system group
Status in s390-tools package in Ubuntu:
New
Bug description:
------- Comment From heinz-werner_seeck at de.ibm.com 2018-08-31 10:03 EDT-------
IBM will not add this systemd update into the s390tools package.
Please use this as a pattern for implementation. Many thx in advance
Example for an RPM, which need to be adapted to DEB packages.
The RPM spec file should have the following statements at the desired
places:
%pre base
# check for zkeyadm group and create it
getent group zkeyadm > /dev/null || groupadd -r zkeyadm
%files base
....
%dir %attr(0770,root,zkeyadm) %{_sysconfdir}/zkey
%dir %attr(0770,root,zkeyadm) %{_sysconfdir}/zkey/repository
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/s390-tools/+bug/1794290/+subscriptions
More information about the foundations-bugs
mailing list