Ticket #147: 0005-Fix-rpmfcAttrDeps-for-perl-modules-was-broken-in-c03.patch
| File 0005-Fix-rpmfcAttrDeps-for-perl-modules-was-broken-in-c03.patch, 0.8 kB (added by scop, 2 years ago) |
|---|
-
a/build/rpmfc.c
old new 736 736 types |= DEP_REQ; 737 737 } else if (rstreq(attr, "perl")) { 738 738 if (hasAttr(fattrs, "module")) 739 types |= (DEP_ PROV|DEP_PROV);739 types |= (DEP_REQ|DEP_PROV); 740 740 if (is_executable) 741 741 types |= DEP_REQ; 742 742 } else if (rstreq(attr, "mono")) {

