some of the PowerPC utilities (powerpc-utils and fbset) need perl too
This commit is contained in:
parent
522ec34360
commit
4794ba6a8e
@ -6,7 +6,8 @@ remove usr/share/i18n
|
||||
|
||||
## not required packages installed as dependencies
|
||||
## no perl besides s390x
|
||||
%if basearch != "s390x":
|
||||
## perl needed for powerpc-utils and fbset on PPC
|
||||
%if basearch not in ("ppc", "ppc64", "ppc64le", "s390x"):
|
||||
removepkg perl*
|
||||
%endif
|
||||
## no sound support, thanks
|
||||
|
Loading…
Reference in New Issue
Block a user