forked from rpms/nginx
Fix %prep
This commit is contained in:
parent
e24e97f4c4
commit
a7bab8655f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user