diff --git a/configs/epel-gursewak--all.yaml b/configs/epel-gursewak--all.yaml index a393edb9..a6860164 100644 --- a/configs/epel-gursewak--all.yaml +++ b/configs/epel-gursewak--all.yaml @@ -4,7 +4,11 @@ data: name: gursewak packages description: gursewak EPEL packages maintainer: gursewak - packages: - - bcvk + packages: [] + arch_packages: + aarch64: + - bcvk + x86_64: + - bcvk labels: - eln-extras diff --git a/configs/rhel-extensions--gimp.yaml b/configs/rhel-extensions--gimp.yaml index bbfce798..877f9fb2 100644 --- a/configs/rhel-extensions--gimp.yaml +++ b/configs/rhel-extensions--gimp.yaml @@ -4,7 +4,13 @@ data: name: GIMP description: GIMP packages in the RHEL Extensions repository maintainer: rhel-sst-cs-base-utils - packages: - - gimp + packages: [] + arch_packages: + aarch64: + - gimp + ppc64le: + - gimp + x86_64: + - gimp labels: - eln-extras