Use %autosetup instead of deprecated %patchN

Fixes:

warning: %patchN is deprecated (1 usages found), use %patch N (or %patch -P N)
This commit is contained in:
Petr Lautrbach 2023-05-30 12:21:43 +02:00
parent 73ea4c2caf
commit ee204d0fb2

View File

@ -26,8 +26,7 @@ package provides the necessary user space tools to query and configure the
kernel subsystem.
%prep
%setup -q
%patch0 -p1
%autosetup -p 1
%build
%configure