From bb38988b0e76018d0fb2cd822383bc07bbf952f0 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 25 Jul 2014 01:30:35 +0100 Subject: [PATCH] Fix Source1 conditional for src.rpm generation (RHBZ 856543) --- alsa-plugins.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index d267500..04afb22 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -6,7 +6,7 @@ Name: alsa-plugins Version: 1.0.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # All packages are LGPLv2+ with the exception of samplerate which is GPLv2+ # pph plugin is BSD-like licensed @@ -14,9 +14,7 @@ License: GPLv2+ and LGPLv2+ and BSD Group: System Environment/Libraries URL: http://www.alsa-project.org/ Source0: ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2 -%if 0%{?with_jack} Source1: 50-jack.conf -%endif Source2: 50-pcm-oss.conf Source3: 10-speex.conf Source4: 10-samplerate.conf @@ -252,6 +250,9 @@ find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \; %changelog +* Thu Jul 24 2014 Peter Robinson 1.0.28-2 +- Fix Source1 conditional for src.rpm generation (RHBZ 856543) + * Thu Jul 24 2014 Peter Robinson 1.0.28-1 - Update to 1.0.28