Tag Type |
C++ code (built in to libRPM/VarCache.cc) |
Attributes |
[name=]string |
Required. Gives the name of a variable to
be set to the value given in the value field (see below.)
To set a public variable, (i.e., one that is exchanged with external
programs and handlers) you must first declare it with a
Var tag in the Public
section. |
value=string |
Required. Assigns a value directly to the variable. |
Contained Tags |
None. |
Related Tags |
The Set tag can appear anywhere in a sequence of commands
given by an Action tag.
|
---|
Examples |
The examples for Action illustrate
some uses the Set tag. |