diff --git a/rtl8812au.changes b/rtl8812au.changes index 6c82aa7..56797d6 100644 --- a/rtl8812au.changes +++ b/rtl8812au.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 1 18:29:22 UTC 2021 - Rashmi Lengade + +- Exclude the s390x Architecture + ------------------------------------------------------------------- Wed May 12 06:21:36 UTC 2021 - Antonio Larrosa diff --git a/rtl8812au.spec b/rtl8812au.spec index 6cc75ac..976ead5 100644 --- a/rtl8812au.spec +++ b/rtl8812au.spec @@ -23,6 +23,7 @@ Summary: Kernel driver for Realtek 802.11ac 8812au wifi cards License: GPL-2.0-only Group: System/Kernel URL: https://github.com/gordboy/rtl8812au-5.9.3.2 +ExcludeArch: s390x Source0: %{name}-%{version}.tar.xz Source1: %{name}-preamble Source2: LICENSE @@ -90,6 +91,7 @@ export ARCH=powerpc %ifarch riscv64 export ARCH=riscv %endif + for flavor in %{flavors_to_build} ; do cp -a source obj/$flavor pushd obj/$flavor