Eliminate use of obsolete %patchN syntax

Related: RHEL-118292
This commit is contained in:
Vitezslav Crhonek 2025-10-14 10:31:04 +02:00
parent 3b2bbcaccf
commit 409baa6473

View File

@ -128,15 +128,15 @@ You can use it to send shell commands to a remote Windows hosts.
%prep
%setup -q
%patch1 -p1 -b .pamsetup
%patch2 -p1 -b .ruby-binding-build
%patch3 -p1 -b .openssl-1.1-fix
%patch4 -p1 -b .http-status-line
%patch5 -p1 -b .libcurl-error-codes-update
%patch6 -p1 -b .CVE-2019-3816
%patch7 -p1 -b .CVE-2019-3833
%patch8 -p1 -b .update-ssleay-conf
%patch9 -p1 -b .http-unauthorized-improve
%patch -P1 -p1 -b .pamsetup
%patch -P2 -p1 -b .ruby-binding-build
%patch -P3 -p1 -b .openssl-1.1-fix
%patch -P4 -p1 -b .http-status-line
%patch -P5 -p1 -b .libcurl-error-codes-update
%patch -P6 -p1 -b .CVE-2019-3816
%patch -P7 -p1 -b .CVE-2019-3833
%patch -P8 -p1 -b .update-ssleay-conf
%patch -P9 -p1 -b .http-unauthorized-improve
%build
# Removing executable permissions on .c and .h files to fix rpmlint warnings.