From df92e2c83bf3890398c20bc73ce928fe8fb97089 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Mon, 21 Mar 2016 18:01:24 +0100 Subject: [PATCH] Use gpgv2 for source verification --- youtube-dl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/youtube-dl.spec b/youtube-dl.spec index 3bc894f..74b307a 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -7,7 +7,7 @@ Name: youtube-dl Version: 2016.03.06 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A small command-line program to download online videos License: Unlicense URL: https://yt-dl.org @@ -24,7 +24,7 @@ BuildRequires: python2-devel # BuildRequires: python-nose BuildArch: noarch # For source verification with gpgv -BuildRequires: gpg +BuildRequires: gpg2 %description @@ -32,7 +32,7 @@ Small command-line program to download videos from YouTube and other sites. %prep -gpgv --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} +gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %setup -qn %{name} # remove pre-built file @@ -91,6 +91,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Mon Mar 21 2016 Till Maas - 2016.03.06-2 +- Use gpgv2 for source verification + * Thu Mar 10 2016 Matěj Cepl - 2016.03.06-1 - Update to latest release.