Use gpgverify only for Fedora builds
Avoid using it on EPEL, where %gpgverify exists, but parameters have different syntax.
This commit is contained in:
parent
9d4a531b20
commit
23460f21dc
@ -81,7 +81,7 @@ server's leases.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?gpgverify:1}
|
%if 0%{?fedora}
|
||||||
%gpgverify -k 4 -s 3 -d 0
|
%gpgverify -k 4 -s 3 -d 0
|
||||||
%endif
|
%endif
|
||||||
%if %{with sourcegit}
|
%if %{with sourcegit}
|
||||||
|
Loading…
Reference in New Issue
Block a user