#1191 closed enhancement (fixed)
Adds shadow-utils as a requirement(pre) of xpra-common in xpra.spec
Reported by: | Ronaldo Nunez | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 1.0 |
Component: | packaging | Version: | trunk |
Keywords: | el centos fedora spec shadow-utils | Cc: |
Description (last modified by )
Added xpra to a CentOS custom image to install it during the system installation, through Anaconda. When Anaconda tries to install xpra-common the process is exit with an error exit code from the post script:
getent group wireshark >/dev/null || groupadd -r wireshark
The error occurs because groupadd is not available, even it is marked to be installed.
As you can check at the links below, the problem is solved adding "Requires(pre): shadow-utils" to the spec file:
https://bugzilla.redhat.com/show_bug.cgi?id=753293
https://fedoraproject.org/wiki/Packaging:UsersAndGroups
I successfully installed xpra-common, modifying the spec file from xpra-0.17.0-1.el7_2.src.rpm.
Attachments (1)
Change History (6)
Changed 5 years ago by
Attachment: | xpra_shadow-utils-deps-12487.patch added |
---|
comment:1 Changed 5 years ago by
Milestone: | 0.18 → future |
---|---|
Type: | defect → enhancement |
Version: | 0.17.x → trunk |
comment:2 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks!
Applied in r12488, will be included in the next stable updates as this is cheap.
comment:3 Changed 5 years ago by
comment:4 Changed 4 years ago by
Description: | modified (diff) |
---|---|
Milestone: | future → 1.0 |
(edit milestone)
comment:5 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1191
Patch created from trunk rev. 12487 to solve add shadow-utils as a requirement to the spec file.