Changes between Version 5 and Version 6 of Doc/OS/Customization
- Timestamp:
- Aug 13, 2009, 9:37:04 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/OS/Customization
v5 v6 48 48 QWG templates provide an easy and flexible way to deploy OS errata RPM as provided by Linux distros or site specific updates to OS RPMs. This is based on 2 templates and a few variables. 49 49 50 There is a distinct template for standard OS RPM errata and for site specific updates to standard OS RPMs. They are :50 There is a distinct template for standard OS RPM errata and for site specific updates/additions to standard OS RPMs. They are : 51 51 * `rpms/updates.tpl` : site specific updates to standard OS RPMs. 52 * `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 .52 * `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. 53 53 54 54 By default, errata RPMs are not deployed. To do it, variable `PKG_DEPLOY_OS_ERRATA` must be defined to `true`. 55 55 56 56 57 57 ''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.''