Bug 442531

Summary: 95packagekit sources /usr/lib/pm-utils/functions (hardcoded path)
Product: [Fedora] Fedora Reporter: Till Maas <opensource>
Component: PackageKitAssignee: Robin Norwood <robin.norwood>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: oliva, opensource, pknirsch, roth, tim.lauridsen
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: 2008-04-17 10:33:25 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:
Attachments:
Description Flags
remove ". /usr/lib/pm-utils/functions" from 95packagekit none

Description Till Maas 2008-04-15 12:41:50 UTC
+++ This bug was initially created as a clone of Bug #442294 +++

Description of problem:

Some of the plugin scripts in pm-utils for x86_64 erroneously look for scripts
in /usr/lib.  Specifically,

  sleep.d/95packagekit

It should be ok to remove the ". /usr/lib/pm-utils/functions" line from this
file, because it does not use anything from this file.

I can do this change in cvs, if cvs permissions allow me to do this.

Comment 1 Till Maas 2008-04-15 12:41:51 UTC
Created attachment 302445 [details]
remove ". /usr/lib/pm-utils/functions" from 95packagekit

Comment 2 Richard Hughes 2008-04-15 14:34:14 UTC
Pushed to master and stable, thanks.