Bug 456539
| Summary: | System->Software->Verify - package verification fails on multiarch clients | |||
|---|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Brad Buckingham <bbuckingham> | |
| Component: | Server | 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, jesusr, pkilambi, xdmoon | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 524826 (view as bug list) | Environment: | ||
| Last Closed: | 2009-01-22 16:29:44 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, 524826 | |||
|
Description
Brad Buckingham
2008-07-24 14:23:05 UTC
Git commit: 24cdb841e3ac11667040de3c4d4ce3a68e5217f7
Added package_arch_id to the index for rhnServerActionVerifyMissing and rhnServerActionVerifyResult. Verified that user could then perform package verification of 2 pkgs with same nevr but differing arch.
Scenario:
1. register rhel4 x86_64 client
2. up2date --arch=i386 nss_ldap
observe:[root@dhcp77-134 rpm]# rpm -qa --queryformat="%{NAME}.%{ARCH}\\n" |grep nss_ldap
nss_ldap.x86_64
nss_ldap.i386
[root@dhcp77-134 rpm]# rpm -qa |grep nss_ldap
nss_ldap-253-5.el4
nss_ldap-253-5.el4
3. perform: Software-Packages->Verify: schedule package verification for nss_ldap i386 & x86_64
4. rhn_check -vvv
No tracebacks or errors reported to /var/log/httpd/error_log
verified with spacewalk-java-0.4.14-1.el5, spacewalk-schema-0.4.15-1.el5 |