From 081588d8ced8fbffd0e3a76e6c92933395aeeb48 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Jun 02 2010 11:14:01 +0000 Subject: - enable gnome keyring so passwords are encrypted. --- diff --git a/telepathy-mission-control.spec b/telepathy-mission-control.spec index 3a6a965..0c1b18c 100644 --- a/telepathy-mission-control.spec +++ b/telepathy-mission-control.spec @@ -1,7 +1,7 @@ Name: telepathy-mission-control Version: 5.4.2 Epoch: 1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Central control for Telepathy connection manager Group: System Environment/Libraries @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxslt-devel BuildRequires: GConf2-devel BuildRequires: telepathy-glib-devel >= 0.7.37 +BuildRequires: libgnome-keyring-devel %description @@ -42,7 +43,8 @@ files for developing applications that use %{name}. %build -%configure --disable-static +%configure --disable-static --enable-gnome-keyring --enable-gtk-doc + make %{?_smp_mflags} @@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 1 2010 Peter Robinson - 1:5.4.2-2 +- enable gnome keyring so passwords are encrypted. + * Wed May 26 2010 Brian Pepple - 1:5.4.2-1 - Update to 5.4.2.