From 6c9a51880ff6203cb8f44e87b15900af74cb09c1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Nov 05 2016 14:33:01 +0000 Subject: remove the ppc and arm packages as they are now built in regular koji Signed-off-by: Dennis Gilmore --- diff --git a/fedpkg/__init__.py b/fedpkg/__init__.py index 0fae271..93c3bc1 100644 --- a/fedpkg/__init__.py +++ b/fedpkg/__init__.py @@ -41,22 +41,6 @@ class Commands(pyrpkg.Commands): # New data self.secondary_arch = { - 'ppc': [ - 'apmud', - 'libbsr', - 'librtas', - 'libservicelog', - 'libvpd', - 'lsvpd', - 'powerpc-utils', - 'powerpc-utils-papr', - 'powerpc-utils-python', - 'ppc64-diag', - 'ppc64-utils', - 'servicelog', - 'yaboot', - ], - 'arm': ['xorg-x11-drv-omapfb'], 's390': ['s390utils', 'openssl-ibmca', 'libica', 'libzfcphbaapi'], }