forked from pool/rtl8812au
Accepting request 922634 from home:rashmilengade:branches:openSUSE:Factory:zSystems
- Exclude the s390x Architecture OBS-URL: https://build.opensuse.org/request/show/922634 OBS-URL: https://build.opensuse.org/package/show/hardware/rtl8812au?expand=0&rev=36
This commit is contained in:
parent
4152db5fe0
commit
1cf48f9329
@ -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>
|
Wed May 12 06:21:36 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@ Summary: Kernel driver for Realtek 802.11ac 8812au wifi cards
|
|||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
URL: https://github.com/gordboy/rtl8812au-5.9.3.2
|
URL: https://github.com/gordboy/rtl8812au-5.9.3.2
|
||||||
|
ExcludeArch: s390x
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: %{name}-preamble
|
Source1: %{name}-preamble
|
||||||
Source2: LICENSE
|
Source2: LICENSE
|
||||||
@ -90,6 +91,7 @@ export ARCH=powerpc
|
|||||||
%ifarch riscv64
|
%ifarch riscv64
|
||||||
export ARCH=riscv
|
export ARCH=riscv
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
for flavor in %{flavors_to_build} ; do
|
for flavor in %{flavors_to_build} ; do
|
||||||
cp -a source obj/$flavor
|
cp -a source obj/$flavor
|
||||||
pushd obj/$flavor
|
pushd obj/$flavor
|
||||||
|
Loading…
Reference in New Issue
Block a user