- Fix evolution-data-server requirement for real this time.
This commit is contained in:
parent
c0b7453719
commit
185abf84fa
1 changed files with 6 additions and 3 deletions
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
Name: evolution
|
||||
Version: 2.27.99
|
||||
Release: 1.kb.6%{?dist}
|
||||
Release: 1.kb.7%{?dist}
|
||||
Group: Applications/Productivity
|
||||
Summary: Mail and calendar client for GNOME
|
||||
License: GPLv2+ and GFDL
|
||||
|
|
@ -80,7 +80,7 @@ Requires(post): scrollkeeper >= %{scrollkeeper_version}
|
|||
Requires(postun): scrollkeeper >= %{scrollkeeper_version}
|
||||
|
||||
# Don't trust evolution-data-server to maintain accurate sonames.
|
||||
Requires: evolution-data-server >= %{version}
|
||||
Requires: evolution-data-server >= %{eds_version}
|
||||
|
||||
# No devel package for libpst, despite the name.
|
||||
Requires: gnome-icon-theme >= %{gnome_icon_theme_version}
|
||||
|
|
@ -169,7 +169,7 @@ personal information-management tool.
|
|||
Group: Development/Libraries
|
||||
Summary: Development files for building against %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: evolution-data-server-devel >= %{version}
|
||||
Requires: evolution-data-server-devel >= %{eds_version}
|
||||
Requires: gtk2-devel >= %{gtk2_version}
|
||||
Requires: gtkhtml3-devel >= %{gtkhtml_version}
|
||||
Requires: libbonobo-devel >= %{libbonobo_version}
|
||||
|
|
@ -657,6 +657,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean
|
||||
|
||||
%changelog
|
||||
* Thu Sep 17 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.7.fc12
|
||||
- Fix evolution-data-server requirement for real this time.
|
||||
|
||||
* Sun Sep 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.6.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit f8a2538.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue