[alsa-plugins] Fix Source1 conditional for src.rpm generation (RHBZ 856543)

Peter Robinson pbrobinson at fedoraproject.org
Fri Jul 25 00:30:46 UTC 2014


commit bb38988b0e76018d0fb2cd822383bc07bbf952f0
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jul 25 01:30:35 2014 +0100

    Fix Source1 conditional for src.rpm generation (RHBZ 856543)

 alsa-plugins.spec |    7 ++++---
 1 files 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 <pbrobinson at fedoraproject.org> 1.0.28-2
+- Fix Source1 conditional for src.rpm generation (RHBZ 856543)
+
 * Thu Jul 24 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.0.28-1
 - Update to 1.0.28
 


More information about the scm-commits mailing list