[gnome-bluetooth/f14/master] * Thu Aug 05 2010 Bastien Nocera <bnocera at redhat.com> 2.31.6-2 - Fix missing epoch in requires

Bastien Nocera hadess at fedoraproject.org
Thu Aug 5 12:51:47 UTC 2010


commit 5d828003562cd9f970c93972afcd3e74457a2a2a
Author: Bastien Nocera <hadess at hadess.net>
Date:   Thu Aug 5 13:51:41 2010 +0100

    * Thu Aug 05 2010 Bastien Nocera <bnocera at redhat.com> 2.31.6-2
    - Fix missing epoch in requires

 gnome-bluetooth.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec
index e59cc54..821c702 100644
--- a/gnome-bluetooth.spec
+++ b/gnome-bluetooth.spec
@@ -1,7 +1,7 @@
 Name:		gnome-bluetooth
 Epoch:		1
 Version:	2.31.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Bluetooth graphical utilities
 
 Group:		Applications/Communications
@@ -30,7 +30,7 @@ Conflicts:	bluez-gnome <= 1.8
 Obsoletes:	bluez-gnome <= 1.8
 
 # Otherwise we might end up with mismatching version
-Requires:	%{name}-libs = %{version}-%{release}
+Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
 Requires:	gvfs-obexftp
 Requires:	bluez >= 4.42
 Requires:	obexd
@@ -59,7 +59,7 @@ want to display a Bluetooth device selection widget.
 Summary:	Development files for %{name}-libs
 Group:		Development/Libraries
 License:	LGPLv2+
-Requires:	%{name}-libs = %{version}-%{release}
+Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
 Requires:	gtk-doc pkgconfig gobject-introspection-devel
 Obsoletes:	gnome-bluetooth-devel < 2.27.1-4
 Provides:	gnome-bluetooth-devel = %{version}
@@ -72,7 +72,7 @@ for writing applications that require a Bluetooth device selection widget.
 Summary:	Moblin Bluetooth management utility
 Group:		Development/Libraries
 License:	LGPLv2+
-Requires:	%{name}-libs = %{version}-%{release}
+Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
 
 %description moblin
 This package contains the Moblin user interface for gnome-bluetooth.
@@ -228,6 +228,9 @@ fi
 %{_datadir}/mutter-moblin/panels/bluetooth-panel.desktop
 
 %changelog
+* Thu Aug 05 2010 Bastien Nocera <bnocera at redhat.com> 2.31.6-2
+- Fix missing epoch in requires
+
 * Wed Aug 04 2010 Bastien Nocera <bnocera at redhat.com> 2.31.6-1
 - Rewind to 2.31.6 release
 


More information about the scm-commits mailing list