From cc79fb383784ffba376b6a94d970c93f51534eed Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Wed, 25 Oct 2017 14:49:35 -0400 Subject: [PATCH] Cleanup spec file conditionals Signed-off-by: Miroslav Vadkerti --- openal-soft.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openal-soft.spec b/openal-soft.spec index c36a466..d4762b9 100644 --- a/openal-soft.spec +++ b/openal-soft.spec @@ -16,10 +16,10 @@ BuildRequires: cmake BuildRequires: qt-devel BuildRequires: qt5-devel BuildRequires: SDL_sound-devel -%if 0%{?fedora} >= 22 +%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7 BuildRequires: fluidsynth-devel %endif -%if 0%{?fedora} >= 23 +%if 0%{?fedora} >= 23 || 0%{?rhel} >= 7 BuildRequires: SDL2-devel SDL2_mixer-devel %endif Obsoletes: openal <= 0.0.10