[youtube-dl] Use noreplace for config file

Till Maas till at fedoraproject.org
Tue Oct 2 17:35:44 UTC 2012


commit 246fc18e66b071cc4305d11f51b269b72ab706e0
Author: Till Maas <opensource at till.name>
Date:   Tue Oct 2 19:35:29 2012 +0200

    Use noreplace for config file
    
    - Add BR: zip

 youtube-dl.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
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 <opensource at till.name> - 2012.09.27-2
 - Use noreplace for config file
+- Add BR: zip
 
 * Tue Oct  2 2012 Tim Landscheidt <tim at tim-landscheidt.de> - 2012.09.27-1
 - Bump Python requirement to 2.6.


More information about the scm-commits mailing list