We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6035a58 commit 11769baCopy full SHA for 11769ba
build/parseSpec.c
@@ -939,7 +939,7 @@ static rpmRC parseAutobuild(rpmSpec spec)
939
struct autosect_s autosectList[] = {
940
{ "prep", spec->prep },
941
{ "conf", spec->conf },
942
- { "generate_depends", spec->buildrequires },
+ { "generate_buildrequires", spec->buildrequires },
943
{ "build", spec->build },
944
{ "install", spec->install },
945
{ "check", spec->check },
0 commit comments