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  
    736736            types |= DEP_REQ; 
    737737    } else if (rstreq(attr, "perl")) { 
    738738        if (hasAttr(fattrs, "module")) 
    739             types |= (DEP_PROV|DEP_PROV); 
     739            types |= (DEP_REQ|DEP_PROV); 
    740740        if (is_executable) 
    741741            types |= DEP_REQ; 
    742742    } else if (rstreq(attr, "mono")) {