Bug 4295 - Package installer presents packages names different from system tools
Summary: Package installer presents packages names different from system tools
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Server Installer (show other bugs)
Version: 3.3.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Peter Åstrand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-16 09:30 CEST by Henrik Andersson
Modified: 2017-11-14 13:23 CET (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Henrik Andersson cendio 2012-05-16 09:30:39 CEST
Should present packages names in the dist specific naming convention,
so one can reuse the package string with the base package manager etc.
Comment 1 Henrik Andersson cendio 2012-05-16 09:34:57 CEST
The simplest way might be to add a dict -> string formatter
function to each backend to format a string from dict entries:

[{"name":"rdesktop", "version":"1.7.0", "arch":"x86_64"} ... ]

which are stored in the packages() and depends(), lists something
in line with:

for p in packages():
  str_packages.append(backend.format(p));

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