From 8a4f28758c14c97564cf53a3e5addea871fe1dcf Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 18 Feb 2021 18:24:13 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/flac.git#738e3f24e41b4d0e3524abcdbe361b46388d26e9 --- flac.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flac.spec b/flac.spec index 4ba7d41..60b8339 100644 --- a/flac.spec +++ b/flac.spec @@ -1,5 +1,7 @@ # Disable if you don't need xmms +%if !0%{?rhel} %global with_xmms 1 +%endif %if %{with_xmms} %define xmms_inputdir %(xmms-config --input-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/General) @@ -8,7 +10,7 @@ Summary: An encoder/decoder for the Free Lossless Audio Codec Name: flac Version: 1.3.3 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD and GPLv2+ and GFDL Source0: https://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz URL: https://www.xiph.org/flac/ @@ -143,6 +145,9 @@ make check %endif %changelog +* Thu Feb 18 2021 Adam Jackson - 1.3.3-6 +- Disable xmms in RHEL + * Tue Jan 26 2021 Fedora Release Engineering - 1.3.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild