conf/05-system-external-commands.conf: set '-apidocs-' and 'en|it' as default exclusion masks for installed subpackages
This commit is contained in:
parent
cf360aad1a
commit
31237581ea
@ -28,15 +28,15 @@ rpm_install="sudo rpm -hUv"
|
|||||||
rpm_install_force="sudo rpm -hUv --force --nodeps"
|
rpm_install_force="sudo rpm -hUv --force --nodeps"
|
||||||
|
|
||||||
# Never install packages matching this regular expression
|
# Never install packages matching this regular expression
|
||||||
# - default value='' (can be for instance '-apidocs-')
|
# - default value='-apidocs-'
|
||||||
rpm_install_noinstall_mask=''
|
rpm_install_noinstall_mask='-apidocs-'
|
||||||
|
|
||||||
# Mask that identify packages providing localization...
|
# Mask that identify packages providing localization...
|
||||||
# - default value='-i18n-|-help-'
|
# - default value='-i18n-|-help-'
|
||||||
rpm_install_l10n_pck_mask='-i18n-|-help-|-langpack-|langpacks-'
|
rpm_install_l10n_pck_mask='-i18n-|-help-|-langpack-|langpacks-'
|
||||||
# ...and only install localization packages matching this regular expression
|
# ...and only install localization packages matching this regular expression
|
||||||
# - default value='.*' (can be for instance 'it|pl')
|
# - default value='en' (can be for instance 'it|pl')
|
||||||
rpm_install_l10n_pck_allow_lang_mask='.*'
|
rpm_install_l10n_pck_allow_lang_mask='en'
|
||||||
|
|
||||||
# Options passed to rpm when installing a source rpm (srpm)
|
# Options passed to rpm when installing a source rpm (srpm)
|
||||||
# - default value='--nodeps'
|
# - default value='--nodeps'
|
||||||
|
Loading…
Reference in New Issue
Block a user