fix build
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=42
This commit is contained in:
parent
cd2dcf1a17
commit
a15948cd53
@ -25,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- if (group && gnameToGid(group, &gid)) {
|
- if (group && gnameToGid(group, &gid)) {
|
||||||
+ if (group && gnameToGid(group, &gid, safe)) {
|
+ if (group && gnameToGid__safe(group, &gid, safe)) {
|
||||||
if (fsm->goal == FSM_PKGINSTALL)
|
if (fsm->goal == FSM_PKGINSTALL)
|
||||||
rpmlog(RPMLOG_WARNING,
|
rpmlog(RPMLOG_WARNING,
|
||||||
_("group %s does not exist - using root\n"), group);
|
_("group %s does not exist - using root\n"), group);
|
||||||
|
Loading…
Reference in New Issue
Block a user