Don't require /etc/timidity.cfg on EL-6, there is no suitable provider

package available in it at the moment.
epel8
Ville Skyttä 14 years ago
parent 2d632c6f03
commit 77ade8cf92

@ -1,6 +1,6 @@
Name: libmodplug Name: libmodplug
Version: 0.8.8.3 Version: 0.8.8.3
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 1 Epoch: 1
Summary: Modplug mod music file format library 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 Patch0: %{name}-0.8.4-timiditypaths.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 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 Requires: /etc/timidity.cfg
%endif
%description %description
%{summary}. %{summary}.
@ -70,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon May 9 2011 Ville Skyttä <ville.skytta@iki.fi> - 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ä <ville.skytta@iki.fi> - 1:0.8.8.3-1 * Sun May 8 2011 Ville Skyttä <ville.skytta@iki.fi> - 1:0.8.8.3-1
- Update to 0.8.8.3 (security, CVE-2011-1761). - Update to 0.8.8.3 (security, CVE-2011-1761).
- Require /etc/timidity.cfg for ABC and MIDI. - Require /etc/timidity.cfg for ABC and MIDI.

Loading…
Cancel
Save