Bug 117263 - %post is wrong in gnome-media.spec
Summary: %post is wrong in gnome-media.spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-media
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Havoc Pennington
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC2Blocker
TreeView+ depends on / blocked
 
Reported: 2004-03-02 12:43 UTC by sangu
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-03-03 13:27:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description sangu 2004-03-02 12:43:08 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040217 Epiphany/1.1.10

Description of problem:
gnome-volume-control.schemas isn't and gnome-audio-profiles.schemas is
in /etc/gconf/shemas directory.

But %post in gnome-media.spec

scrollkeeper-update
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
SCHEMAS="CDDB-Slave2.schemas gnome-volume-control.schemas
gnome-cd.schemas gnome-sound-recorder.schemas"
for S in $SCHEMAS; do
  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S
> /dev/null
done
/sbin/ldconfig


Version-Release number of selected component (if applicable):
gnome-media-2.5.4

How reproducible:
Always

Steps to Reproduce:
1. rpm -Uhv rpm -Uhv gnome-media-2.5.4-1.i386.rpm
2.
3.
    

Actual Results:   rpm -Uhv gnome-media-2.5.4-1.i386.rpm
Preparing...               
########################################### [100%]
   1:gnome-media           
########################################### [100%]
I/O warning : failed to load external entity
"/etc/gconf/schemas/gnome-volume-control.schemas"
Failed to open `/etc/gconf/schemas/gnome-volume-control.schemas': No
such file or directory


Additional info:

Comment 1 sangu 2004-03-03 13:27:25 UTC
gnome-media-2.5.4-2 version fixes this.


Note You need to log in before you can comment on or make changes to this bug.