Fix %prep

This commit is contained in:
eabdullin 2022-07-18 11:39:43 +03:00
parent e24e97f4c4
commit a7bab8655f
1 changed files with 2 additions and 1 deletions

View File

@ -254,7 +254,8 @@ Requires: zlib-devel
# Combine all keys from upstream into one file
cat %{S:2} %{S:3} %{S:4} > %{_builddir}/%{name}.gpg
%{gpgverify} --keyring='%{_builddir}/%{name}.gpg' --signature='%{SOURCE1000}' --data='%{SOURCE0}'
%autosetup -p1 -T -D -b 0 -b 1
%setup -T -D -b 0 -b 1
%autopatch -p1
cp %{SOURCE200} %{SOURCE210} %{SOURCE10} %{SOURCE12} .
%if 0%{?rhel} > 0 && 0%{?rhel} < 8