From 246fc18e66b071cc4305d11f51b269b72ab706e0 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 2 Oct 2012 19:35:29 +0200 Subject: [PATCH] Use noreplace for config file - Add BR: zip --- youtube-dl.spec | 3 +++ 1 file changed, 3 insertions(+) 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.