Bug 727979
| Summary: | Imported deb packages are db tagged as rpm instead of deb? | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | James Shelby <james.shelby> |
| Component: | Server | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.6 | CC: | jpazdziora, slukasik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | spacewalk-backend-1.7.30-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-03-07 09:54:31 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: | 765736 | ||
|
Description
James Shelby
2011-08-03 20:26:36 UTC
Looks like ".rpm" is hardcoded in
backend/satellite_tools/spacewalk-data-fsck:
row['basename'] = "%s-%s-%s.%s.rpm" % (
row['name'], row['version'], row['release'], row['arch'])
Valid backend bug ... reassigning
What rhnpush version did you use to push the package? This was the lastest nightly as of that date of the original ticket 8-3-2011 Fixed by
commit 428dba788cd67d4e5f97345bda996281929f02ba
727979 - don't hardcode package suffix
Spacewalk 1.7 has been released: https://fedorahosted.org/spacewalk/wiki/ReleaseNotes17 |