fix gpgverify macro call

This commit is contained in:
Dominik 'Rathann' Mierzejewski 2019-11-15 13:43:23 +01:00
parent e13d028596
commit 87fc4e4f1f

View File

@ -27,7 +27,7 @@ libdvdnav-devel contains the files necessary to build packages that use the
libdvdnav library.
%prep
%gpgverify --keyring='%{S:2}' --signature='%{S:1}' --data='%{S:0}'
%{gpgverify} --keyring='%{S:2}' --signature='%{S:1}' --data='%{S:0}'
%setup -q
%build