Bug 736829

Summary: [PATCH] Rewrite %post in lua to avoid shell and coreutils dependencies
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: fedora-logosAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: tcallawa
Target Milestone: ---Keywords: EasyFix, Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-09 14:35:06 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
Rewrite %post in lua to avoid shell and coreutils dependencies none

Description Ville Skyttä 2011-09-08 19:27:16 UTC
Created attachment 522187 [details]
Rewrite %post in lua to avoid shell and coreutils dependencies

Patch attached.  Ok if I go ahead and commit + build this for devel?

Comment 1 Tom "spot" Callaway 2011-09-08 19:51:00 UTC
Whats the rationale here? I don't really want lua here. Is there really a universe in which someone wants fedora-logos installed but not shell and coreutils?

Comment 2 Ville Skyttä 2011-09-08 20:48:43 UTC
Less dependencies, faster scriptlet execution.  And in some cases (probably not this one though) avoidance of dependency loops.

Comment 3 Tom "spot" Callaway 2011-09-09 14:35:06 UTC
There _must_ be lower-hanging fruit to pick than this. Lua isn't something I'm comfortable with, so I'm nacking this.