Accepting request 1149309 from home:dimstar:rpm4.20:k

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1149309
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=54
This commit is contained in:
Martin Pluskal 2024-02-22 13:14:18 +00:00 committed by Git OBS Bridge
parent 09aeffe13f
commit 13c62e2f47
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 12:41:22 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Tue Sep 1 10:40:11 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -57,15 +57,15 @@ The goals of the kBuild framework:
%prep
%setup -q
%patch0
%patch2
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch13 -p1
%patch -P 0
%patch -P 2
%patch -P 5 -p1
%patch -P 6 -p1
%patch -P 7 -p1
%patch -P 8 -p1
%patch -P 9 -p1
%patch -P 10 -p1
%patch -P 13 -p1
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"