Fix Requires of the zeitgeist subpackage

This commit is contained in:
Tomas Bzatek 2011-06-20 13:37:54 +02:00
parent d9950112fc
commit e0682e023d

View File

@ -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@redhat.com> - 2:3.1.1-2
- Fix Requires of the zeitgeist subpackage
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2:3.1.1-1
- Update to 3.1.1
- New gedit-zeitgeist subpackage