SHA256
1
0
forked from pool/rtl8812au
Dominique Leuenberger 2021-10-01 20:29:13 +00:00 committed by Git OBS Bridge
commit 9a37e853cb
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 1 18:29:22 UTC 2021 - Rashmi Lengade <rashmi.lengade@gmail.com>
- Exclude the s390x Architecture
-------------------------------------------------------------------
Wed May 12 06:21:36 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -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