Bug 476162 - Freedroidrpg doesn't require coreutils for its post install and uninstall scripts
Summary: Freedroidrpg doesn't require coreutils for its post install and uninstall scr...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: freedroidrpg
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Wart
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-12-12 05:54 UTC by Bruno Wolff III
Modified: 2009-01-04 06:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-12-22 06:58:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bruno Wolff III 2008-12-12 05:54:32 UTC
Description of problem:
freedroidrpg uses 'touch' (from coreutils) in its post install and uninstall scripts without do a requires. This can cause errors during fresh installs and livecd builds depending on the actual install order used.
To fix this include the following in the spec file:
Requires(post): coreutils
Requires(postun): coreutils

Version-Release number of selected component (if applicable):
freedroidrpg-0.10.3-2.fc9.i386

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Wart 2008-12-22 06:58:30 UTC
Fixed in Rawhide; update for F10 pending.

Comment 2 Bruno Wolff III 2009-01-04 06:07:31 UTC
Just confirming that I am no longer seeing the install issue in rawhide.


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