File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ you can take a look at [Introduction to specfile library](posts/specfile-introdu
1919
2020Imagine you want to make changes to a spec file that requires some sources
2121to be present at the time of parsing such as sources referenced from shell
22- expansions (` %(date +%F -r %{SOURCE0}) ` ), includes some external files
22+ expansions (e.g. ` %(date +%F -r %{SOURCE0}) ` ), includes some external files
2323using the ` %include ` directive, or loads external macrofiles with the ` %load ` macro,
2424but all you have is the spec file itself.
2525
@@ -245,7 +245,7 @@ within a spec file in the same manner, trying to preserve macro substitutions an
245245macro definitions (or even tag values in case of e.g. ` %{version} ` ) if possible. It is up to you
246246to replace the original string with the result (that can but doesn't have to be exactly the same).
247247
248- ::: info
248+ ::: info
249249
250250The algorithm first tokenizes the string to be updated. Then it determines which macro substitutions
251251within the string can be affected by modifying bodies of preceding macro definitions or values
You can’t perform that action at this time.
0 commit comments