disabling rpm fetch

Elan Ruusamäe glen at pld-linux.org
Tue Nov 3 22:17:53 CET 2015


how do you disable rpm from fetching sources?
from build/parsePrep.c i see such macros, but defining them to %{nil} 
had no effect.

     if (sp->flags & RPMFILE_SOURCE) {
         Rmacro = "%{?_Rsourcedir}/";
     } else
     if (sp->flags & RPMFILE_PATCH) {
         Rmacro = "%{?_Rpatchdir}/";
     } else
     if (sp->flags & RPMFILE_ICON) {
         Rmacro = "%{?_Ricondir}/";
     } else
         continue;

-- 
glen



More information about the pld-users-en mailing list