Bug 456472
Summary: | System->Activation Keys : unable to specify arch of packages associated with key | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Brad Buckingham <bbuckingham> |
Component: | WebUI | Assignee: | Brad Buckingham <bbuckingham> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 0.1 | CC: | cperry, pkilambi |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-01-22 16:29:41 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: | |||
Bug Depends On: | |||
Bug Blocks: | 456552 |
Description
Brad Buckingham
2008-07-23 21:29:24 UTC
Pradeep and I are working on the solution to this one under a remote branch (origin/multiarch). The initial db and backend changes have been completed. I'm now working on the UI changes which includes porting the page to java. Changes have been made to UI and backend to address this BZ. UI commit: 41587d360f56d31991ce20ed0367b81a4d5ffc24. This commit includes modifications to the UI to: 1. port the Activation Key -> Packages from perl to java 2. enhance the UI to enable users to optionally include a package architecture when entering packages Syntax: packageName[.archLabel] For example: libjpeg libjpeg.i386 a2ps.x86_64 If user provides a package name that does not exist in rhnPackageName, it will be added. If an archLabel is provided, it must be a valid one defined in rhnPackageArch.label; otherwise, it will be assumed to be part of the package name (e.g. libjpeg.i333 would generate a new package name by that name). The XMLRPC APIs for ActivationKey have also been updated an will be documented by a separate BZ. https://bugzilla.redhat.com/show_bug.cgi?id=469264 created to address the API modifications. This BZ is not a dependency but include for additional info. git commits: 01658e62f8c9c047c614615549adfda0fba6b2d3 59ef64494c0b5ec5300962822f815d41000817d7 verified with spacewalk-java-0.4.14-1.el5 |