From 77ade8cf92209547c6156af8ae2f6aa80eebf731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 9 May 2011 23:37:23 +0300 Subject: [PATCH] Don't require /etc/timidity.cfg on EL-6, there is no suitable provider package available in it at the moment. --- libmodplug.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libmodplug.spec b/libmodplug.spec index ebbb663..e328be8 100644 --- a/libmodplug.spec +++ b/libmodplug.spec @@ -1,6 +1,6 @@ Name: libmodplug Version: 0.8.8.3 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Modplug mod music file format library @@ -12,7 +12,10 @@ Source0: http://downloads.sourceforge.net/modplug-xmms/%{name}-%{version} Patch0: %{name}-0.8.4-timiditypaths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%if ! 0%{?el6} +# No package providing suitable timidity.cfg+patches in EL-6 as of 2011-05-09 Requires: /etc/timidity.cfg +%endif %description %{summary}. @@ -70,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon May 9 2011 Ville Skyttä - 1:0.8.8.3-2 +- Don't require /etc/timidity.cfg on EL-6, there is no suitable provider + package available in it at the moment. + * Sun May 8 2011 Ville Skyttä - 1:0.8.8.3-1 - Update to 0.8.8.3 (security, CVE-2011-1761). - Require /etc/timidity.cfg for ABC and MIDI.