summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMiroslav Suchý <msuchy@redhat.com>2022-11-18 11:06:16 +0100
committerFlorian Festi <ffesti@redhat.com>2022-11-18 11:31:01 +0100
commit3c4f309e413ee8eda9f1381f2c20931c802adec8 (patch)
tree3932f0706ffb8cecaaada5ba34a4037580281bfc /docs
parent8a7a4e130578b11bf8087b503c53b8633478ed86 (diff)
downloadrpm-3c4f309e413ee8eda9f1381f2c20931c802adec8.tar.gz
document example of dynamic spec
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/dynamic_specs.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/dynamic_specs.md b/docs/manual/dynamic_specs.md
index 8a3370b84..195d4c038 100644
--- a/docs/manual/dynamic_specs.md
+++ b/docs/manual/dynamic_specs.md
@@ -29,3 +29,6 @@ testing but one needs to be careful that the spec syntax is not
already parsed when the spec file is read. Avoid Spec directives or
sections starting right at the beginning of the line as they will be
interpreted right away.
+
+[Example](https://github.com/rpm-software-management/rpm/blob/master/tests/data/SPECS/dynamic.spec)
+from our tests set.