Accepting request 1146585 from home:NMorey:branches:science:HPC

Fix %patch format

OBS-URL: https://build.opensuse.org/request/show/1146585
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=183
This commit is contained in:
Nicolas Morey 2024-02-14 14:07:20 +00:00 committed by Git OBS Bridge
parent d466c851e4
commit 5156681de2

View File

@ -425,10 +425,10 @@ easy, object-oriented access to IB verbs.
%setup -q -n %{name}-%{version}%{git_ver}
#Extract prebuilt pandoc file in the buildlib directory
(cd buildlib && tar -xf %{S:3})
%patch0
%patch -P 0
# On s390, disable autoload of unsupported modules
%ifarch s390 s390x
%patch1
%patch -P 1
%endif
%build