pay attention to autoreqprov flag
CVS patchset: 2092 CVS date: 1998/04/16 16:25:03
This commit is contained in:
parent
272e203dab
commit
fded3f9abc
4
CHANGES
4
CHANGES
|
@ -1,6 +1,8 @@
|
|||
2.4.109 -> 2.4.110:
|
||||
2.4.109 -> 2.5:
|
||||
- fixed return code bug in build code
|
||||
- do macro expansion before %if processing
|
||||
- dep ordering returns w/ an error as soon as a prereq loop is found
|
||||
- autoreqprov flag was being ignored during builds
|
||||
|
||||
2.4.108 -> 2.4.109:
|
||||
- remove icons with --rmsource
|
||||
|
|
|
@ -107,7 +107,7 @@ int generateAutoReqProv(Spec spec, Package pkg,
|
|||
char *argv[2];
|
||||
char **f, **fsave;
|
||||
|
||||
if (!cpioCount) {
|
||||
if (!cpioCount || !spec->autoReqProv) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue