Bug 185549

Summary: tries to install non-existent schema
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: gnome-vfs2Assignee: Ray Strode [halfline] <rstrode>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-24 21:42:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 182226    

Description Bill Nottingham 2006-03-15 18:51:07 UTC
[notting@nostromo: ~]$ rpm -q gnome-vfs2
gnome-vfs2-2.14.0-1
[notting@nostromo: ~]$ rpm -q --scripts gnome-vfs2
postinstall scriptlet (using /bin/sh):

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"
for S in $SCHEMAS; do
  gconftool-2 --makefile-install-rule /etc/gconf/schemas/$S > /dev/null
done

/sbin/ldconfig
postuninstall program: /sbin/ldconfig
[notting@nostromo: ~]$ rpm -ql gnome-vfs2 | grep schema
/etc/gconf/schemas/desktop_default_applications.schemas
/etc/gconf/schemas/desktop_gnome_url_handlers.schemas
/etc/gconf/schemas/system_dns_sd.schemas
/etc/gconf/schemas/system_http_proxy.schemas
/etc/gconf/schemas/system_smb.schemas

Note no system_storage.schemas.

Comment 1 Fedora Update System 2006-03-20 15:26:07 UTC
gnome-vfs2-2.14.0-2 has been pushed for FC5, which should resolve this issue.  If these problems are still present in this version, then please make note of it in this bug report.

Comment 2 Fedora Update System 2006-03-21 04:23:00 UTC
gnome-vfs2-2.14.0-2 has been pushed for FC5, which should resolve this issue.  If these problems are still present in this version, then please make note of it in this bug report.

Comment 3 Fedora Update System 2006-03-24 16:29:05 UTC
gnome-vfs2-2.14.0-2 has been pushed for FC5, which should resolve this issue.  If these problems are still present in this version, then please make note of it in this bug report.