diff --git a/youtube-dl.spec b/youtube-dl.spec index ec5c82b..f275844 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -11,6 +11,8 @@ Source1: %{name}.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: python >= 2.6 +# Used in Makefile to generate youtube-dl +BuildRequires: zip %description Small command-line program to download videos from YouTube. @@ -46,6 +48,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Oct 02 2012 Till Maas - 2012.09.27-2 - Use noreplace for config file +- Add BR: zip * Tue Oct 2 2012 Tim Landscheidt - 2012.09.27-1 - Bump Python requirement to 2.6.