Bug 1413055 - spacecmd contains Spacewalk as product name instead of Satellite
Summary: spacecmd contains Spacewalk as product name instead of Satellite
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Other
Version: 580
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jan Dobes
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: sat580-low
TreeView+ depends on / blocked
 
Reported: 2017-01-13 13:49 UTC by Pavel Studeník
Modified: 2017-02-24 19:34 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-24 19:34:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Pavel Studeník 2017-01-13 13:49:19 UTC
Description of problem:
I installed spacecmd from satellite's channel and I see that name of product is Spacewalk, not Satellite.

# spacecmd 
Welcome to spacecmd, a command-line interface to Spacewalk.

Type: 'help' for a list of commands
      'help <cmd>' for command-specific help
      'quit' to quit

Spacewalk Username: username
Spacewalk Password: 
INFO: Connected to https://satellite.example.com/rpc/api as admin

Look at sources of spacecmd:

>> git grep Spacewalk
bin/spacecmd:""" spacecmd - a command line interface to Spacewalk """
bin/spacecmd:_INTRO = '''Welcome to spacecmd, a command-line interface to Spacewalk.
lib/misc.py:    print 'login: Connect to a Spacewalk server'
lib/misc.py:            logging.info('Spacewalk Username: %s', username)
lib/misc.py:            username = prompt_user('Spacewalk Username:', noblank=True)
lib/misc.py:            password = getpass('Spacewalk Password: ')

Version-Release number of selected component (if applicable):
spacecmd-2.5.0-7.el6sat.noarch

How reproducible:
always

Steps to Reproduce:
1. run spacecmd and fill login and password

Expected results:
Name of product is Red Hat Satellite 5 (Satellite server)


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