Update multilib configuration to exclude httpd-core rather than

httpd from being treated as multilib, since the conflicting
i686/x86_64 packages were moved to httpd-core.

Signed-off-by: Joe Orton <jorton@redhat.com>
This commit is contained in:
Joe Orton 2022-12-20 16:08:58 +00:00 committed by kevin
parent ebd9d9f3f1
commit 7fb802c8eb
3 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ multilib_blacklist = {
'*': ['kernel', 'kernel-PAE*', 'kernel*debug*',
'dmraid-devel', 'kdeutils-devel', 'mkinitrd-devel',
'php-devel', 'java-*',
'httpd-devel', 'tomcat-native', 'php*', 'httpd',
'httpd-devel', 'tomcat-native', 'php*', 'httpd-core',
'krb5-server', 'krb5-server-ldap', 'mod_*', 'ghc-*',
'mp'
],

View File

@ -119,7 +119,7 @@ multilib_blacklist = {
'*': ['kernel', 'kernel-PAE*', 'kernel*debug*',
'dmraid-devel', 'kdeutils-devel', 'mkinitrd-devel',
'php-devel', 'java-*',
'httpd-devel', 'tomcat-native', 'php*', 'httpd',
'httpd-devel', 'tomcat-native', 'php*', 'httpd-core',
'krb5-server', 'krb5-server-ldap', 'mod_*', 'ghc-*',
'mp'
],

View File

@ -213,7 +213,7 @@ multilib_blacklist = {
'bash-devel',
'dmraid-devel',
'ghc-*',
'httpd',
'httpd-core',
'httpd-devel',
'java-*',
'kdeutils-devel',