Bug 499227

Summary: Wrong schema file used in %pre script
Product: [Fedora] Fedora Reporter: Michael S. <misc>
Component: gnoteAssignee: Rahul Sundaram <sundaram>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dodji, smohan, sundaram
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.3.1-1.fc10 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-09 04:25:55 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 Michael S. 2009-05-05 16:53:14 UTC
It seems that the %re script of the rpm is trying to uninstall gedit schema, not gnote one :

%pre
if [ "$1" -gt 1 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule \
      %{_sysconfdir}/gconf/schemas/gedit.schemas > /dev/null || :
fi


http://cvs.fedoraproject.org/viewvc/rpms/gnote/F-11/gnote.spec?revision=1.8&view=markup

I guess this might cause problem on gnote uninstallation.

Comment 1 Rahul Sundaram 2009-05-05 18:30:27 UTC
Ouch. Looks like I copy pasted blindly.  I will fix it in the next update.

Comment 2 Fedora Update System 2009-05-06 04:06:10 UTC
gnote-0.3.1-1.fc10 has been submitted as an update for Fedora 10.
http://admin.fedoraproject.org/updates/gnote-0.3.1-1.fc10

Comment 3 Fedora Update System 2009-05-09 04:25:47 UTC
gnote-0.3.1-1.fc10 has been pushed to the Fedora 10 stable repository.  If problems still persist, please make note of it in this bug report.