Bug 182453

Summary: beagle's %post should use %libdir, not /usr/lib
Product: [Fedora] Fedora Reporter: Alexandre Oliva <oliva>
Component: beagleAssignee: Alexander Larsson <alexl>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: ivazqueznet, john.ellson
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-02-23 10:18: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 Alexandre Oliva 2006-02-22 17:28:23 UTC
Description of problem:
Installing today's beagle on x86_64 produces the following output:

firefox-1.5.0.1-3
/var/tmp/rpm-tmp.65566: line 5: cd: /usr/lib/firefox-1.5.0.1/extensions: No such
file or directory
unzip:  cannot find or open /usr/lib/beagle/beagle.xpi,
/usr/lib/beagle/beagle.xpi.zip or /usr/lib/beagle/beagle.xpi.ZIP.
grep: beagle-extension/install.rdf: No such file or directory
mv: target `' is not a directory: No such file or directory
error: %post(beagle-0.2.1-8.x86_64) scriptlet failed, exit status 1

Both beagle/beagle.xpi and firefox-1.5.0.1/extensions are in /usr/lib64, not
/usr/lib.  The firefox version output should probably be omitted.

Version-Release number of selected component (if applicable):
beagle-0.2.1-8.x86_64

How reproducible:
Every time

Steps to Reproduce:
1.yum update beagle

Comment 1 Ignacio Vazquez-Abrams 2006-02-22 17:30:12 UTC
The plugin could probably go in %{_libdir}/mozilla/plugins instead.

Comment 2 Alexander Larsson 2006-02-23 10:12:00 UTC
*** Bug 182467 has been marked as a duplicate of this bug. ***

Comment 3 Alexander Larsson 2006-02-23 10:18:16 UTC
should be fixed in 0.2.1-10

Comment 4 Alexandre Oliva 2006-02-23 18:10:33 UTC
Confirmed, thanks!