fix gpgverify macro invocation
This commit is contained in:
parent
dda86a11dd
commit
8f7e7cae44
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ tags them, all in one go.
|
|||
|
||||
|
||||
%prep
|
||||
%gpgverify --keyring='%{S:2}' --signature='%{S:1}' --data='%{S:0}'
|
||||
%{gpgverify} --keyring='%{S:2}' --signature='%{S:1}' --data='%{S:0}'
|
||||
%autosetup
|
||||
mv examples/cue2discid .
|
||||
sed -i -e 's|bin/python\b|bin/python3|' cue2discid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue