[gedit] Fix Requires of the zeitgeist subpackage

Tomas Bzatek tbzatek at fedoraproject.org
Mon Jun 20 11:38:08 UTC 2011


commit e0682e023df485a099663a218c154ec2a6eccf1c
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Mon Jun 20 13:37:54 2011 +0200

    Fix Requires of the zeitgeist subpackage

 gedit.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gedit.spec b/gedit.spec
index 188ebea..7eb5c7d 100644
--- a/gedit.spec
+++ b/gedit.spec
@@ -12,7 +12,7 @@ Summary:	Text editor for the GNOME desktop
 Name:		gedit
 Epoch:		2
 Version:	3.1.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+ and GFDL
 Group:		Applications/Editors
 #VCS: git:git://git.gnome.org/gedit
@@ -86,7 +86,7 @@ Install gedit-devel if you want to write plugins for gedit.
 %package zeitgeist
 Summary: Zeitgeist plugin for gedit
 Group: Applications/Editors
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
 BuildRequires: libzeitgeist-devel >= %{zeitgeist_version}
 
 %description zeitgeist
@@ -207,6 +207,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_libdir}/gedit/plugins/libzeitgeistplugin.so
 
 %changelog
+* Mon Jun 20 2011 Tomas Bzatek <tbzatek at redhat.com> - 2:3.1.1-2
+- Fix Requires of the zeitgeist subpackage
+
 * Thu Jun 16 2011 Tomas Bzatek <tbzatek at redhat.com> - 2:3.1.1-1
 - Update to 3.1.1
 - New gedit-zeitgeist subpackage


More information about the scm-commits mailing list