Skip to content

Commit

Permalink
Merge pull request #404 from openSUSE/wip-buildconfig-required
Browse files Browse the repository at this point in the history
obs_build_config.xml: fix references to Required prjconf keyword
  • Loading branch information
smithfarm authored Feb 26, 2025
2 parents 3883c43 + 7f9a767 commit 0a20d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml/obs_build_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
condition.
</para>
<para>
Many keywords, like `Require` or `BuildFlags`, do not replace existing
Many keywords, like `Required` or `BuildFlags`, do not replace existing
data, but add to it. This means you can have multiple `BuildFlags`
lines instead of having one line with all the flags you need.
</para>
Expand Down Expand Up @@ -1050,7 +1050,7 @@ Support: pax debbuild</screen>
of build recipes.

Typical use cases are macros inside of %if statements inside of the build
configuration or macros in any Support, Require or Substitute line.
configuration or macros in any Support, Required or Substitute line.
</para>
</formalpara>
</listitem>
Expand Down

0 comments on commit 0a20d45

Please sign in to comment.