Improve gpg2 verification command

Following the suggestion from
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/LGQXK4EABUV4SR45BVP7WR2E6JNDU6JS/
This commit is contained in:
Christophe Fergeau 2016-04-13 18:04:26 +02:00
parent 2e6d3ba49b
commit 272423c9c8

View File

@ -64,11 +64,8 @@ using spice-server, you will need to install spice-server-devel.
%prep
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
%setup -q
gpg --homedir . --no-permission-warning \
--no-default-keyring --keyring %{SOURCE2} \
--trusted-key A9D8C21429AC6C82 \
--verify %{SOURCE1}
%build