gnome-vfs.spec
changeset 2452 2f57b4dd7e86
parent 2407 b373e3c6e4ba
child 2477 ba71db73175f
--- a/gnome-vfs.spec	Wed Apr 14 10:14:03 2004 +0000
+++ b/gnome-vfs.spec	Wed Apr 14 11:41:47 2004 +0000
@@ -136,7 +136,7 @@
 %post
 /sbin/ldconfig
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-SCHEMAS="system_http_proxy.schemas desktop_gnome_url_handlers.schemas"
+SCHEMAS="system_http_proxy.schemas desktop_gnome_url_handlers.schemas desktop_default_applications.schemas system_smb.schames"
 for S in $SCHEMAS; do
   gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
 done
@@ -174,6 +174,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 14 2004 - [email protected]
+- Change in spec file. Added desktop_default_applications.schemas and
+  system_smb.schemas for gconftool-2.
+  Fixes bug# 5014775
+
 * Tue Apr 06 2004 - [email protected]
 - jdshelp schema patch
 * Mon Mar 29 2004 - [email protected]