Update %patch syntax

The syntax was changed from `%patch<num>` to `%patch <num>`

Signed-off-by: Frantisek Krenzelok <krenzelok.frantisek@gmail.com>
This commit is contained in:
Frantisek Krenzelok 2023-06-05 13:46:43 +02:00
parent c285f42bbe
commit 493bb4aa7b
No known key found for this signature in database
GPG Key ID: EBB409071C118684
1 changed files with 6 additions and 2 deletions

View File

@ -293,9 +293,9 @@ Header files for doing development with the Netscape Portable Runtime.
%setup -q -T -b 0 -n %{name}-%{nss_archive_version}
cp ./nspr/config/nspr-config.in ./nspr/config/nspr-config-pc.in
%patch100 -p0 -b .flags
%patch 100 -p0 -b .flags
pushd nspr
%patch101 -p1 -b .gcc-atomics
%patch 101 -p1 -b .gcc-atomics
popd
pushd nss
@ -1088,6 +1088,10 @@ update-crypto-policies &> /dev/null || :
%changelog
* Mon Jun 5 2023 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.90.0-1
- Update %patch syntax
* Mon Jun 5 2023 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.90.0-1
- Update NSS to 3.90.0