1 --- rpm-4.5/rpmio/ugid.c 2009-06-05 00:46:30.450894061 +0300
2 +++ rpm-4.5/rpmio/ugid.c 2009-06-19 19:35:42.374530092 +0300
5 grent = getgrnam(thisGname);
7 - /* XXX The filesystem package needs group/lock w/o getgrnam. */
8 - if (strcmp(thisGname, "lock") == 0) {
9 + /* XXX The FHS package needs group/uucp w/o getgrnam, filesystem needs adm */
10 + if (strcmp(thisGname, "uucp") == 0) {
12 - *gid = lastGid = 54;
13 + *gid = lastGid = 14;
21 + if (strcmp(thisGname, "adm") == 0) {