Bug 530446
Summary: | x86_64 channel using .i386 and .noarch packages from i386 channel | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | David Crim <david.crim> |
Component: | Server | Assignee: | Michael Mráka <mmraka> |
Status: | CLOSED NOTABUG | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 0.6 | ||
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: | 2010-03-18 15:35:03 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: | 559281 |
Description
David Crim
2009-10-22 20:30:02 UTC
AFAIK i386 and noarch packages from x86_64 repo of Centos distributions *are* exactly the same as from i386 repo. x86_64: # wget http://mirror.centos.org/centos-5/5/os/x86_64/CentOS/agg-2.4-2.1.x86_64.rpm ... 2010-03-18 16:29:08 (250 KB/s) - `agg-2.4-2.1.x86_64.rpm' saved [140480/140480] # wget http://mirror.centos.org/centos-5/5/os/x86_64/CentOS/agg-2.4-2.1.i386.rpm ... 2010-03-18 16:29:50 (255 KB/s) - `agg-2.4-2.1.i386.rpm' saved [142748/142748] # wget http://mirror.centos.org/centos-5/5/os/x86_64/CentOS/alacarte-0.10.0-1.fc6.noarch.rpm ... 2010-03-18 16:30:26 (177 KB/s) - `alacarte-0.10.0-1.fc6.noarch.rpm' saved [146319/146319] i386: # wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/agg-2.4-2.1.i386.rpm ... 2010-03-18 16:32:17 (174 KB/s) - `agg-2.4-2.1.i386.rpm.1' saved [142748/142748] # wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/alacarte-0.10.0-1.fc6.noarch.rpm ... 2010-03-18 16:31:41 (163 KB/s) - `alacarte-0.10.0-1.fc6.noarch.rpm.1' saved [146319/146319] compare: # md5sum agg* ala* a6f2fcdf73011b6e1f5e3db8e1705b89 agg-2.4-2.1.i386.rpm a6f2fcdf73011b6e1f5e3db8e1705b89 agg-2.4-2.1.i386.rpm.1 cd0b926fa5cc2aed3d92111ef14e4a84 agg-2.4-2.1.x86_64.rpm 29450ddb14c5de1ff6e280e0d2a4f797 alacarte-0.10.0-1.fc6.noarch.rpm 29450ddb14c5de1ff6e280e0d2a4f797 alacarte-0.10.0-1.fc6.noarch.rpm.1 So this an expected behavior. Fell free to reopen the bug if there is any outstanding issue. |