[svxlink/f16] fix nvr for subpackages

Lucian Langa lucilanga at fedoraproject.org
Tue Dec 20 16:38:48 UTC 2011


commit 00bde2a240ea96d59cd3e9b0f5d9e9b0b38112a0
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Tue Dec 20 17:35:36 2011 +0100

    fix nvr for subpackages

 svxlink.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/svxlink.spec b/svxlink.spec
index 7752bf8..d0d3d8f 100644
--- a/svxlink.spec
+++ b/svxlink.spec
@@ -1,8 +1,8 @@
 %define main_version 11.11.1
 Name:		svxlink
-Epoch:		1
+Epoch:		2
 Version:	%{main_version}
-Release:	2%{?dist}
+Release:	1%{?dist}
 Summary:	Repeater controller and EchoLink (simplex or repeater)
 
 Group:		Applications/Internet
@@ -53,7 +53,7 @@ audio i/o, filtering, mixing, audio codecs etc.
 Summary: Svxlink async development files
 Group: Development/Libraries
 Version: 0.18.2
-Requires: libasync = 0.18.2
+Requires: libasync = %{epoch}:0.18.2
 Obsoletes:	svxlink-server-devel < 0.11.1-2
 
 %description -n libasync-devel
@@ -74,7 +74,7 @@ Internet.
 Summary: Development files for the EchoLink communications library
 Group: Development/Libraries
 Version: 0.14.1
-Requires: echolib = 0.14.1
+Requires: echolib = %{epoch}:0.14.1
 Obsoletes:	svxlink-server-devel < 0.11.1-2
 
 %description -n echolib-devel
@@ -250,6 +250,9 @@ rm -rf %{buildroot}
 %ghost /var/log/*
 
 %changelog
+* Tue Dec 20 2011 Lucian Langa <cooly at gnome.eu.org> - 2:11.11.1-1
+- fix nvr for subpackages to
+
 * Thu Dec 08 2011 Lucian Langa <cooly at gnome.eu.org> - 1:11.11.1-2
 - bump nvr to allow full build
 


More information about the scm-commits mailing list