From c3d62610f4fddd9c6a9eea0ed4dc8d1b9c0d5da6 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 2 Oct 2012 19:50:59 +0200 Subject: [PATCH] Add BR: python >= 2.6 --- youtube-dl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/youtube-dl.spec b/youtube-dl.spec index f275844..1b861e3 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,6 +1,6 @@ Name: youtube-dl Version: 2012.09.27 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Small command-line program to download videos from YouTube Summary(pl): Tekstowy program do pobierania filmów z youtube.com Group: Applications/Multimedia @@ -13,6 +13,7 @@ BuildArch: noarch Requires: python >= 2.6 # Used in Makefile to generate youtube-dl BuildRequires: zip +BuildRequires: python >= 2.6 %description Small command-line program to download videos from YouTube. @@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/%{name}-%{version}/README.md %changelog +* Tue Oct 02 2012 Till Maas - 2012.09.27-3 +- Add BR: python >= 2.6 + * Tue Oct 02 2012 Till Maas - 2012.09.27-2 - Use noreplace for config file - Add BR: zip