Bug 1296954

Summary: autodownloader binary placed in /usr/share/
Product: [Fedora] Fedora Reporter: Pavel Alexeev <pahan>
Component: autodownloaderAssignee: Hans de Goede <hdegoede>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: hdegoede
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-18 12:48:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Pavel Alexeev 2016-01-08 14:27:27 UTC
Description of problem:

It called /usr/share/autodl/AutoDL.py and intended to be used for run such by documentation.

According to FHS [1] common binaries must be placed under /usr/bin

I also suggest place under /usr/bin without .py suffix. May be symlink or wrapper.


[1] https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard

Version-Release number of selected component (if applicable):
$ rpm -q autodownloader 
autodownloader-0.3.0-10.fc23.noarch

How reproducible:
Always.

Comment 1 Hans de Goede 2016-01-08 19:36:00 UTC
autodownloader is only intended to be called from (shell) scripts, not by users directly (it will not work without a .autodl config file, so it really does not belong in $PATH.

Comment 2 Pavel Alexeev 2016-01-08 22:22:14 UTC
Many binaries can't be used correctly without proper arguments (rm f.e.). What it changes?

Why you do not want place it under traditional binary place?