From d4c5496c03971efd256147fb2ff51ab43d097050 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 15 Mar 2006 19:05:11 +0000 Subject: [PATCH] - don't try to install a schema we don't ship anymore (bug 185549) --- gnome-vfs2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index 82fc0c7..b2901e6 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -11,7 +11,7 @@ Summary: The GNOME virtual file-system libraries. Name: gnome-vfs2 Version: 2.14.0 -Release: 1 +Release: 2 License: LGPL Group: System Environment/Libraries Source0: gnome-vfs-%{version}.tar.bz2 @@ -139,7 +139,7 @@ rm -fr %{buildroot} %post export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas desktop_gnome_url_handlers.schemas desktop_default_applications.schemas system_storage.schemas" +SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas desktop_gnome_url_handlers.schemas desktop_default_applications.schemas" for S in $SCHEMAS; do gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null done @@ -182,6 +182,9 @@ done %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Wed Mar 15 2006 Ray Strode - 2.14.0-2 +- don't try to install a schema we don't ship anymore (bug 185549) + * Mon Mar 13 2006 Matthias Clasen - 2.14.0-1 - Update to 2.14.0 - Drop upstreamed patches