add multilibe white and blacklists
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
91b28be08f
commit
011994cdf3
13
fedora.conf
13
fedora.conf
@ -172,14 +172,23 @@ filter_packages = [
|
||||
|
||||
# format: {arch|*: [packages]}
|
||||
multilib_blacklist = {
|
||||
"*": [
|
||||
|
||||
"*": ['kernel', 'kernel-PAE',
|
||||
'dmraid-devel', 'kdeutils-devel', 'mkinitrd-devel',
|
||||
'java-1.5.0-gcj-devel', 'java-1.7.0-icedtea-devel',
|
||||
'php-devel', 'java-1.6.0-openjdk-devel',
|
||||
'java-1.7.0-openjdk-devel', 'java-1.8.0-openjdk-devel',
|
||||
'httpd-devel', 'tomcat-native', 'php', 'httpd',
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
# format: {arch|*: [packages]}
|
||||
multilib_whitelist = {
|
||||
"*": ['libgnat', 'wine', 'lmms-vst', 'nspluginwrapper',
|
||||
'libflashsupport', 'valgrind', 'perl-libs', 'redhat-lsb',
|
||||
'yaboot', 'syslinux-extlinux-nonlinux', 'syslinux-nonlinux',
|
||||
'syslinux-tftpboot', 'nosync',
|
||||
],
|
||||
}
|
||||
|
||||
createiso_skip = [
|
||||
|
Loading…
Reference in New Issue
Block a user