| Summary: | The system.comparePackageProfile and system.comparePackages API do not return installed rpm's package_id instead it returns 'package_name_id'. This makes it unsuable with other APIs like system.schedulePackageInstall and system.schedulePackageRemove. | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Gennadii Altukhov <galtukho> |
| Component: | API | Assignee: | Gennadii Altukhov <galtukho> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.4 | CC: | aupadhye, galtukho, nerawat, satqe-list, tkasparek, xdmoon |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1086451 | Environment: | |
| Last Closed: | 2016-06-16 08:01:58 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: | |
| Bug Depends On: | 1086451 | ||
| Bug Blocks: | 1484117 | ||
|
Description
Gennadii Altukhov
2016-01-29 09:10:55 UTC
Taking... Taking... spacewalk.git: a60ba0f5d0f12bfc685f375bca0fb72fe7a90d3d 7531663c58fe6e92d68e4408d6fbb55d9c59d4da Changes to fix bug: 1) added information about epoch, version, release to PackageMetadataSerializer (if epoch is null, PackageMetadataSerializer omit it from XML-RPC) 2) Added new API-methods to install/remove packages using their Nevra: schedulePackageInstallByNevra schedulePackageRemoveByNevra Spacewalk 2.5 was released. This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug. |