56 | | There is a distinct template for standard OS RPM errata and for site specific updates/additions to standard OS RPMs. They are : |
57 | | * `rpms/updates.tpl` : site specific updates to standard OS RPMs. |
58 | | * `PKG_OS_ERRATA_TEMPLATE` : a variable whose value is the name of the template containing errata RPMs to install. The default name is `rpms/errata.tpl` (`.tpl` must be ommited in variable value). QWG templates provide a default errata template and update it regularly based on available errata. A site is free to maintain its own list and is encouraged to contribute it to the standard templates. |
59 | | |
60 | | By default, errata RPMs are not deployed. To do it, variable `PKG_DEPLOY_OS_ERRATA` must be defined to `true`. |
61 | | |
62 | | |
63 | | ''Note: because of a SPMA restriction, the RPMs for all architectures of one specific package version must be in the same RPM repository or it will not be found at installation time. If you need to add some `i386` RPMs from `i386` distribution to the `x86_64` distribution, you '''need''' to put them in the same repository/directory as the other RPMs provided by the distribution. See [/wiki/FAQ/Templates#RPMpresentbutinstallationfailingtofindit FAQ] for more details.'' |