From 0e27e949c9df926550c12eed26ce65a02fe8b96f Mon Sep 17 00:00:00 2001 From: Dan Horák Date: May 22 2017 11:32:26 +0000 Subject: remove special handling of s390 specific packages The s390x architecture has been merged to the primary koji instance for F>=27, so there is no need for special handling of s390 specific packages. Signed-off-by: Dan Horák --- diff --git a/fedpkg/__init__.py b/fedpkg/__init__.py index f0c05eb..9da6bd8 100644 --- a/fedpkg/__init__.py +++ b/fedpkg/__init__.py @@ -38,7 +38,6 @@ class Commands(pyrpkg.Commands): # New data self.secondary_arch = { - 's390': ['s390utils', 'openssl-ibmca', 'libica', 'libzfcphbaapi'], } # New properties