forked from pool/keyutils
Accepting request 1149338 from home:dimstar:rpm4.20:k
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1149338 OBS-URL: https://build.opensuse.org/package/show/security/keyutils?expand=0&rev=64
This commit is contained in:
parent
e5995454d5
commit
3528c8b11c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 12:49:12 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 23 10:22:28 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -68,10 +68,10 @@ This package provides headers and libraries for building key utilities.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch -P 1
|
||||
%patch -P 2 -p1
|
||||
%patch -P 3 -p1
|
||||
%patch -P 4 -p1
|
||||
|
||||
%build
|
||||
%make_build NO_ARLIB=1 CFLAGS="%{optflags}" CC="gcc"
|
||||
|
Loading…
Reference in New Issue
Block a user