Bug 164622

Summary: script error in evolution-2.3.6-1 rpm package
Product: [Fedora] Fedora Reporter: sangu <sangu.fedora>
Component: evolutionAssignee: Dave Malcolm <dmalcolm>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-30 18:33:16 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:

Description sangu 2005-07-29 13:22:26 UTC
Description of problem:
Wrong file names in SCHEMAS

$ rpm -q --scripts evolution
postinstall scriptlet (using /bin/sh):
/sbin/ldconfig
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
SCHEMAS="apps_evolution_addressbook-2.2.schemas
apps_evolution_calendar-2.2.schemas apps_evolution_shell-2.2.schemas
evolution-mail-2.2.schemas"
for S in $SCHEMAS; do
  gconftool-2 --makefile-install-rule /etc/gconf/schemas/$S > /dev/null
done
scrollkeeper-update
postuninstall scriptlet (using /bin/sh):
/sbin/ldconfig
scrollkeeper-update

$ rpm -ql evolution
/etc/gconf/schemas/apps-evolution-mail-prompts-checkdefault-2.4.schemas
/etc/gconf/schemas/apps_evolution_addressbook-2.4.schemas
/etc/gconf/schemas/apps_evolution_calendar-2.4.schemas
/etc/gconf/schemas/apps_evolution_shell-2.4.schemas
/etc/gconf/schemas/evolution-mail-2.4.schemas
[...]


Version-Release number of selected component (if applicable):
evolution-2.3.6-1

How reproducible:
always

Steps to Reproduce:
1.$ rpm -Uhv evolution-2.3.6-1*.rpm
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Dave Malcolm 2005-07-30 18:33:16 UTC
Thanks.  I've fixed this in evolution-2.3.6.1-2; should be available in
tomorrow's rawhide.