summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2023-03-30 15:42:51 +0300
committerPanu Matilainen <pmatilai@redhat.com>2023-03-30 15:42:51 +0300
commitc397a3cec65ae17c66d473ef73f411eff02aa4ff (patch)
tree4f067bd73e8e67a4697eed5bd1008f29560b8aad
parent7b04017a1760f1f855f3cb5d4c6bffe4661052cd (diff)
downloadrpm-c397a3cec65ae17c66d473ef73f411eff02aa4ff.tar.gz
Add %preuntrans and %postuntrans to spec docs
-rw-r--r--docs/manual/spec.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/spec.md b/docs/manual/spec.md
index a4778078f..5f6a7e1eb 100644
--- a/docs/manual/spec.md
+++ b/docs/manual/spec.md
@@ -274,7 +274,7 @@ accepted qualifiers are:
it does not affect transaction ordering. A pretrans-dependency is
free to be removed after the install-transaction completes.
- Also relates to `%pretrans` scriptlet execution.
+ Also relates to `%pretrans` and `%preuntrans` scriptlet execution.
* `posttrans`
@@ -283,7 +283,7 @@ accepted qualifiers are:
transaction ordering. A posttrans-dependency is free to be removed
after the the install-transaction completes.
- Also relates to `%posttrans` scriptlet execution.
+ Also relates to `%posttrans` and `%postuntrans` scriptlet execution.
* `verify`
@@ -609,6 +609,8 @@ for each scriptlet individually. Other supported operations include
* `%postun`
* `%pretrans`
* `%posttrans`
+ * `%preuntrans`
+ * `%postuntrans`
* `%verify`
### Triggers