Accepting request 1150448 from hardware
OBS-URL: https://build.opensuse.org/request/show/1150448 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtl88x2bu?expand=0&rev=3
This commit is contained in:
commit
ce02af5424
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 23 11:47:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 15 14:38:58 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
Mon Jan 15 14:38:58 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
|
@ -59,9 +59,9 @@ released by Realtek to build on recent kernels.
|
|||||||
%setup -q
|
%setup -q
|
||||||
sed -i '/EXTRA_CFLAGS += -O2/d' Makefile
|
sed -i '/EXTRA_CFLAGS += -O2/d' Makefile
|
||||||
sed -i '/EXTRA_LDFLAGS += --strip-debug/d' Makefile
|
sed -i '/EXTRA_LDFLAGS += --strip-debug/d' Makefile
|
||||||
%patch0 -p0
|
%patch -P 0 -p0
|
||||||
%if 0%{?sle_version} == 150300
|
%if 0%{?sle_version} == 150300
|
||||||
%patch1 -p0
|
%patch -P 1 -p0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
set -- *
|
set -- *
|
||||||
|
Loading…
Reference in New Issue
Block a user