Merge "Exclude acpid on Red Hat family DIB builds"
This commit is contained in:
commit
73fca169ab
@ -10,7 +10,12 @@ python-dev:
|
||||
installtype: source
|
||||
|
||||
acl:
|
||||
# Note: Red Hat family does not currently ship acpid for ppc64le.
|
||||
# This sets up a pkg-map to exclude it for Red Hat family ppc64le arch
|
||||
acpid-ppc64le:
|
||||
arch: ppc64le, ppc64el
|
||||
acpid:
|
||||
arch: i386, amd64, arm64, s390x
|
||||
apparmor:
|
||||
apt-transport-https:
|
||||
at:
|
||||
|
@ -22,6 +22,7 @@
|
||||
"family": {
|
||||
"redhat": {
|
||||
"amphora-agent": "openstack-octavia-amphora-agent",
|
||||
"acpid-ppc64le": "",
|
||||
"netcat-openbsd": "nmap-ncat",
|
||||
"netbase": "",
|
||||
"cron": "",
|
||||
@ -43,6 +44,7 @@
|
||||
},
|
||||
"default": {
|
||||
"amphora-agent": "amphora-agent",
|
||||
"acpid-ppc64le": "acpid",
|
||||
"network-scripts": ""
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user